Interface protos.google.spanner.v1.Mutation.IWrite

Properties of a Write.

Package

@google-cloud/spanner!

Properties

columns

columns?: (string[]|null);

Write columns

Property Value
TypeDescription
(string[]|null)

table

table?: (string|null);

Write table

Property Value
TypeDescription
(string|null)

values

values?: (google.protobuf.IListValue[]|null);

Write values

Property Value
TypeDescription
(google.protobuf.IListValue[]|null)