.NET Client Documentation
5.1.1
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

    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.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.