你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobServiceChangeFeed.RetentionInDays 属性

定义

指示 changeFeed 保留的持续时间(以天为单位)。 最小值为 1 天,最大值为 146000 天 (400 年) 。 null 值表示更改源的无限保留期。

public int? RetentionInDays { get; set; }
member this.RetentionInDays : Nullable<int> with get, set
Public Property RetentionInDays As Nullable(Of Integer)

属性值

适用于