ServerSecurityMaxDashboardsinMemory Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the maximum number of Dashboards that can be loaded into memory as objects which can then refresh themselves at the intervals set.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long MaxDashboardsinMemory { get; set; }
Public Property MaxDashboardsinMemory As Long
Get
Set
public:
virtual property long long MaxDashboardsinMemory {
long long get () sealed;
void set (long long value) sealed;
}
function get_MaxDashboardsinMemory();
function set_MaxDashboardsinMemory(value);
Property Value
Type:
Int64The maximum number of Dashboards that can be loaded into memory as objects which can then refresh themselves at the intervals set
Return Value
Type:
Int64The maximum number of Dashboards that can be loaded into memory as objects which can then refresh themselves at the intervals set
Remarks See Also