Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

GoogleDriveDownloadCheckpoint

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

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.

Accepted by parameters

Methods

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

Parses and validates a persisted download checkpoint.

Parameters

value System.String requiredposition: 0
URL-safe checkpoint value returned by Value.

Returns

The validated checkpoint.

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.