datastore_count
Count entities of a specified kind in Google Cloud Datastore, with optional filtering by field and value for precise results.
Instructions
Count entities in a kind, optionally with a filter
Input Schema
Name | Required | Description | Default |
---|---|---|---|
field | No | The field name to filter on (optional) | |
kind | Yes | The entity kind to count | |
value | No | The value to match exactly (required if field is provided) |