Class SystemDataRegionConfiguration
Data storage configuration for system cache.
Inheritance
System.Object
SystemDataRegionConfiguration
Namespace: Apache.Ignite.Core.Configuration
Assembly: Apache.Ignite.Core.dll
Syntax
public class SystemDataRegionConfiguration : object
Constructors
SystemDataRegionConfiguration()
Initializes a new instance of the SystemDataRegionConfiguration class.
Declaration
public SystemDataRegionConfiguration()
Fields
DefaultInitialSize
Default size in bytes of a memory chunk reserved for system cache initially.
Declaration
public const long DefaultInitialSize = null
Field Value
Type | Description |
---|---|
System.Int64 |
DefaultMaxSize
Default max size in bytes of a memory chunk for the system cache.
Declaration
public const long DefaultMaxSize = null
Field Value
Type | Description |
---|---|
System.Int64 |
Properties
InitialSize
Gets or sets the size in bytes of a memory chunk reserved for system needs.
Declaration
public long InitialSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
MaxSize
Gets or sets the maximum memory region size in bytes reserved for system needs.
Declaration
public long MaxSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |