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].
Implements
IPageRequest, IMessageListInstancePartitionsRequest, IEquatableListInstancePartitionsRequest, IDeepCloneableListInstancePartitionsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
ListInstancePartitionsRequest()
public ListInstancePartitionsRequest()
ListInstancePartitionsRequest(ListInstancePartitionsRequest)
public ListInstancePartitionsRequest(ListInstancePartitionsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListInstancePartitionsRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsInstanceName
public InstanceName ParentAsInstanceName { get; set; }
Google.Cloud.Spanner.Common.V1.InstanceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
Google.Cloud.Spanner.Common.V1.InstanceName |