Databricks SDK for JavaScript
    Preparing search index...

    Interface Subscription_Subscriber

    interface Subscription_Subscriber {
        subscriptionType?:
            | { $case: "userName"; userName: string }
            | { $case: "destinationId"; destinationId: string };
    }
    Index

    Properties

    subscriptionType?:
        | { $case: "userName"; userName: string }
        | { $case: "destinationId"; destinationId: string }

    Type Declaration

    • { $case: "userName"; userName: string }
      • $case: "userName"
      • userName: string

        A snapshot of the dashboard will be sent to the user's email when the user_name field is present.

    • { $case: "destinationId"; destinationId: string }
      • $case: "destinationId"
      • destinationId: string

        A snapshot of the dashboard will be sent to the destination when the destination_id field is present.