ServerSecurityMaxDataCachePeriod Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the maximum amount of time the data for a dashboard should be cached without being used
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TimeSpan MaxDataCachePeriod { get; set; }
Public Property MaxDataCachePeriod As TimeSpan
Get
Set
public:
virtual property TimeSpan MaxDataCachePeriod {
TimeSpan get () sealed;
void set (TimeSpan value) sealed;
}
function get_MaxDataCachePeriod();
function set_MaxDataCachePeriod(value);
Property Value
Type:
TimeSpanThe maximum amount of time the data for a dashboard should be cached without being used
Return Value
Type:
TimeSpanThe maximum amount of time the data for a dashboard should be cached without being used
Remarks See Also