API Reference

Enum

GoogleWorkspaceRequestSafety

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

Describes whether a request can be repeated after an ambiguous transport outcome.

Inheritance

  • Enum
  • GoogleWorkspaceRequestSafety

Usage

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

Accepted by parameters

Values

public const GoogleWorkspaceRequestSafety Safe #

Reading or otherwise side-effect-free operation.

Value: 0
public const GoogleWorkspaceRequestSafety Idempotent #

Mutation whose repeated application has the same intended outcome.

Value: 1
public const GoogleWorkspaceRequestSafety NonIdempotent #

Mutation that can create duplicates or apply an action more than once.

Value: 2