| Name | Type | Description |
|---|---|---|
datastore_client* | datastore.Client | Google Cloud DataStore client. |
kind | str | Default: 'document_id'The kind (table name) for storing documents. |
text_property_name | str | Default: 'text'Property name for storing document text content. |
metadata_property_name | str | Default: 'metadata' |
exclude_from_indexes | list[str] | None | Default: None |
Stores documents in Google Cloud DataStore.
Property name for storing document metadata.
List of properties to exclude from indexing.