BitmapIndexOptions Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Configures indexing options for Bitmap indexes.
public class BitmapIndexOptions : IIdentifiedDataSerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
BitmapIndexOptions() | Initializes a new instance of the BitmapIndexOptions class. |
BitmapIndexOptions(BitmapIndexOptions) | Initializes a new instance of the BitmapIndexOptions class. |
Properties
Name | Description |
---|---|
ClassId | Gets the identifier of the class. |
FactoryId | Gets the identifier of the IDataSerializableFactory that can create instances of the class. |
UniqueKey | Gets or sets the unique key. |
UniqueKeyTransformation | Gets or sets the UniqueKeyTransformation which will be applied to the UniqueKey value. |
Methods
Name | Description |
---|---|
ReadData(IObjectDataInput) | Deserializes the object by reading from an IObjectDataInput. |
SetUniqueKey(string) | Sets the unique key. |
WriteData(IObjectDataOutput) | Serializes the object by writing to an IObjectDataOutput. |