Class: Aliyun::Odps::TablePartition
- Inherits:
-
Struct::Base
- Object
- Struct::Base
- Aliyun::Odps::TablePartition
- Defined in:
- lib/aliyun/odps/model/table_partition.rb
Instance Attribute Summary collapse
Method Summary
Methods inherited from Struct::Base
#client, #initialize, property, #update_attrs
Constructor Details
This class inherits a constructor from Aliyun::Odps::Struct::Base
Instance Attribute Details
permalink #comment ⇒ String
6 |
# File 'lib/aliyun/odps/model/table_partition.rb', line 6 property :comment, String |
permalink #name ⇒ String
4 |
# File 'lib/aliyun/odps/model/table_partition.rb', line 4 property :name, String, required: true |
permalink #type ⇒ String
5 |
# File 'lib/aliyun/odps/model/table_partition.rb', line 5 property :type, String, required: true, within: %w(bigint double boolean datetime string) |