public sealed class Field.Types.TtlConfig : IMessage<Field.Types.TtlConfig>, IEquatable<Field.Types.TtlConfig>, IDeepCloneable<Field.Types.TtlConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class Field.Types.TtlConfig.
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.
[[["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."],[[["This document provides reference information for the `Field.Types.TtlConfig` class within the Google Cloud Firestore Admin v1 API, detailing its functionality and implementation across various versions."],["`Field.Types.TtlConfig` defines the time-to-live (TTL) configuration for documents, allowing for automatic expiration based on timestamp values set in a designated field."],["The latest version of `Field.Types.TtlConfig` is 3.12.0, with a range of previous versions available, starting from 2.2.0, for referencing the different versions' information."],["The `State` property is an output-only property within the `TtlConfig` class that determines the state of the TTL configuration."],["The class `Field.Types.TtlConfig` has constructors that allow for the creation of the class."]]],[]]