Show / Hide Table of Contents

Enum ExpirationType

The type of Expiration; none, timeout or deadline.

Namespace: Google.Api.Gax
Assembly: Google.Api.Gax.dll
Syntax
public enum ExpirationType

Fields

Name Description
Deadline

Expiration is an absolute deadline, represented by a System.DateTime.

None

No expiration; an infinite timeout.

Timeout

Expiration is a relative timeout, represented by a System.TimeSpan.

Back to top