Class: Google::Apis::BigquerydatatransferV1::TableDetail

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/bigquerydatatransfer_v1/classes.rb,
lib/google/apis/bigquerydatatransfer_v1/representations.rb,
lib/google/apis/bigquerydatatransfer_v1/representations.rb

Overview

Table details related to hierarchy.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TableDetail

Returns a new instance of TableDetail.



895
896
897
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 895

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

Instance Attribute Details

#partition_countFixnum

Optional. Total number of partitions being tracked within the table. Corresponds to the JSON property partitionCount

Returns:

  • (Fixnum)


893
894
895
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 893

def partition_count
  @partition_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



900
901
902
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 900

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