Interface protos.google.firestore.v1.IListDocumentsRequest (0.2.0)

Properties of a ListDocumentsRequest.

Package

@google-cloud/firestore-api

Properties

collectionId

collectionId?: (string|null);

ListDocumentsRequest collectionId

mask

mask?: (google.firestore.v1.IDocumentMask|null);

ListDocumentsRequest mask

orderBy

orderBy?: (string|null);

ListDocumentsRequest orderBy

pageSize

pageSize?: (number|null);

ListDocumentsRequest pageSize

pageToken

pageToken?: (string|null);

ListDocumentsRequest pageToken

parent

parent?: (string|null);

ListDocumentsRequest parent

readTime

readTime?: (google.protobuf.ITimestamp|null);

ListDocumentsRequest readTime

showMissing

showMissing?: (boolean|null);

ListDocumentsRequest showMissing

transaction

transaction?: (Uint8Array|Buffer|string|null);

ListDocumentsRequest transaction