Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
Loading...
Searching...
No Matches
Public Attributes | List of all members
google::cloud::spanner::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.

Member Data Documentation

◆ row_count_lower_bound

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

A lower bound on the number of rows modified.