Interface MutateOptions (3.6.0)

Package

@google-cloud/bigtable!

Properties

gaxOptions

gaxOptions?: CallOptions;

Request configuration options, outlined here: https://googleapis.github.io/gax-nodejs/global.html#CallOptions.

Property Value
TypeDescription
CallOptions

rawMutation

rawMutation?: boolean;

If set to true will treat entriesmas a raw Mutation object. See .

Property Value
TypeDescription
boolean