Skip to main content
Version: 0.5.0

Create fileset

POST 

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

Create fileset

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    catalog stringrequired

    The name of the catalog

    schema stringrequired

    The name of the schema

Body

    name stringrequired

    The name of the fileset. Can not be empty.

    type stringnullable

    The type of the fileset. The value of type should be EXTERNAL or MANAGED

    comment stringnullable

    The comment of the fileset. Can be empty.

    storageLocation stringnullable

    The location of the fileset. If the storage location of managed fileset is empty, it will \ use the location of namespace. The storage location of external fileset must be set.

    properties

    object

    nullable

    The properties of the fileset. Can be empty.

    property name* string

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