Databricks SDK for JavaScript
    Preparing search index...
    interface PrimaryKeyConstraint {
        childColumns?: string[];
        name?: string;
        rely?: boolean;
        timeseriesColumns?: string[];
    }
    Index

    Properties

    childColumns?: string[]

    Column names for this constraint.

    name?: string

    The name of the constraint.

    rely?: boolean

    True if the constraint is RELY, false or unset if NORELY.

    timeseriesColumns?: string[]

    Column names that represent a timeseries.