CitrusleafClient Set Method Aerospike
Overload List

  NameDescription
Public methodSet(Object, Object, CitrusleafWriteInfo)
Set bin value for specified key. The following properties must be set before using this method.
  • DefaultNamespace
  • DefaultSet
  • DefaultBin
Public methodSet(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.
Public methodSet(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.
Public methodSet(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.
Public methodSet(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.
Back to Top
See Also