Databricks SDK for JavaScript
    Preparing search index...
    interface PutRequest {
        contents?: Uint8Array<ArrayBufferLike>;
        overwrite?: boolean;
        path?: string;
    }
    Index

    Properties

    contents?: Uint8Array<ArrayBufferLike>

    This parameter might be absent, and instead a posted file will be used.

    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.