Class GoogleFirestoreAdminV1TtlConfig
The TTL (time-to-live) configuration for documents that have this Field
set. Storing a timestamp value into a
TTL-enabled field will be treated as the document's absolute expiration time. Timestamp values in the past
indicate 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 |
State
Output only. The state of the TTL configuration.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |