[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystem.GoogleDriveAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public GoogleDriveParameters(
string connectStr,
string format = "laconf"
)
public GoogleDriveParameters(
string connectStr,
string format = "laconf"
)
Public Sub New (
connectStr As String,
Optional format As String = "laconf"
)
Public Sub New (
connectStr As String,
Optional format As String = "laconf"
)
public:
GoogleDriveParameters(
String^ connectStr,
String^ format = L"laconf"
)
public:
GoogleDriveParameters(
String^ connectStr,
String^ format = L"laconf"
)
new :
connectStr : string *
?format : string
(* Defaults:
let _format = defaultArg format "laconf"
*)
-> GoogleDriveParameters
new :
connectStr : string *
?format : string
(* Defaults:
let _format = defaultArg format "laconf"
*)
-> GoogleDriveParameters