Databricks SDK for JavaScript
    Preparing search index...
    interface SubscriptionCreate {
        createdByUserId?: bigint;
        createTime?: Instant;
        dashboardId?: string;
        scheduleId?: string;
        skipNotify?: boolean;
        subscriber?: Subscription_Subscriber;
        subscriptionId?: string;
        updateTime?: Instant;
    }
    Index

    Properties

    createdByUserId?: bigint

    UserId of the user who adds subscribers (users or notification destinations) to the dashboard's schedule.

    createTime?: Instant

    A timestamp indicating when the subscription was created.

    dashboardId?: string

    UUID identifying the dashboard to which the subscription belongs.

    scheduleId?: string

    UUID identifying the schedule to which the subscription belongs.

    skipNotify?: boolean

    Controls whether notifications are sent to the subscriber for scheduled dashboard refreshes. If not defined, defaults to false in the backend to match the current behavior (refresh and notify)

    Subscriber details for users and destinations to be added as subscribers to the schedule.

    subscriptionId?: string

    UUID identifying the subscription.

    updateTime?: Instant

    A timestamp indicating when the subscription was last updated.