ServerSecurityMaxDashboardsPerProcessingAgent Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates the maximum number of dashboards which should be loaded into a single processing agent
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int MaxDashboardsPerProcessingAgent { get; set; }
Public Property MaxDashboardsPerProcessingAgent As Integer
Get
Set
public:
virtual property int MaxDashboardsPerProcessingAgent {
int get () sealed;
void set (int value) sealed;
}
function get_MaxDashboardsPerProcessingAgent();
function set_MaxDashboardsPerProcessingAgent(value);
Property Value
Type:
Int32The maximum number of dashboards which should be loaded into a single processing agent
Return Value
Type:
Int32The maximum number of dashboards which should be loaded into a single processing agent
Remarks See Also