IDirectoryDeleteOperation Interface
Operation indicating a key should be deleted from the directory.
Signature
export interface IDirectoryDeleteOperation
Properties
Property | Type | Description |
---|---|---|
key | string | Directory key being modified. |
path | string | Absolute 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"