Aerospike.Client.KVS Namespace

[Missing <summary> documentation for "N:Aerospike.Client.KVS"]

Classes

AbortRequest Abort a request identified by id in the stream.
About Information about the service.
AboutAboutClientClient for About
AboutRequest The about request message.
AboutResponse The about response message.
AerospikeRequestPayload The request message containing the user's name.
AerospikeResponsePayload The request message containing the user's name.
BackgroundExecutePolicy 
BackgroundExecuteRequest 
BackgroundTaskStatusRequest 
Filter Query statement filter
KVS Aerospike KVS operations service
KVSKVSClientClient for KVS
KvsReflectionHolder for reflection information generated from Protos/Kvs/kvs.proto
Operation Single record operation.
PartitionFilter A partition filter for scans and queries.
PartitionStatus Partition status used to perform partial scans on client side retries.
Query Aerospike queries
QueryQueryClientClient for Query
QueryPolicy Query policy attributes used by queries. Query requests are send completely using proto buffers and hence include all policy attributes.
QueryRequest A query request.
ReadPolicy Read policy attributes used in read database commands that are not part of the wire protocol.
Scan Aerospike scan
ScanScanClientClient for Scan
ScanPolicy Scan policy attributes used by queries. Scan requests are send completely using proto buffers and hence include all policy attributes.
ScanRequest A scan request.
Statement Query statement.
WritePolicy Write policy attributes used in write database commands that are not part of the wire protocol.

Enumerations

BackgroundTaskStatus 
CommitLevel 
GenerationPolicy 
IndexCollectionType Secondary index collection type.
OperationType 
ReadModeAP Read policy for AP (availability) namespaces. How duplicates should be consulted in a read operation. Only makes a difference during migrations and only applicable in AP mode.
ReadModeSC Read policy for SC (strong consistency) namespaces. Determines SC read consistency options.
RecordExistsAction 
Replica Defines algorithm used to determine the target node for a command. Scan and query are not affected by replica algorithm. Note: The enum ordinals do not match the Aerospike Client ordinals because the default has to be ordinal zero in protobuf.