TimedExpiryPolicyFactoryOptions Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents configuration for time based "ExpiryPolicyFactory" with duration and time unit.
public class TimedExpiryPolicyFactoryOptions : IIdentifiedDataSerializable
Implements
Inherited Members
Constructors
| Name | Description |
|---|---|
| TimedExpiryPolicyFactoryOptions() | Initializes a new instance of the TimedExpiryPolicyFactoryOptions class. |
| TimedExpiryPolicyFactoryOptions(ExpiryPolicyType, DurationOptions) | Initializes a new instance of the TimedExpiryPolicyFactoryOptions class. |
Properties
| Name | Description |
|---|---|
| ClassId | Gets the identifier of the class. |
| DurationConfig | Gets the duration config. |
| ExpiryPolicyType | Gets the expiry policy type. |
| FactoryId | Gets the identifier of the IDataSerializableFactory that can create instances of the class. |
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. |