ScanRequest Class

A scan request.

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public sealed class ScanRequest : IMessage<ScanRequest>, 
	IMessage, IEquatable<ScanRequest>, IDeepCloneable<ScanRequest>, 
	IBufferMessage
Inheritance
Object    ScanRequest
Implements
IBufferMessage, IDeepCloneableScanRequest, IMessage, IMessageScanRequest, IEquatableScanRequest

Constructors

ScanRequestInitializes a new instance of the ScanRequest class
ScanRequest(ScanRequest)Initializes a new instance of the ScanRequest class

Properties

BinNames Optional bin to retrieve. All bins will be returned if not specified.
Descriptor 
HasSetNameGets whether the "setName" field is set
Namespace The namespace to scan.
Parser 
PartitionFilter Optional partition filter to selectively scan partitions.
ScanPolicy Optional scan policy.
SetName Optional set name.

Methods

Fields

BinNamesFieldNumberField number for the "binNames" field.
NamespaceFieldNumberField number for the "namespace" field.
PartitionFilterFieldNumberField number for the "partitionFilter" field.
ScanPolicyFieldNumberField number for the "scanPolicy" field.
SetNameFieldNumberField number for the "setName" field.

See Also