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

UpdateObjectCustomContext

import type { UpdateObjectCustomContext } from "https://googleapis.deno.dev/v1/storagebatchoperations:v1.ts";

Describes options to update object custom contexts.

interface UpdateObjectCustomContext {
clearAll?: boolean;
customContextUpdates?: CustomContextUpdates;
}

§Properties

§
clearAll?: boolean
[src]

If set, must be set to true and all existing object custom contexts will be deleted.

§
customContextUpdates?: CustomContextUpdates
[src]

A collection of updates to apply to specific custom contexts. Use this to add, update or delete individual contexts by key.