Firestore v1 API - Class ListCollectionIdsResponse (3.6.0)

public sealed class ListCollectionIdsResponse : IMessage<ListCollectionIdsResponse>, IEquatable<ListCollectionIdsResponse>, IDeepCloneable<ListCollectionIdsResponse>, IBufferMessage, IMessage, IPageResponse<string>, IEnumerable<string>, IEnumerable

Reference documentation and code samples for the Firestore v1 API class ListCollectionIdsResponse.

The response from [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].

Inheritance

object > ListCollectionIdsResponse

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

ListCollectionIdsResponse()

public ListCollectionIdsResponse()

ListCollectionIdsResponse(ListCollectionIdsResponse)

public ListCollectionIdsResponse(ListCollectionIdsResponse other)
Parameter
NameDescription
otherListCollectionIdsResponse

Properties

CollectionIds

public RepeatedField<string> CollectionIds { get; }

The collection ids.

Property Value
TypeDescription
RepeatedFieldstring

NextPageToken

public string NextPageToken { get; set; }

A page token that may be used to continue the list.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<string> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorstring