PartitionResponse

The response for sessions.partitionQuery or sessions.partitionRead

JSON representation
{
  "partitions": [
    {
      object (Partition)
    }
  ],
  "transaction": {
    object (Transaction)
  }
}
Fields
partitions[]

object (Partition)

Partitions created by this request.

transaction

object (Transaction)

Transaction created by this request.

Partition

Information returned for each partition returned in a PartitionResponse.

JSON representation
{
  "partitionToken": string
}
Fields
partitionToken

string (bytes format)

This token can be passed to sessions.read, sessions.streamingRead, sessions.executeSql, or sessions.executeStreamingSql requests to restrict the results to those identified by this partition token.

A base64-encoded string.