ScanScanClient Class

Client for Scan

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public class ScanClient : ClientBase<ScanScanClient>
Inheritance
Object    ClientBase    ClientBaseScanScanClient    ScanScanClient

Constructors

ScanScanClient(CallInvoker)Creates a new client for Scan that uses a custom CallInvoker.
ScanScanClient(ChannelBase)Creates a new client for Scan

Methods

Scan(AerospikeRequestPayload, CallOptions) Scan Aerospike
Scan(AerospikeRequestPayload, Metadata, NullableDateTime, CancellationToken) Scan Aerospike
ScanStreaming(CallOptions) Process a stream of scan requests
ScanStreaming(Metadata, NullableDateTime, CancellationToken) Process a stream of scan 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 ClientBaseScanScanClient)

See Also