DeleteAction
class DeleteAction(meta: IdActionMeta, concurrencyControl: ConcurrencyControl?) : Action<Nothing>
Content copied to clipboard
Removes a document specified by an meta's id from an index.
See also
Constructors
DeleteAction
Link copied to clipboard
fun DeleteAction(meta: IdActionMeta, concurrencyControl: ConcurrencyControl? = null)
Content copied to clipboard