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

FeatureFlagOptions.CacheExpirationInterval Property

Definition

Caution

The CacheExpirationInterval property is deprecated and will be removed in a future release. Please use the new SetRefreshInterval method instead. Note that the usage has changed, but the functionality remains the same.

The time after which the cached values of the feature flags expire. Must be greater than or equal to 1 second.

[System.Obsolete("The CacheExpirationInterval property is deprecated and will be removed in a future release. Please use the new SetRefreshInterval method instead. Note that the usage has changed, but the functionality remains the same.")]
public TimeSpan CacheExpirationInterval { get; set; }
[<System.Obsolete("The CacheExpirationInterval property is deprecated and will be removed in a future release. Please use the new SetRefreshInterval method instead. Note that the usage has changed, but the functionality remains the same.")>]
member this.CacheExpirationInterval : TimeSpan with get, set
Public Property CacheExpirationInterval As TimeSpan

Property Value

Attributes

Applies to