Class: Google::Apis::BigqueryV2::SkewSource

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SkewSource

Returns a new instance of SkewSource.



8694
8695
8696
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8694

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#stage_idFixnum

Output only. Stage id of the skew source stage. Corresponds to the JSON property stageId

Returns:

  • (Fixnum)


8692
8693
8694
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8692

def stage_id
  @stage_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8699
8700
8701
# File 'lib/google/apis/bigquery_v2/classes.rb', line 8699

def update!(**args)
  @stage_id = args[:stage_id] if args.key?(:stage_id)
end