Cloud Dataplex v1 API - Class ListPartitionsResponse (2.15.0)

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.

Inheritance

object > ListPartitionsResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListPartitionsResponse()

public ListPartitionsResponse()

ListPartitionsResponse(ListPartitionsResponse)

public ListPartitionsResponse(ListPartitionsResponse other)
Parameter
NameDescription
otherListPartitionsResponse

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
TypeDescription
string

Partitions

public RepeatedField<Partition> Partitions { get; }

Partitions under the specified parent entity.

Property Value
TypeDescription
RepeatedFieldPartition

Methods

GetEnumerator()

public IEnumerator<Partition> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorPartition