Class GoogleDriveOptions
Options for the Google Drive-based file system.
Inherited Members
Namespace: FubarDev.FtpServer.FileSystem.GoogleDrive
Assembly: FubarDev.FtpServer.FileSystem.GoogleDrive.dll
Syntax
public class GoogleDriveOptions
Properties
| Improve this Doc View SourceUseBackgroundUpload
Gets or sets a value indicating whether a background upload should be used.
Declaration
public bool UseBackgroundUpload { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
If this is set to false, then the direct upload is used.