DocumentCollection.TimeToLivePropertyPath プロパティ

定義

ライブベースタイムスタンププロパティパスまでの時間を取得または設定します。

[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

プロパティ値

これは省略可能なプロパティです。 このプロパティは、DefaultTimeToLive が設定されている場合にのみ存在する必要があります。 このプロパティが存在する場合、ドキュメントのこのプロパティの値に基づいて、ドキュメントの有効期間が決定されます。 既定では、TimeToLivePropertyPath は null に設定されています。つまり、有効期間はドキュメントの _ts プロパティに基づいています。

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象