API Reference

Class

GoogleWorkspaceOperationReceipt

Namespace OfficeIMO.GoogleWorkspace
Assembly OfficeIMO.GoogleWorkspace
Modifiers sealed

Non-secret, caller-observable evidence for one attempted cloud mutation.

Inheritance

  • Object
  • GoogleWorkspaceOperationReceipt

Usage

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

Constructors

public GoogleWorkspaceOperationReceipt(GoogleWorkspaceOperationPolicy policy, String service, String method, String target, String requestId, Int32 retryCount, Boolean succeeded, String outcome) #

Parameters

policy GoogleWorkspaceOperationPolicy requiredposition: 0
service String requiredposition: 1
method String requiredposition: 2
target String requiredposition: 3
requestId String requiredposition: 4
retryCount Int32 requiredposition: 5
succeeded Boolean requiredposition: 6
outcome String requiredposition: 7

Properties

public Boolean IsOutcomeAmbiguous { get; } #

True when the request may have committed remotely but no response headers were received. Reconcile the target before retrying a non-idempotent operation.

public GoogleWorkspaceMutationKind MutationKind { get; } #

The adapter-declared semantic mutation represented by this receipt.

public GoogleWorkspaceRevisionPreconditionKind RevisionPreconditionKind { get; } #

How the expected revision was enforced for this attempted mutation.

public String EnforcedRevision { get; } #

The revision actually enforced by HTTP or payload precondition, when one was available.

public GoogleWorkspaceOperationPolicy Policy { get; } #
public DateTimeOffset CompletedAt { get; } #