Skip to main content
Version: 1.0.0

List statistics

GET 

/metalakes/:metalake/objects/:metadataObjectType/:metadataObjectFullName/statistics

List statistics

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    metadataObjectType stringrequired

    Possible values: [METALAKE, CATALOG, SCHEMA, TABLE, COLUMN, FILESET, TOPIC, MODEL, ROLE]

    The type of the metadata object

    metadataObjectFullName stringrequired

    The full name of the metadata object

Responses

Returns the statistics for the specified metadata object

Schema

    code int32

    Possible values: [0]

    Status code of the response

    statistics

    object

    A map of statistic names to their values for the metadata object

    property name* any

    A map of statistic names to their values for the metadata object

Loading...