Databricks SDK for JavaScript
    Preparing search index...
    interface Result {
        isTruncated?: boolean;
        rowCount?: bigint;
        statementId?: string;
        statementIdSignature?: string;
    }
    Index

    Properties

    isTruncated?: boolean

    If result is truncated

    rowCount?: bigint

    Row count of the result

    statementId?: string

    Statement Execution API statement id. Use Get status, manifest, and result first chunk to get the full result data.

    statementIdSignature?: string

    JWT corresponding to the statement contained in this result