API Reference
Class
GoogleDriveResumableUploadCheckpoint
Durable resumable-upload state. Its serialized value contains the Google upload session URI and must be protected like a credential; diagnostics and ToString never reveal it.
Inheritance
- Object
- GoogleDriveResumableUploadCheckpoint
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
Inherited Methods
Properties
public String Value { get; } #Opaque persistence value containing the sensitive upload-session URI; callers must encrypt it at rest.
public String SourceFingerprint { get; } #SHA-256 of the complete local source.
public String MetadataFingerprint { get; } #SHA-256 of the upload metadata.
public Int64 TotalBytes { get; } #Declared source length.
public Int64 ConfirmedBytes { get; } #Bytes confirmed by Google.