Skip to main content
Module

x/kvdex/mod.ts>deleteIndices

Database wrapper for Deno KV
Go to Latest
function deleteIndices
Re-export
import { deleteIndices } from "https://deno.land/x/kvdex@v0.9.1/mod.ts";

Delete document indices using an atomic operation.

Parameters

id: KvId
  • Document id.
data: T1
  • Document value.
  • An initialized atomic operation.
collection: IndexableCollection<T1, T2>
  • The collection context.