StorageOptionsCacheExpiration Property

Gets a value indicating the time length for caching the results queried from the current instance.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
[DataMemberAttribute(EmitDefaultValue = false, Name = "cacheExpiration")]
public Nullable<TimeSpan> CacheExpiration { get; set; }

Property Value

Type: NullableTimeSpan
Remarks
A zero time span indicates the default caching properties should be used instead.
See Also