LookupStorage

Storage interface that provides the ability to look up documents by their identifiers.

Type Parameters

Document

The type of the documents being read.

Functions

Link copied to clipboard
abstract suspend fun get(ids: List<String>, namespace: String? = null): List<Document>

Gets documents by their identifiers.