public sealed class ListCollectionIdsRequest : IMessage<ListCollectionIdsRequest>, IEquatable<ListCollectionIdsRequest>, IDeepCloneable<ListCollectionIdsRequest>, IBufferMessage, IMessage, IPageRequestReference 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
Google.Cloud.Firestore.V1Assembly
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 must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|