Firestore v1 API - Class ListCollectionIdsRequest (3.6.0)

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].

Inheritance

object > ListCollectionIdsRequest

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

ListCollectionIdsRequest()

public ListCollectionIdsRequest()

ListCollectionIdsRequest(ListCollectionIdsRequest)

public ListCollectionIdsRequest(ListCollectionIdsRequest other)
Parameter
NameDescription
otherListCollectionIdsRequest

Properties

ConsistencySelectorCase

public ListCollectionIdsRequest.ConsistencySelectorOneofCase ConsistencySelectorCase { get; }
Property Value
TypeDescription
ListCollectionIdsRequestConsistencySelectorOneofCase

PageSize

public int PageSize { get; set; }

The maximum number of results to return.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A page token. Must be a value from [ListCollectionIdsResponse][google.firestore.v1.ListCollectionIdsResponse].

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
Timestamp