FeatureFlagOptions.CacheExpirationInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET