Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Enum

GoogleWorkspaceRateLimitPolicy

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

Caller-selected behavior when Google reports quota throttling.

Inheritance

  • Enum
  • GoogleWorkspaceRateLimitPolicy

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 GoogleWorkspaceRateLimitPolicy HonorRetryAfter #

Retry retryable quota responses using the server's Retry-After guidance, subject to the configured per-delay cap and overall operation budget.

Value: 0
public const GoogleWorkspaceRateLimitPolicy FailFast #

Return quota responses immediately without retrying them.

Value: 1