ViewValidation
class ViewValidation
A structure that contains information for an analytical engine to validate a view, prior to persisting the view metadata. Used in the case of direct UpdateTable
or CreateTable
API calls.
Types
Properties
Link copied to clipboard
The dialect of the query engine.
Link copied to clipboard
The version of the dialect of the query engine. For example, 3.0.0.
Link copied to clipboard
An error associated with the validation.
Link copied to clipboard
The state of the validation.
Link copied to clipboard
The time of the last update.
Link copied to clipboard
The SELECT
query that defines the view, as provided by the customer.