Google Cloud Spanner Instance Administration v1 API - Class ListInstancePartitionsRequest (5.0.0-beta03)

public sealed class ListInstancePartitionsRequest : IPageRequest, IMessage<ListInstancePartitionsRequest>, IEquatable<ListInstancePartitionsRequest>, IDeepCloneable<ListInstancePartitionsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class ListInstancePartitionsRequest.

The request for [ListInstancePartitions][google.spanner.admin.instance.v1.InstanceAdmin.ListInstancePartitions].

Inheritance

object > ListInstancePartitionsRequest

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

Google.Cloud.Spanner.Admin.Instance.V1.dll

Constructors

ListInstancePartitionsRequest()

public ListInstancePartitionsRequest()

ListInstancePartitionsRequest(ListInstancePartitionsRequest)

public ListInstancePartitionsRequest(ListInstancePartitionsRequest other)
Parameter
NameDescription
otherListInstancePartitionsRequest

Properties

InstancePartitionDeadline

public Timestamp InstancePartitionDeadline { get; set; }

Optional. Deadline used while retrieving metadata for instance partitions. Instance partitions whose metadata cannot be retrieved within this deadline will be added to [unreachable][google.spanner.admin.instance.v1.ListInstancePartitionsResponse.unreachable] in [ListInstancePartitionsResponse][google.spanner.admin.instance.v1.ListInstancePartitionsResponse].

Property Value
TypeDescription
Timestamp

PageSize

public int PageSize { get; set; }

Number of instance partitions to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

If non-empty, page_token should contain a [next_page_token][google.spanner.admin.instance.v1.ListInstancePartitionsResponse.next_page_token] from a previous [ListInstancePartitionsResponse][google.spanner.admin.instance.v1.ListInstancePartitionsResponse].

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The instance whose instance partitions should be listed. Values are of the form projects/<project>/instances/<instance>.

Property Value
TypeDescription
string

ParentAsInstanceName

public InstanceName ParentAsInstanceName { get; set; }

Google.Cloud.Spanner.Common.V1.InstanceName-typed view over the Parent resource name property.

Property Value
TypeDescription
Google.Cloud.Spanner.Common.V1.InstanceName