Interface protos.google.bigtable.v2.ICheckAndMutateRowRequest (3.5.4)

Properties of a CheckAndMutateRowRequest.

Package

@google-cloud/bigtable!

Properties

appProfileId

appProfileId?: (string|null);

CheckAndMutateRowRequest appProfileId

Property Value
TypeDescription
(string|null)

falseMutations

falseMutations?: (google.bigtable.v2.IMutation[]|null);

CheckAndMutateRowRequest falseMutations

Property Value
TypeDescription
(google.bigtable.v2.IMutation[]|null)

predicateFilter

predicateFilter?: (google.bigtable.v2.IRowFilter|null);

CheckAndMutateRowRequest predicateFilter

Property Value
TypeDescription
(google.bigtable.v2.IRowFilter|null)

rowKey

rowKey?: (Uint8Array|string|null);

CheckAndMutateRowRequest rowKey

Property Value
TypeDescription
(Uint8Array|string|null)

tableName

tableName?: (string|null);

CheckAndMutateRowRequest tableName

Property Value
TypeDescription
(string|null)

trueMutations

trueMutations?: (google.bigtable.v2.IMutation[]|null);

CheckAndMutateRowRequest trueMutations

Property Value
TypeDescription
(google.bigtable.v2.IMutation[]|null)