你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContainerProperties.TimeToLivePropertyPath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
现已弃用此 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