FlakeIdGeneratorOptions Class
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
Represents options for IFlakeIdGenerator.
public class FlakeIdGeneratorOptions
Constructors
| FlakeIdGeneratorOptions() | Initializes a new instance of the FlakeIdGeneratorOptions class. |
Properties
| PrefetchCount | Gets or sets the number of identifiers in a pre-fetch batch. |
| PrefetchValidityPeriod | Gets or sets the validity period of identifier batches. |