Class: Google::Apis::BigqueryV2::SkewSource
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryV2::SkewSource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigquery_v2/classes.rb,
lib/google/apis/bigquery_v2/representations.rb,
lib/google/apis/bigquery_v2/representations.rb
Overview
Details about source stages which produce skewed data.
Instance Attribute Summary collapse
-
#stage_id ⇒ Fixnum
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SkewSource
constructor
A new instance of SkewSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SkewSource
Returns a new instance of SkewSource.
8667 8668 8669 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8667 def initialize(**args) update!(**args) end |
Instance Attribute Details
#stage_id ⇒ Fixnum
Output only. Stage id of the skew source stage.
Corresponds to the JSON property stageId
8665 8666 8667 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8665 def stage_id @stage_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8672 8673 8674 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8672 def update!(**args) @stage_id = args[:stage_id] if args.key?(:stage_id) end |