.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    PrefetchCount Property

    PrefetchCount

    Gets or sets the number of identifiers in a pre-fetch batch.

    Declaration
    public int PrefetchCount { get; set; }
    Property Value
    Int32
    Remarks

    Allowed values are between 1 and 100000 inclusive, default value is 100.

    When an identifier is initially requested, an entire batch of identifiers is fetched from the cluster, and this option configures the number of identifiers in such a batch.

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