Databricks SDK for JavaScript
    Preparing search index...
    interface Volume {
        comment?: string;
        id?: string;
        name?: string;
        schema?: string;
        share?: string;
        shareId?: string;
        tags?: TagKeyValue[];
    }
    Index

    Properties

    comment?: string

    The comment of the volume.

    id?: string

    This id maps to the shared_volume_id in database Recipient needs shared_volume_id for recon to check if this volume is already in recipient's DB or not.

    name?: string

    The name of the volume.

    schema?: string

    The name of the schema that the volume belongs to.

    share?: string

    The name of the share that the volume belongs to.

    shareId?: string

    / The id of the share that the volume belongs to.

    tags?: TagKeyValue[]

    The tags of the volume.