Enum ExpirationType (4.4.0)

public enum ExpirationType

The type of Expiration; none, timeout or deadline.

Namespace

Google.Api.Gax

Assembly

Google.Api.Gax.dll

Fields

NameDescription
Deadline

Expiration is an absolute deadline, represented by a DateTime.

None

No expiration; an infinite timeout.

Timeout

Expiration is a relative timeout, represented by a TimeSpan.