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

  • 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...