Create set map policy operation.
Server sets map policy attributes. Server returns null.
The required map policy attributes can be changed after the map is created.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax
C#
public static Operation SetMapPolicy( MapPolicy policy, string binName, params CTX[] ctx )
Parameters
- policy
- Type: Aerospike.ClientMapPolicy
- binName
- Type: SystemString
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also