public sealed class ListPartitionsResponse : IMessage<ListPartitionsResponse>, IEquatable<ListPartitionsResponse>, IDeepCloneable<ListPartitionsResponse>, IBufferMessage, IMessage, IPageResponse<Partition>, IEnumerable<Partition>, IEnumerable
Reference documentation and code samples for the Cloud Dataplex v1 API class ListPartitionsResponse.
List metadata partitions response.
Implements
IMessageListPartitionsResponse, IEquatableListPartitionsResponse, IDeepCloneableListPartitionsResponse, IBufferMessage, IMessage, IPageResponsePartition, IEnumerablePartition, IEnumerableNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ListPartitionsResponse()
public ListPartitionsResponse()
ListPartitionsResponse(ListPartitionsResponse)
public ListPartitionsResponse(ListPartitionsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListPartitionsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Token to retrieve the next page of results, or empty if there are no remaining results in the list.
Property Value | |
---|---|
Type | Description |
string |
Partitions
public RepeatedField<Partition> Partitions { get; }
Partitions under the specified parent entity.
Property Value | |
---|---|
Type | Description |
RepeatedFieldPartition |
Methods
GetEnumerator()
public IEnumerator<Partition> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorPartition |