API Reference
Class
GoogleDriveTransferProgress
Inheritance
- Object
- GoogleDriveTransferProgress
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property GoogleDriveUploadOptions.Progress
Accepted by parameters
- Method GoogleDriveClient.DownloadAsync
- Method GoogleDriveClient.ExportAsync
Constructors
public GoogleDriveTransferProgress(Int64 bytesTransferred, Nullable<Int64> totalBytes) #Parameters
- bytesTransferred Int64
- totalBytes Nullable<Int64>
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object