ServerSecurityDashboardObjectJsonMaxSize Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates the maximum data size in kilobytes of a dashboard object.
This limit exists to prevent data that is too large affecting performance and security.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long DashboardObjectJsonMaxSize { get; set; }
Public Property DashboardObjectJsonMaxSize As Long
Get
Set
public:
virtual property long long DashboardObjectJsonMaxSize {
long long get () sealed;
void set (long long value) sealed;
}
function get_DashboardObjectJsonMaxSize();
function set_DashboardObjectJsonMaxSize(value);
Property Value
Type:
Int64Maximum Size in kb of the data in a dashboard object.
Return Value
Type:
Int64Gets and sets a property that indicates the Enterprise Data Location File Format.
Remarks See Also