Databricks SDK for JavaScript
    Preparing search index...
    interface EndpointGroupStatus {
        enableReadableSecondaries?: boolean;
        max?: number;
        min?: number;
    }
    Index

    Properties

    enableReadableSecondaries?: boolean

    Whether read-only connections to read-write endpoints are allowed. Only relevant if read replicas are configured by specifying size.max > 1.

    max?: number

    The maximum number of computes in the endpoint group. Currently, this must be equal to min. Set to 1 for single compute endpoints, to disable HA. To manually suspend all computes in an endpoint group, set disabled to true on the EndpointSpec.

    min?: number

    The minimum number of computes in the endpoint group. Currently, this must be equal to max. This must be greater than or equal to 1.