Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchDetachFromIndex

import type { BatchDetachFromIndex } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";

Detaches the specified object from the specified index inside a "BatchRead" operation. For more information, see "DetachFromIndex" and "BatchReadRequest$Operations".

interface BatchDetachFromIndex {
IndexReference: ObjectReference;
TargetReference: ObjectReference;
}

§Properties

§
IndexReference: ObjectReference
[src]

A reference to the index object.

§
TargetReference: ObjectReference
[src]

A reference to the object being detached from the index.