Overload List
Name | Description | |
---|---|---|
![]() | AddDigest( Byte , Object, CitrusleafWriteInfo) |
Used for integer values only.
Add value to existing bin value for specified key digest.
If the record or bin does not exist, it will be created with the specified value.
Non-Digest database methods send the normal key and set name to the server which
converts them to a digest. Digest methods send the digest directly.
The following properties must be set before using this method.
|
![]() | AddDigest(String, Byte , IDictionary String, Object , CitrusleafWriteInfo) |
Used for integer values only.
Add value to existing bin value for each bin for specified key digest.
If the record or bin does not exist, it will be created with the specified value.
Non-Digest database methods send the normal key and set name to the server which
converts them to a digest. Digest methods send the digest directly.
|
![]() | AddDigest(String, Byte , IList String , IList Object , CitrusleafWriteInfo) |
Used for integer values only.
Add value to existing bin value for each bin for specified key digest.
If the record or bin does not exist, it will be created with the specified value.
Non-Digest database methods send the normal key and set name to the server which
converts them to a digest. Digest methods send the digest directly.
|
![]() | AddDigest(String, Byte , String, Object, CitrusleafWriteInfo) |
Used for integer values only.
Add value to existing bin value for specified key digest.
If the record or bin does not exist, it will be created with the specified value.
Non-Digest database methods send the normal key and set name to the server which
converts them to a digest. Digest methods send the digest directly.
|
See Also