PrefetchCount Property
PrefetchCount
Gets or sets the number of identifiers in a pre-fetch batch.
Declaration
public int PrefetchCount { get; set; }
Property Value
int |
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.