Create list size operation.
Server returns size of list.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax
C#
public static Operation Size( string binName, params CTX[] ctx )
Parameters
- binName
- Type: SystemString
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also