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
| Name | Description |
|---|---|
| Invalids | A list of columns that are invalid, based on the uniqueness check. |
| IsValid | A boolean value indicating whether the columns are unique and valid. |
Constructors
| Name | Description |
|---|---|
| CheckColumnsIsUniqueResponse() | Initializes a new instance of the CheckColumnsIsUniqueResponse class, setting the Invalids property to an empty list. |