Overload List
Name | Description | |
---|---|---|
![]() | Set(Object, Object, CitrusleafWriteInfo) |
Set bin value for specified key.
The following properties must be set before using this method.
|
![]() | Set(String, String, Object, IDictionary String, Object , CitrusleafWriteInfo) |
Set record bin values for specified key and bin names.
If the key or bin does not exist, it will be created.
If the bin exists its value is replaced. Others bins are ignored.
|
![]() | Set(String, String, Object, IList String , IList Object , CitrusleafWriteInfo) |
Set record bin values for specified key and bin names.
If the key or bin does not exist, it will be created.
If the bin exists its value is replaced. Others bins are ignored.
|
![]() | Set(String, String, Object, String, Object, CitrusleafWriteInfo) |
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.
|
![]() | Set(String, String, Object, String, String, CitrusleafWriteInfo) |
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.
|
See Also