Show / Hide Table of Contents

Class ListInstancePartitionsResponse

The response for ListInstancePartitions.

Inheritance
object
ListInstancePartitionsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX