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