public sealed class TtlConfig : IMessage<Field.Types.TtlConfig>, IEquatable<Field.Types.TtlConfig>, IDeepCloneable<Field.Types.TtlConfig>, IBufferMessage, IMessage
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. Using any other data type or
leaving the field absent will disable the TTL for the individual document.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The webpage details the `TtlConfig` class within the `Google.Cloud.Firestore.Admin.V1` namespace, which manages the time-to-live (TTL) configuration for documents."],["Version 3.12.0 is the latest version of `TtlConfig`, with a history of prior releases available, ranging down to version 2.2.0, and links are provided for each individual version."],["The `TtlConfig` class, when set on a field, determines a document's expiration time when a timestamp value is stored in that field, or disables TTL if another data type is used or the field is left absent."],["The `TtlConfig` class includes properties and constructors, such as a State property, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`TtlConfig` inherits members from the `Object` class and the document provides links to additional information on inherited members and interfaces used, along with their documentation."]]],[]]