DataPA Enterprise Dashboard Controls 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: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public long DashboardObjectJsonMaxSize { get; set; }
Visual Basic
Public Property DashboardObjectJsonMaxSize As Long
	Get
	Set
Visual C++
public:
virtual property long long DashboardObjectJsonMaxSize {
	long long get () sealed;
	void set (long long value) sealed;
}

Property Value

Type: Int64
Maximum Size in kb of the data in a dashboard object.

Return Value

Type: Int64
Gets and sets a property that indicates the Enterprise Data Location File Format.

Remarks