AttributeOptions Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
public class AttributeOptions : IIdentifiedDataSerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
AttributeOptions() | Initializes a new instance of the AttributeOptions class. |
AttributeOptions(AttributeOptions) | Initializes a new instance of the AttributeOptions class. |
AttributeOptions(string, string) | Initializes a new instance of the AttributeOptions class. |
Properties
Name | Description |
---|---|
ClassId | Gets the identifier of the class. |
ExtractorClassName | Gets or sets the extractor class name. |
FactoryId | Gets the identifier of the IDataSerializableFactory that can create instances of the class. |
Name | Gets or sets the name of the attribute extracted by the extractor. |
Methods
Name | Description |
---|---|
ReadData(IObjectDataInput) | Deserializes the object by reading from an IObjectDataInput. |
ToString() | Returns a string that represents the current object. |
WriteData(IObjectDataOutput) | Serializes the object by writing to an IObjectDataOutput. |