Databricks SDK for JavaScript
    Preparing search index...
    interface CreateVolumeRequest {
        accessPoint?: string;
        browseOnly?: boolean;
        catalogName?: string;
        comment?: string;
        createdAt?: bigint;
        createdBy?: string;
        encryptionDetails?: EncryptionDetails;
        fullName?: string;
        metastoreId?: string;
        name?: string;
        owner?: string;
        schemaName?: string;
        storageLocation?: string;
        updatedAt?: bigint;
        updatedBy?: string;
        volumeId?: string;
        volumeType?: VolumeType;
    }
    Index

    Properties

    accessPoint?: string

    The AWS access point to use when accesing s3 for this external location.

    browseOnly?: boolean

    Indicates whether the principal is limited to retrieving metadata for the associated object through the BROWSE privilege when include_browse is enabled in the request.

    catalogName?: string

    The name of the catalog where the schema and the volume are

    comment?: string

    The comment attached to the volume

    createdAt?: bigint
    createdBy?: string

    The identifier of the user who created the volume

    encryptionDetails?: EncryptionDetails
    fullName?: string

    The three-level (fully qualified) name of the volume

    metastoreId?: string

    The unique identifier of the metastore

    name?: string

    The name of the volume

    owner?: string

    The identifier of the user who owns the volume

    schemaName?: string

    The name of the schema where the volume is

    storageLocation?: string

    The storage location on the cloud

    updatedAt?: bigint
    updatedBy?: string

    The identifier of the user who updated the volume last time

    volumeId?: string

    The unique identifier of the volume

    volumeType?: VolumeType

    The type of the volume. An external volume is located in the specified external location. A managed volume is located in the default location which is specified by the parent schema, or the parent catalog, or the Metastore. Learn more