Databricks SDK for JavaScript
    Preparing search index...
    interface MoveRequest {
        destinationPath?: string;
        sourcePath?: string;
    }
    Index

    Properties

    destinationPath?: string

    The destination path of the file or directory. The path should be the absolute DBFS path.

    sourcePath?: string

    The source path of the file or directory. The path should be the absolute DBFS path.