ContainerProperties.TimeToLivePropertyPath プロパティ

定義

注意事項

この API は非推奨になりました。

有効期間の基本タイム スタンプ プロパティ パスを取得または設定します。

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

プロパティ値

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

属性
Newtonsoft.Json.JsonPropertyAttribute ObsoleteAttribute

適用対象