public sealed class ScanRequest : IMessage<ScanRequest>,
IMessage, IEquatable<ScanRequest>, IDeepCloneable<ScanRequest>,
IBufferMessage
ScanRequest | Initializes a new instance of the ScanRequest class |
ScanRequest(ScanRequest) | Initializes a new instance of the ScanRequest class |
BinNames | Optional bin to retrieve. All bins will be returned if not specified. |
Descriptor | |
HasSetName | Gets 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. |
CalculateSize | |
ClearSetName | Clears the value of the "setName" field |
Clone | |
Equals(Object) | (Overrides ObjectEquals(Object)) |
Equals(ScanRequest) | |
GetHashCode | (Overrides ObjectGetHashCode) |
MergeFrom(CodedInputStream) | |
MergeFrom(ScanRequest) | |
ToString | (Overrides ObjectToString) |
WriteTo |
BinNamesFieldNumber | Field number for the "binNames" field. |
NamespaceFieldNumber | Field number for the "namespace" field. |
PartitionFilterFieldNumber | Field number for the "partitionFilter" field. |
ScanPolicyFieldNumber | Field number for the "scanPolicy" field. |
SetNameFieldNumber | Field number for the "setName" field. |