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.
8692 8693 8694 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8692 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
8690 8691 8692 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8690 def stage_id @stage_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8697 8698 8699 |
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8697 def update!(**args) @stage_id = args[:stage_id] if args.key?(:stage_id) end |