Filter Class
Query statement filter
Namespace: Aerospike.Client.KVSAssembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
public sealed class Filter : IMessage<Filter>,
IMessage, IEquatable<Filter>, IDeepCloneable<Filter>,
IBufferMessage
- Inheritance
- Object Filter
- Implements
- IBufferMessage, IDeepCloneableFilter, IMessage, IMessageFilter, IEquatableFilter
Filter | Initializes a new instance of the Filter class |
Filter(Filter) | Initializes a new instance of the Filter class |
Begin |
The Aerospike encoded query start "Value"
|
ColType |
Secondary index collection type.
|
Descriptor | |
End |
The Aerospike encoded query end "Value"
|
HasBegin | Gets whether the "begin" field is set |
HasEnd | Gets whether the "end" field is set |
HasPackedCtx | Gets whether the "packedCtx" field is set |
Name |
Name of the filter.
|
PackedCtx |
Optional filter context packed in Aerospike format.
|
Parser | |
ValType |
The queried column particle type.
|