Class GoogleDriveParameters
Inheritance
System.Object
GoogleDriveParameters
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: NFX.Web.dll
Syntax
public class GoogleDriveParameters : FileSystemSessionConnectParams, INamed, IConfigurable
Constructors
GoogleDriveParameters()
Declaration
public GoogleDriveParameters()
GoogleDriveParameters(IConfigSectionNode)
Declaration
public GoogleDriveParameters(IConfigSectionNode node)
Parameters
GoogleDriveParameters(String, String)
Declaration
public GoogleDriveParameters(string connectStr, string format = "laconf")
Parameters
Type |
Name |
Description |
System.String |
connectStr |
|
System.String |
format |
|
Fields
CONFIG_CERT_PATH_ATTR
Declaration
public const string CONFIG_CERT_PATH_ATTR = "cert-path"
Field Value
Type |
Description |
System.String |
|
CONFIG_EMAIL_ATTR
Declaration
public const string CONFIG_EMAIL_ATTR = "email"
Field Value
Type |
Description |
System.String |
|
Properties
Attempts
Declaration
[Config]
public int Attempts { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CertPath
Declaration
[Config]
public string CertPath { get; set; }
Property Value
Type |
Description |
System.String |
|
TimeoutMs
Declaration
[Config]
public int TimeoutMs { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public override void Configure(IConfigSectionNode node)
Parameters
Overrides
Implements
Extension Methods