Databricks SDK for JavaScript
    Preparing search index...
    interface CreateRequest {
        overwrite?: boolean;
        path?: string;
    }
    Index

    Properties

    Properties

    overwrite?: boolean

    The flag that specifies whether to overwrite existing file/files.

    path?: string

    The path of the new file. The path should be the absolute DBFS path.