Interface protos.google.bigtable.v2.Mutation.ISetCell (3.6.0)

Properties of a SetCell.

Package

@google-cloud/bigtable!

Properties

columnQualifier

columnQualifier?: (Uint8Array|string|null);

SetCell columnQualifier

Property Value
TypeDescription
(Uint8Array|string|null)

familyName

familyName?: (string|null);

SetCell familyName

Property Value
TypeDescription
(string|null)

timestampMicros

timestampMicros?: (number|Long|string|null);

SetCell timestampMicros

Property Value
TypeDescription
(number|Long|string|null)

value

value?: (Uint8Array|string|null);

SetCell value

Property Value
TypeDescription
(Uint8Array|string|null)