Databricks SDK for JavaScript
    Preparing search index...
    interface ClusterEvent {
        clusterId?: string;
        dataPlaneEventDetails?: DataPlaneEventDetails;
        details?: EventDetails;
        timestamp?: bigint;
        type?: ClusterEventType_ClusterEventType;
    }
    Index

    Properties

    clusterId?: string
    dataPlaneEventDetails?: DataPlaneEventDetails
    details?: EventDetails
    timestamp?: bigint

    The timestamp when the event occurred, stored as the number of milliseconds since the Unix epoch. If not provided, this will be assigned by the Timeline service.