CitrusleafClient SetBinUnique Method (String, String, Object, IList String , IList Object , CitrusleafWriteInfo)Aerospike
Set bin values for specified key and bin names. The set will fail if the bin name already exists.

Namespace: net.citrusleaf
Assembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax

Parameters

ns
Type: OnlineSystem String
Namespace.
set
Type: OnlineSystem String
Optional set name.
key
Type: OnlineSystem Object
Record identifier. Unique within set.
bins
Type: OnlineSystem.Collections.Generic IList OnlineString 
Positionally matched bin names.
values
Type: OnlineSystem.Collections.Generic IList OnlineObject 
Positionally matched bin values.
writeInfo
Type: net.citrusleaf CitrusleafWriteInfo
Write policy attributes. Set to null to pick up cluster defaults.

Return Value

Result status.
See Also