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