CitrusleafClient Delete Method (Object, CitrusleafWriteInfo)Aerospike
Delete a record for specified key. The following properties must be set before using this method.
  • DefaultNamespace
  • DefaultSet

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

Parameters

key
Type: OnlineSystem Object
Record identifier. Unique within set.
writeInfo
Type: net.citrusleaf CitrusleafWriteInfo
Write policy attributes. Set to null to pick up cluster defaults.

Return Value

Result status.
See Also