Class: TencentCloud::Dlc::V20210125::HiveTablePartition
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::HiveTablePartition
- Defined in:
- lib/v20210125/models.rb
Overview
Hive表分区信息
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #DataFileStorage ⇒ Object
- #LastAccessTime ⇒ Object
- #ModifiedTime ⇒ Object
- #Partition ⇒ Object
- #Records ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(partition = nil, records = nil, datafilestorage = nil, createtime = nil, modifiedtime = nil, lastaccesstime = nil) ⇒ HiveTablePartition
constructor
A new instance of HiveTablePartition.
Constructor Details
#initialize(partition = nil, records = nil, datafilestorage = nil, createtime = nil, modifiedtime = nil, lastaccesstime = nil) ⇒ HiveTablePartition
Returns a new instance of HiveTablePartition.
11458 11459 11460 11461 11462 11463 11464 11465 |
# File 'lib/v20210125/models.rb', line 11458 def initialize(partition=nil, records=nil, datafilestorage=nil, createtime=nil, modifiedtime=nil, lastaccesstime=nil) @Partition = partition @Records = records @DataFileStorage = datafilestorage @CreateTime = createtime @ModifiedTime = modifiedtime @LastAccessTime = lastaccesstime end |
Instance Attribute Details
#CreateTime ⇒ Object
11456 11457 11458 |
# File 'lib/v20210125/models.rb', line 11456 def CreateTime @CreateTime end |
#DataFileStorage ⇒ Object
11456 11457 11458 |
# File 'lib/v20210125/models.rb', line 11456 def DataFileStorage @DataFileStorage end |
#LastAccessTime ⇒ Object
11456 11457 11458 |
# File 'lib/v20210125/models.rb', line 11456 def LastAccessTime @LastAccessTime end |
#ModifiedTime ⇒ Object
11456 11457 11458 |
# File 'lib/v20210125/models.rb', line 11456 def ModifiedTime @ModifiedTime end |
#Partition ⇒ Object
11456 11457 11458 |
# File 'lib/v20210125/models.rb', line 11456 def Partition @Partition end |
#Records ⇒ Object
11456 11457 11458 |
# File 'lib/v20210125/models.rb', line 11456 def Records @Records end |
Instance Method Details
#deserialize(params) ⇒ Object
11467 11468 11469 11470 11471 11472 11473 11474 |
# File 'lib/v20210125/models.rb', line 11467 def deserialize(params) @Partition = params['Partition'] @Records = params['Records'] @DataFileStorage = params['DataFileStorage'] @CreateTime = params['CreateTime'] @ModifiedTime = params['ModifiedTime'] @LastAccessTime = params['LastAccessTime'] end |