Skip to main content
Version: 1.0.0

Drop partition statistics

POST 

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

Drop 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

Body

    drops

    object[]

    required

    The list of partition statistics to drop

  • Array [

  • partitionName stringrequired

    The name of the partition

    statisticNames string[]required

    The names of the statistics to drop for the partition

  • ]

Responses

Represents a response for a drop operation

Schema

    code int32

    Possible values: [0]

    Status code of the response

    dropped boolean

    Whether the drop operation was successful

Loading...