BTreeIndexOptions Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
public class BTreeIndexOptions : IIdentifiedDataSerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
BTreeIndexOptions() | Initializes a new instance of the BTreeIndexOptions class. |
BTreeIndexOptions(BTreeIndexOptions) | Initializes a new instance of the BTreeIndexOptions class. |
Properties
Name | Description |
---|---|
ClassId | Gets the identifier of the class. |
DefaultPageSize | Gets the default page size. |
FactoryId | Gets the identifier of the IDataSerializableFactory that can create instances of the class. |
MemoryTier | Gets or sets the memory tier options. |
PageSize | Gets or sets the page size. |
Methods
Name | Description |
---|---|
ReadData(IObjectDataInput) | Deserializes the object by reading from an IObjectDataInput. |
WriteData(IObjectDataOutput) | Serializes the object by writing to an IObjectDataOutput. |