DataPA Enterprise Dashboard Controls API Reference
Gets and sets the maximum size in bytes that will be allocated to each users for report and query results.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public long MaxUserDirSize { get; set; } |
| Visual Basic |
|---|
Public Property MaxUserDirSize As Long
Get
Set |
| Visual C++ |
|---|
public:
virtual property long long MaxUserDirSize {
long long get () sealed;
void set (long long value) sealed;
} |
Property Value
Type:
Int64The maximum size in bytes that will be allocated to each users for report and query results.
Return Value
Type:
Int64The maximum size in bytes that will be allocated to each users for report and query results.
Remarks
See Also