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

    Interface DeleteOptions

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

    Properties

    Properties

    recursive?: boolean

    Whether to delete recursively.

    version?: string