Skip to main content

CheckColumnsIsUniqueResponse

The CheckColumnsIsUniqueResponse class represents the response model for checking the uniqueness of columns, containing a list of invalid columns and a boolean indicating the validation result.

Properties

NameDescription
InvalidsA list of columns that are invalid, based on the uniqueness check.
IsValidA boolean value indicating whether the columns are unique and valid.

Constructors

NameDescription
CheckColumnsIsUniqueResponse()Initializes a new instance of the CheckColumnsIsUniqueResponse class, setting the Invalids property to an empty list.