Skip to main content
Version: 0.5.0

Get fileset

GET 

/metalakes/:metalake/catalogs/:catalog/schemas/:schema/filesets/:fileset

Returns the specified fileset object

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    catalog stringrequired

    The name of the catalog

    schema stringrequired

    The name of the schema

    fileset stringrequired

    The name of the fileset

Responses

The response of fileset object

Schema

    code int32

    Possible values: [0]

    Status code of the response

    fileset

    object

    name stringrequired

    The name of the fileset

    type stringnullable

    The type of the fileset

    comment stringnullable

    The comment of the fileset

    storageLocation stringnullable

    The location of the fileset

    properties

    object

    nullable

    The properties of the fileset

    property name* string
Loading...