ViewDefinition class

Describes the definition of a logical view.

Constructors

ViewDefinition({PrivacyPolicy? privacyPolicy, String? query, bool? useExplicitColumnNames, bool? useLegacySql, List<UserDefinedFunctionResource>? userDefinedFunctionResources})
ViewDefinition.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
privacyPolicy PrivacyPolicy?
Specifices the privacy policy for the view.
getter/setter pair
query String?
A query that BigQuery executes when the view is referenced.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useExplicitColumnNames bool?
True if the column names are explicitly specified.
getter/setter pair
useLegacySql bool?
Specifies whether to use BigQuery's legacy SQL for this view.
getter/setter pair
userDefinedFunctionResources List<UserDefinedFunctionResource>?
Describes user-defined function resources used in the query.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited