maxCommitDelay property

String? maxCommitDelay
getter/setter pair

The amount of latency this request is willing to incur in order to improve throughput.

If this field is not set, Spanner assumes requests are relatively latency sensitive and automatically determines an appropriate delay time. You can specify a batching delay value between 0 and 500 ms.

Optional.

Implementation

core.String? maxCommitDelay;