Databricks SDK for JavaScript
    Preparing search index...
    interface CreateShareRequest {
        comment?: string;
        createdAt?: bigint;
        createdBy?: string;
        name?: string;
        objects?: SharedDataObject[];
        owner?: string;
        storageLocation?: string;
        storageRoot?: string;
        updatedAt?: bigint;
        updatedBy?: string;
    }
    Index

    Properties

    comment?: string

    User-provided free-form text description.

    createdAt?: bigint

    Time at which this share was created, in epoch milliseconds.

    createdBy?: string

    Username of share creator.

    name?: string

    Name of the share.

    objects?: SharedDataObject[]

    A list of shared data objects within the share.

    owner?: string

    Username of current owner of share.

    storageLocation?: string

    Storage Location URL (full path) for the share.

    storageRoot?: string

    Storage root URL for the share.

    updatedAt?: bigint

    Time at which this share was updated, in epoch milliseconds.

    updatedBy?: string

    Username of share updater.