Skip to main content
Version: 1.0.0

Update statistics

PUT 

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

Update 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

    updates

    object

    required

    The statistics to update for each partition

    property name* any

    The statistics to update for each partition

Responses

Represents a response for a base operation

Schema

    code int32required

    Possible values: [0]

    Status code of the response

Loading...