Apache OpenDAL™ - v0.49.7
    Preparing search index...

    Interface DeleteOptions

    interface DeleteOptions {
        ifMatch?: string;
        recursive?: boolean;
        version?: string;
    }
    Index

    Properties

    ifMatch?: string

    Sets if-match condition for this operation. If file exists and its etag does not match, an error of kind ConditionNotMatch will be returned.

    recursive?: boolean

    Whether to delete recursively.

    version?: string