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

Properties of a SetCell.

Package

@google-cloud/bigtable

Properties

columnQualifier

columnQualifier?: (Uint8Array|string|null);

SetCell columnQualifier

familyName

familyName?: (string|null);

SetCell familyName

timestampMicros

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

SetCell timestampMicros

value

value?: (Uint8Array|string|null);

SetCell value