Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateTableConstraintRequest

    interface CreateTableConstraintRequest {
        constraint?: TableConstraint;
        fullNameArg?: string;
    }
    Index

    Properties

    constraint?: TableConstraint
    fullNameArg?: string

    The full name of the table referenced by the constraint.