Databricks SDK for JavaScript
    Preparing search index...
    interface GetMetricHistoryResponse {
        metrics?: Metric[];
        nextPageToken?: string;
    }
    Index

    Properties

    metrics?: Metric[]

    All logged values for this metric if max_results is not specified in the request or if the total count of metrics returned is less than the service level pagination threshold. Otherwise, this is one page of results.

    nextPageToken?: string

    A token that can be used to issue a query for the next page of metric history values. A missing token indicates that no additional metrics are available to fetch.