public sealed class ListDocumentsResponse : IMessage<ListDocumentsResponse>, IEquatable<ListDocumentsResponse>, IDeepCloneable<ListDocumentsResponse>, IBufferMessage, IMessage, IPageResponse<Document>, IEnumerable<Document>, IEnumerable
The response for [Firestore.ListDocuments][google.firestore.v1.Firestore.ListDocuments].
Implements
IMessage<ListDocumentsResponse>, IEquatable<ListDocumentsResponse>, IDeepCloneable<ListDocumentsResponse>, IBufferMessage, IMessage, IPageResponse<Document>, IEnumerable<Document>, IEnumerableNamespace
Google.Cloud.Firestore.V1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
ListDocumentsResponse()
public ListDocumentsResponse()
ListDocumentsResponse(ListDocumentsResponse)
public ListDocumentsResponse(ListDocumentsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListDocumentsResponse |
Properties
Documents
public RepeatedField<Document> Documents { get; }
The Documents found.
Property Value | |
---|---|
Type | Description |
RepeatedField<Document> |
NextPageToken
public string NextPageToken { get; set; }
The next page token.
Property Value | |
---|---|
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<Document> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Document> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |