DataPA Enterprise Dashboard Controls API Reference
Gets and sets the maximum size in bytes that will be allocated in memory for the info file that contains details of the published content. This is stored as a Memory Mapped File and size needs to be pre allocated.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public long MaxInfoFileSize { get; set; } |
Visual Basic |
---|
Public Property MaxInfoFileSize As Long
Get
Set |
Visual C++ |
---|
public:
virtual property long long MaxInfoFileSize {
long long get () sealed;
void set (long long value) sealed;
} |
Property Value
Type:
Int64The number of bytes of memory allocated to store the info file in a memory mapped file
Return Value
Type:
Int64The number of bytes of memory allocated to store the info file in a memory mapped file
Remarks
See Also