metadata

@JvmName(name = "ogxigiwgcsicnmwj")
suspend fun metadata(value: Output<Map<String, String>>)
@JvmName(name = "mgodmkgfsthpyglk")
suspend fun metadata(value: Map<String, String>?)

Parameters

value

Optional. 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.


@JvmName(name = "ryakjigvjjafixss")
fun metadata(vararg values: Pair<String, String>)

Parameters

values

Optional. 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.