Operation Class

Single record operation.

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public sealed class Operation : IMessage<Operation>, 
	IMessage, IEquatable<Operation>, IDeepCloneable<Operation>, 
	IBufferMessage
Inheritance
Object    Operation
Implements
IBufferMessage, IDeepCloneableOperation, IMessage, IMessageOperation, IEquatableOperation

Constructors

OperationInitializes a new instance of the Operation class
Operation(Operation)Initializes a new instance of the Operation class

Properties

BinName Optional bin name.
Descriptor 
HasBinNameGets whether the "binName" field is set
HasValueGets whether the "value" field is set
Parser 
Type The operation type.
Value Optional bin value.

Methods

Fields

BinNameFieldNumberField number for the "binName" field.
TypeFieldNumberField number for the "type" field.
ValueFieldNumberField number for the "value" field.

See Also