Interface: Query<Doc>
A query object.
Type parameters
Name | Type |
---|---|
Doc | extends DocumentData = any |
Properties
collectionName
• collectionName: string
conditions
• conditions: Conditions
<Doc
>
integrationId
• integrationId: string
limit
• limit: number
limitBy
• Optional
limitBy: Object
Type declaration
Name | Type |
---|---|
fields | FieldName <Doc >[] |
limit | number |
reverseSort | boolean |
sortOrder
• sortOrder: FieldSort
<Doc
>[]