Class PartitionResponse
The response for PartitionQuery or PartitionRead
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class PartitionResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Partitions
Partitions created by this request.
Declaration
[JsonProperty("partitions")]
public virtual IList<Partition> Partitions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Partition> |
Transaction
Transaction created by this request.
Declaration
[JsonProperty("transaction")]
public virtual Transaction Transaction { get; set; }
Property Value
| Type | Description |
|---|---|
| Transaction |