Class ArrayProfile
A profile with settings for a mapped array.
Inheritance
System.Object
ArrayProfile
Namespace: Mars.Common.IO.Mapped.Arrays
Assembly: Mars.IO.dll
Syntax
public class ArrayProfile : object
Fields
NoCache
An array profile that used no caching.
Declaration
public static readonly ArrayProfile NoCache
Field Value
Type | Description |
---|---|
ArrayProfile |
Properties
BufferSize
The size of a single cached buffer.
Declaration
public int BufferSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CacheSize
The number of buffers in cache.
Declaration
public int CacheSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |