Class ListInstancePartitionsResponse
The response for ListInstancePartitions.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class ListInstancePartitionsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstancePartitions
The list of requested instancePartitions.
Declaration
[JsonProperty("instancePartitions")]
public virtual IList<InstancePartition> InstancePartitions { get; set; }
Property Value
Type | Description |
---|---|
IList<InstancePartition> |
NextPageToken
next_page_token
can be sent in a subsequent ListInstancePartitions call to fetch more of the matching
instance partitions.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Unreachable
The list of unreachable instances or instance partitions. It includes the names of instances or instance partitions whose metadata could not be retrieved within instance_partition_deadline.
Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |