Set record bin value for specified key and bin name.
If the key or bin does not exist, it will be created.
If the bin exists its value is replaced. Others bins are ignored.
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.
- bin
- Type:
System String
Bin name. Set to empty string if server nodes are configured as "single-bin".
- value
- Type:
System String
Bin value.
- writeInfo
- Type: net.citrusleaf CitrusleafWriteInfo
Write policy attributes. Set to null to pick up cluster defaults.
Return Value
Result status.See Also