Class ArrayProfile
A profile with settings for a mapped array.
Inheritance
System.Object
ArrayProfile
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Mars.Common.IO.Mapped.Arrays
Assembly: Mars.IO.dll
Syntax
public class ArrayProfile
Fields
| Improve this Doc View SourceNoCache
An array profile that used no caching.
Declaration
public static readonly ArrayProfile NoCache
Field Value
Type | Description |
---|---|
ArrayProfile |
Properties
| Improve this Doc View SourceBufferSize
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
| Improve this Doc View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()