public sealed class ListCollectionIdsRequest : IMessage<ListCollectionIdsRequest>, IEquatable<ListCollectionIdsRequest>, IDeepCloneable<ListCollectionIdsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Firestore v1 API class ListCollectionIdsRequest.
The request for [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].
Implements
IMessageListCollectionIdsRequest, IEquatableListCollectionIdsRequest, IDeepCloneableListCollectionIdsRequest, IBufferMessage, IMessage, IPageRequestNamespace
GoogleCloudGoogle.Cloud.FirestoreV1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
ListCollectionIdsRequest()
public ListCollectionIdsRequest()
ListCollectionIdsRequest(ListCollectionIdsRequest)
public ListCollectionIdsRequest(ListCollectionIdsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListCollectionIdsRequest |
Properties
ConsistencySelectorCase
public ListCollectionIdsRequest.ConsistencySelectorOneofCase ConsistencySelectorCase { get; }
Property Value | |
---|---|
Type | Description |
ListCollectionIdsRequestConsistencySelectorOneofCase |
PageSize
public int PageSize { get; set; }
The maximum number of results to return.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token. Must be a value from [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent document. In the format:
projects/{project_id}/databases/{database_id}/documents/{document_path}
.
For example:
projects/my-project/databases/my-database/documents/chatrooms/my-chatroom
Property Value | |
---|---|
Type | Description |
string |
ReadTime
public Timestamp ReadTime { get; set; }
Reads documents as they were at the given time. This may not be older than 270 seconds.
Property Value | |
---|---|
Type | Description |
Timestamp |