Class: TencentCloud::Cls::V20201016::DlcPartitionExtra

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201016/models.rb

Overview

数据湖计算服务(Data Lake Compute,简称DLC)数据分区额外信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timeformat = nil, timezone = nil) ⇒ DlcPartitionExtra

Returns a new instance of DlcPartitionExtra.



10527
10528
10529
10530
# File 'lib/v20201016/models.rb', line 10527

def initialize(timeformat=nil, timezone=nil)
  @TimeFormat = timeformat
  @TimeZone = timezone
end

Instance Attribute Details

#TimeFormat ⇒ Object

Parameters:

  • TimeFormat: —

    时间格式 eg: %Y-%m-%d %H:%M:%S.%f

  • TimeZone: —

    时间时区



10525
10526
10527
# File 'lib/v20201016/models.rb', line 10525

def TimeFormat
  @TimeFormat
end

#TimeZone ⇒ Object

Parameters:

  • TimeFormat: —

    时间格式 eg: %Y-%m-%d %H:%M:%S.%f

  • TimeZone: —

    时间时区



10525
10526
10527
# File 'lib/v20201016/models.rb', line 10525

def TimeZone
  @TimeZone
end

Instance Method Details

#deserialize(params) ⇒ Object



10532
10533
10534
10535
# File 'lib/v20201016/models.rb', line 10532

def deserialize(params)
  @TimeFormat = params['TimeFormat']
  @TimeZone = params['TimeZone']
end