store

open suspend fun store(document: Document): String(source)

Stores a document in the storage system without any additional payload.

Return

A string representing the unique identifier of the stored document.

Parameters

document

The document to be stored.