QueryQueryClient Class

Client for Query

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public class QueryClient : ClientBase<QueryQueryClient>
Inheritance
Object    ClientBase    ClientBaseQueryQueryClient    QueryQueryClient

Constructors

QueryQueryClient(CallInvoker)Creates a new client for Query that uses a custom CallInvoker.
QueryQueryClient(ChannelBase)Creates a new client for Query

Methods

BackgroundExecute(AerospikeRequestPayload, CallOptions) Execute background write on selected records.
BackgroundExecute(AerospikeRequestPayload, Metadata, NullableDateTime, CancellationToken) Execute background write on selected records.
BackgroundExecuteStreaming(CallOptions) Execute a stream of background write requests.
BackgroundExecuteStreaming(Metadata, NullableDateTime, CancellationToken) Execute a stream of background write requests.
BackgroundTaskStatus(AerospikeRequestPayload, CallOptions) Get status of a background task.
BackgroundTaskStatus(AerospikeRequestPayload, Metadata, NullableDateTime, CancellationToken) Get status of a background task.
BackgroundTaskStatusStreaming(CallOptions) Get status of a stream of background tasks.
BackgroundTaskStatusStreaming(Metadata, NullableDateTime, CancellationToken) Get status of a stream of background tasks.
Query(AerospikeRequestPayload, CallOptions) Query Aerospike
Query(AerospikeRequestPayload, Metadata, NullableDateTime, CancellationToken) Query Aerospike
QueryStreaming(CallOptions) Process a stream of query requests
QueryStreaming(Metadata, NullableDateTime, CancellationToken) Process a stream of query requests
WithHost Creates a new client that sets host field for calls explicitly. gRPC supports multiple "hosts" being served by a single server. By default (if a client was not created by calling this method), host null with the meaning "use default host" is used.
(Inherited from ClientBaseQueryQueryClient)

See Also