Databricks SDK for JavaScript
    Preparing search index...
    interface AddBlockRequest {
        data?: Uint8Array<ArrayBufferLike>;
        handle?: bigint;
    }
    Index

    Properties

    Properties

    data?: Uint8Array<ArrayBufferLike>

    The base64-encoded data to append to the stream. This has a limit of 1 MB.

    handle?: bigint

    The handle on an open stream.