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 boolean

    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[]

    The list of partition statistics results

  • Array [

  • partitionName stringrequired

    The name of the partition

    statistics

    object[]

    required

  • Array [

  • name stringrequired

    The name of the statistic

    value

    object

    The value of the statistic

    oneOf

    string

    reserved booleanrequired

    Whether the statistic is reserved

    modifiable booleanrequired

    Whether the statistic is modifiable

    audit

    object

    required

    Audit information for a Gravitino resource.

    creator string

    The user who created the resource

    createTime date-time

    The time the resource was created

    lastModifier string

    The user who last modified the resource

    lastModifiedTime date-time

    The time the resource was last modified

  • ]

  • ]

Loading...