CitrusleafClient DeleteDigest Method ( Byte , CitrusleafWriteInfo)Aerospike
Delete a row for specified key digest. 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.
  • DefaultNamespace

Namespace: net.citrusleaf
Assembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax

Parameters

keyDigest
Type:  OnlineSystem Byte 
Unique ID generated from the key and set name.
writeInfo
Type: net.citrusleaf CitrusleafWriteInfo
Write policy attributes. Set to null to pick up cluster defaults.

Return Value

Result status.
See Also