ServerSecurityMaxDashboardsinMMF Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the maximum number of Dashboards that can be loaded into memory as memory mapped files.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long MaxDashboardsinMMF { get; set; }
Public Property MaxDashboardsinMMF As Long
Get
Set
public:
virtual property long long MaxDashboardsinMMF {
long long get () sealed;
void set (long long value) sealed;
}
function get_MaxDashboardsinMMF();
function set_MaxDashboardsinMMF(value);
Property Value
Type:
Int64The maximum number of Dashboards that can be loaded into memory as memory mapped files
Return Value
Type:
Int64The maximum number of Dashboards that can be loaded into memory as memory mapped files
Remarks See Also