Firestore v1 API - Class ListDocumentsResponse (3.6.0)

public sealed class ListDocumentsResponse : IMessage<ListDocumentsResponse>, IEquatable<ListDocumentsResponse>, IDeepCloneable<ListDocumentsResponse>, IBufferMessage, IMessage, IPageResponse<Document>, IEnumerable<Document>, IEnumerable

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

The response for [Firestore.ListDocuments][google.firestore.v1.Firestore.ListDocuments].

Inheritance

object > ListDocumentsResponse

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

ListDocumentsResponse()

public ListDocumentsResponse()

ListDocumentsResponse(ListDocumentsResponse)

public ListDocumentsResponse(ListDocumentsResponse other)
Parameter
NameDescription
otherListDocumentsResponse

Properties

Documents

public RepeatedField<Document> Documents { get; }

The Documents found.

Property Value
TypeDescription
RepeatedFieldDocument

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of documents.

If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Document> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorDocument