OperationGet Method (String)

Aerospike
Create read bin database operation.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax

C#
public static Operation Get(
	string binName
)

Parameters

binName
Type: SystemString

Return Value

Type: Operation
See Also

Reference