Databricks SDK for JavaScript
    Preparing search index...

    Interface DeleteTableConstraintRequest

    interface DeleteTableConstraintRequest {
        cascade?: boolean;
        constraintName?: string;
        fullNameArg?: string;
    }
    Index

    Properties

    cascade?: boolean

    If true, try deleting all child constraints of the current constraint. If false, reject this operation if the current constraint has any child constraints.

    constraintName?: string

    The name of the constraint to delete.

    fullNameArg?: string

    Full name of the table referenced by the constraint.