Query
yaml
type: "io.kestra.plugin.gcp.firestore.query"
Examples
yaml
id: gcp_firestore_query
namespace: company.team
tasks:
- id: query
type: io.kestra.plugin.gcp.firestore.Query
collection: "persons"
filters:
- field: "lastname"
value: "Doe"
Properties
collection string
fetchType string
Default
STORE
Possible Values
STORE
FETCH
FETCH_ONE
NONE
impersonatedServiceAccount string
limit integerstring
offset integerstring
orderBy string
orderDirection string
Default
ASCENDING
Possible Values
ASCENDING
DESCENDING
projectId string
scopes array
SubType string
Default
["https://www.googleapis.com/auth/cloud-platform"]
serviceAccount string
Outputs
row object
rows array
size integer
uri string
Format
uri
Definitions
A filter for the where clause
field *Requiredstring
value *Requiredstring
operator string
Default
EQUAL_TO
Possible Values
EQUAL_TO
NOT_EQUAL_TO
LESS_THAN
LESS_THAN_OR_EQUAL_TO
GREATER_THAN
GREATER_THAN_OR_EQUAL_TO