Filter by partition range.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax
C#
public static PartitionFilter Range( int begin, int count )
Parameters
- begin
- Type: SystemInt32
start partition id (0 - 4095) - count
- Type: SystemInt32
number of partitions
Return Value
Type: PartitionFilterSee Also