ServerSecurityMaxUserDirSize Property |
|
DataPA OpenAnalytics 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 public long MaxUserDirSize { get; set; }
Public Property MaxUserDirSize As Long
Get
Set
public:
virtual property long long MaxUserDirSize {
long long get () sealed;
void set (long long value) sealed;
}
function get_MaxUserDirSize();
function set_MaxUserDirSize(value);
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