Class GoogleFirestoreAdminV1TtlConfig
The TTL (time-to-live) configuration for documents that have this Field set. A timestamp stored in a
TTL-enabled field will be used to determine the expiration time of the document. The expiration time is the sum
of the timestamp value and the expiration_offset. For Enterprise edition databases, the timestamp value may
alternatively be stored in an array value in the TTL-enabled field. An expiration time in the past indicates
that the document is eligible for immediate expiration. Using any other data type or leaving the field absent
will disable expiration for the individual document.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class GoogleFirestoreAdminV1TtlConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExpirationOffset
Optional. The offset, relative to the timestamp value from the TTL-enabled field, used to determine the
document's expiration time. expiration_offset.seconds must be between 0 and 2,147,483,647 inclusive.
Values more precise than seconds are rejected. If unset, defaults to 0, in which case the expiration time is
the same as the timestamp value from the TTL-enabled field.
Declaration
[JsonProperty("expirationOffset")]
public virtual object ExpirationOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
State
Output only. The state of the TTL configuration.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |