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

    Properties

    Properties

    bytesRead?: bigint

    The number of bytes read (could be less than length if we hit end of file). This refers to number of bytes read in unencoded version (response data is base64-encoded).

    data?: Uint8Array<ArrayBufferLike>

    The base64-encoded contents of the file read.