API Reference
GoogleDriveDownloadCheckpoint
Portable file-download checkpoint bound to resource, revision, destination, length, and content prefix.
Inheritance
- Object
- GoogleDriveDownloadCheckpoint
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
Accepted by parameters
Methods
public static GoogleDriveDownloadCheckpoint Parse(String value) #GoogleDriveDownloadCheckpointParses and validates a persisted download checkpoint.
Parameters
- value System.String
- URL-safe checkpoint value returned by Value.
Returns
The validated checkpoint.
public override String ToString() #StringInherited Methods
Properties
public String Value { get; } #Gets the URL-safe opaque value to persist for restart.
public String FileId { get; } #Gets the Drive file identifier bound to the checkpoint.
public Int64 ExpectedVersion { get; } #Gets the Drive file version that must remain unchanged.
public Int64 TotalBytes { get; } #Gets the expected complete file length in bytes.
public Int64 ConfirmedBytes { get; } #Gets the durable byte count already confirmed in the destination.
public Int32 ChunkSize { get; } #Gets the chunk size used to calculate prefix fingerprints.
public String DestinationIdentity { get; } #Gets the SHA-256 identity of the absolute destination path.
public String PrefixFingerprint { get; } #Gets the chained SHA-256 fingerprint of the confirmed destination prefix.