CitrusleafClient Add Method Aerospike
Overload List

  NameDescription
Public methodAdd(Object, Object, CitrusleafWriteInfo)
Used for integer values only. Add value to existing bin value for specified key. If the record or bin does not exist, it will be created with the specified value. The following properties must be set before using this method.
  • DefaultNamespace
  • DefaultSet
  • DefaultBin
Public methodAdd(String, String, Object, IDictionary String, Object , CitrusleafWriteInfo)
Used for integer values only. Add value to existing bin value for each bin for specified key. If the record or bin does not exist, it will be created with the specified value.
Public methodAdd(String, String, Object, IList String , IList Object , CitrusleafWriteInfo)
Used for integer values only. Add value to existing bin value for each bin for specified key. If the record or bin does not exist, it will be created with the specified value.
Public methodAdd(String, String, Object, String, Object, CitrusleafWriteInfo)
Used for integer values only. Add value to existing bin value for specified key. If the record or bin does not exist, it will be created with the specified value.
Back to Top
See Also