Class ListCollectionIdsRequest (3.0.0)

public sealed class ListCollectionIdsRequest : IMessage<ListCollectionIdsRequest>, IEquatable<ListCollectionIdsRequest>, IDeepCloneable<ListCollectionIdsRequest>, IBufferMessage, IMessage, IPageRequest

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
ListCollectionIdsRequest.ConsistencySelectorOneofCase

PageSize

public int PageSize { get; set; }

The maximum number of results to return.

Property Value
TypeDescription
Int32

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 may not be older than 270 seconds.

Property Value
TypeDescription
Timestamp