ServerSecurityMaxDashboardDataCache Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates the maximum number of dashboards for which the web application should cache data for
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int MaxDashboardDataCache { get; set; }
Public Property MaxDashboardDataCache As Integer
Get
Set
public:
virtual property int MaxDashboardDataCache {
int get () sealed;
void set (int value) sealed;
}
function get_MaxDashboardDataCache();
function set_MaxDashboardDataCache(value);
Property Value
Type:
Int32The maximum number of dashboards for which the web application should cache data for
Return Value
Type:
Int32The maximum number of dashboards for which the web application should cache data for
Remarks See Also