Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieResultMetadata

    interface GenieResultMetadata {
        isTruncated?: boolean;
        rowCount?: bigint;
    }
    Index

    Properties

    isTruncated?: boolean

    Indicates whether the result set is truncated.

    rowCount?: bigint

    The number of rows in the result set.