QueryPolicyShortQuery Property
Is query expected to return less than 100 records per node.
If true, the server will optimize the query for a small record set.
This field is ignored for aggregation queries, background queries
and server versions < 6.0.
Default: false
Namespace: Aerospike.Client.KVSAssembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
public bool ShortQuery { get; set; }
Property Value
Boolean