public sealed class ValueBitmask : IMessage<ValueBitmask>, IEquatable<ValueBitmask>, IDeepCloneable<ValueBitmask>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class ValueBitmask.
Restricts the output to cells whose values match the given bitmask.
Implements
IMessageValueBitmask, IEquatableValueBitmask, IDeepCloneableValueBitmask, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
ValueBitmask()
public ValueBitmask()ValueBitmask(ValueBitmask)
public ValueBitmask(ValueBitmask other)| Parameter | |
|---|---|
| Name | Description |
other |
ValueBitmask |
Properties
Mask
public ByteString Mask { get; set; }Required. Mask applied to the value.
Evaluated as: (value & mask) == mask
The mask length must exactly match the value length, otherwise the cell is
not considered a match.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|