Skip to main content
Version: 1.0.0

List partition statistics

GET 

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

List partition 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

Query Parameters

    from string

    The lower partition name

    to string

    The upper partition name

    fromInclusive boolean

    Whether the lower partition name is inclusive

    toInclusive string

    Whether the upper partition name is inclusive

Responses

Returns the partition statistics for the specified metadata object

Schema

    code int32

    Possible values: [0]

    Status code of the response

    partitionStatistics

    object

    A map of partition names to their statistics (which is a map of statistic names to their values)

    property name*

    object

    property name* any
Loading...