Set record bin values for specified key and bin names. The set will fail if the
key already exists.
Namespace: net.citrusleafAssembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Parameters
- ns
- Type:
System String
Namespace.
- set
- Type:
System String
Optional set name.
- key
- Type:
System Object
Record identifier. Unique within set.
- bins
- Type:
System.Collections.Generic IList
String
Positionally matched bin names.
- values
- Type:
System.Collections.Generic IList
Object
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