metadata property
Metadata for the document.
The metadata supports arbitrary key-value pairs. Suggested use cases
include storing a document's title, an external URL distinct from the
document's content_uri, etc. The max size of a key
or a value
of the
metadata is 1024 bytes.
Optional.
Implementation
core.Map<core.String, core.String>? metadata;