Databricks SDK for JavaScript
    Preparing search index...
    interface ReadRequest {
        length?: bigint;
        offset?: bigint;
        path?: string;
    }
    Index

    Properties

    Properties

    length?: bigint

    The number of bytes to read starting from the offset. This has a limit of 1 MB, and a default value of 0.5 MB.

    offset?: bigint

    The offset to read from in bytes.

    path?: string

    The path of the file to read. The path should be the absolute DBFS path.