DocumentCollection.TimeToLivePropertyPath Propiedad

Definición

Obtiene o establece el tiempo de vida de la ruta de acceso de la propiedad timestamp base.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="ttlPropertyPath")]
public string TimeToLivePropertyPath { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="ttlPropertyPath")>]
member this.TimeToLivePropertyPath : string with get, set
Public Property TimeToLivePropertyPath As String

Valor de propiedad

Es una propiedad opcional. Esta propiedad solo debe estar presente cuando se establece DefaultTimeToLive. Cuando esta propiedad está presente, se decide el período de vida de un documento en función del valor de esta propiedad en el documento. De forma predeterminada, TimeToLivePropertyPath se establece en null, lo que significa que el período de vida se basa en la propiedad _ts del documento.

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a