API Reference

Class

GoogleDriveResumableUploadCheckpoint

Namespace OfficeIMO.GoogleWorkspace.Drive
Assembly OfficeIMO.GoogleWorkspace.Drive
Modifiers sealed

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.

Accepted by parameters

Methods

public static GoogleDriveResumableUploadCheckpoint Parse(String value) #
Returns: GoogleDriveResumableUploadCheckpoint

Parses a checkpoint obtained from Value.

Parameters

value System.String requiredposition: 0

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.