.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    FlakeIdGeneratorOptions Class

    Namespace: Hazelcast.DistributedObjects
    Assembly: Hazelcast.Net.dll

    Represents options for IFlakeIdGenerator.

    public class FlakeIdGeneratorOptions
    Inheritance
    object
    FlakeIdGeneratorOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    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.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.