Skip to main content
Version: v1

IDirectoryDeleteOperation Interface

Operation indicating a key should be deleted from the directory.

Signature

export interface IDirectoryDeleteOperation

Properties

PropertyTypeDescription
keystringDirectory key being modified.
pathstringAbsolute path of the directory where the modified key is located.
type"delete"String identifier of the operation type.

Property Details

key

Directory key being modified.

Signature

key: string;

Type: string

path

Absolute path of the directory where the modified key is located.

Signature

path: string;

Type: string

type

String identifier of the operation type.

Signature

type: "delete";

Type: "delete"