Google Cloud Spanner C++ Client  1.32.0
A C++ Client Library for Google Cloud Spanner
Public Attributes | List of all members
google::cloud::spanner::v1::PartitionedDmlResult Struct Reference

The result of executing a Partitioned DML query. More...

#include <google/cloud/spanner/partitioned_dml_result.h>

Public Attributes

std::int64_t row_count_lower_bound
 A lower bound on the number of rows modified. More...
 

Detailed Description

The result of executing a Partitioned DML query.

Definition at line 29 of file partitioned_dml_result.h.

Member Data Documentation

◆ row_count_lower_bound

std::int64_t google::cloud::spanner::v1::PartitionedDmlResult::row_count_lower_bound

A lower bound on the number of rows modified.

Definition at line 31 of file partitioned_dml_result.h.