Google Bigtable v2 API - Class ValueBitmask (3.27.0)

public sealed class ValueBitmask : IMessage<ValueBitmask>, IEquatable<ValueBitmask>, IDeepCloneable<ValueBitmask>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class ValueBitmask.

Restricts the output to cells whose values match the given bitmask.

Inheritance

object > ValueBitmask

Namespace

Google.Cloud.Bigtable.V2

Assembly

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