Click or drag to resize
ServerSecurityMaxInfoFileSize Property DataPA OpenAnalytics
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: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public long MaxInfoFileSize { get; set; }

Property Value

Type: Int64
The number of bytes of memory allocated to store the info file in a memory mapped file

Return Value

Type: Int64
The number of bytes of memory allocated to store the info file in a memory mapped file
Remarks