Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Enum

GoogleWorkspaceRevisionPreconditionKind

Namespace OfficeIMO.GoogleWorkspace
Assembly OfficeIMO.GoogleWorkspace
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

How a Google mutation's expected revision is actually enforced.

Inheritance

  • Enum
  • GoogleWorkspaceRevisionPreconditionKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const GoogleWorkspaceRevisionPreconditionKind Unspecified #

No revision-enforcement mode was declared.

Value: 0
public const GoogleWorkspaceRevisionPreconditionKind ResourceAbsentCreate #

Creation is permitted only when the target resource is absent.

Value: 1
public const GoogleWorkspaceRevisionPreconditionKind HttpEntityTag #

An HTTP entity tag is enforced through If-Match.

Value: 2
public const GoogleWorkspaceRevisionPreconditionKind PayloadRevision #

The adapter embeds the expected revision in the request payload.

Value: 3
public const GoogleWorkspaceRevisionPreconditionKind Unavailable #

The Google API exposes no usable conditional revision mechanism.

Value: 4
public const GoogleWorkspaceRevisionPreconditionKind ResumableSessionState #

A resumable upload session enforces the expected byte-range state.

Value: 5