Class: TencentCloud::Dbbrain::V20191016::DescribeTopSpaceTablesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20191016::DescribeTopSpaceTablesRequest
- Defined in:
- lib/v20191016/models.rb
Overview
DescribeTopSpaceTables请求参数结构体
Instance Attribute Summary collapse
-
#InstanceId ⇒ Object
DataLength - 数据长度 IndexLength - 索引长度 TotalLength - 总长度 DataFree - 空闲空间 FragRatio - 碎片率 TableRows - 表行数 PhysicalFileSize - 物理文件大小.
-
#Limit ⇒ Object
DataLength - 数据长度 IndexLength - 索引长度 TotalLength - 总长度 DataFree - 空闲空间 FragRatio - 碎片率 TableRows - 表行数 PhysicalFileSize - 物理文件大小.
-
#Product ⇒ Object
DataLength - 数据长度 IndexLength - 索引长度 TotalLength - 总长度 DataFree - 空闲空间 FragRatio - 碎片率 TableRows - 表行数 PhysicalFileSize - 物理文件大小.
-
#SortBy ⇒ Object
DataLength - 数据长度 IndexLength - 索引长度 TotalLength - 总长度 DataFree - 空闲空间 FragRatio - 碎片率 TableRows - 表行数 PhysicalFileSize - 物理文件大小.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, limit = nil, sortby = nil, product = nil) ⇒ DescribeTopSpaceTablesRequest
constructor
A new instance of DescribeTopSpaceTablesRequest.
Constructor Details
#initialize(instanceid = nil, limit = nil, sortby = nil, product = nil) ⇒ DescribeTopSpaceTablesRequest
Returns a new instance of DescribeTopSpaceTablesRequest.
1591 1592 1593 1594 1595 1596 |
# File 'lib/v20191016/models.rb', line 1591 def initialize(instanceid=nil, limit=nil, sortby=nil, product=nil) @InstanceId = instanceid @Limit = limit @SortBy = sortby @Product = product end |
Instance Attribute Details
#InstanceId ⇒ Object
DataLength - 数据长度IndexLength - 索引长度TotalLength - 总长度DataFree - 空闲空间FragRatio - 碎片率TableRows - 表行数PhysicalFileSize - 物理文件大小
1589 1590 1591 |
# File 'lib/v20191016/models.rb', line 1589 def InstanceId @InstanceId end |
#Limit ⇒ Object
DataLength - 数据长度IndexLength - 索引长度TotalLength - 总长度DataFree - 空闲空间FragRatio - 碎片率TableRows - 表行数PhysicalFileSize - 物理文件大小
1589 1590 1591 |
# File 'lib/v20191016/models.rb', line 1589 def Limit @Limit end |
#Product ⇒ Object
DataLength - 数据长度IndexLength - 索引长度TotalLength - 总长度DataFree - 空闲空间FragRatio - 碎片率TableRows - 表行数PhysicalFileSize - 物理文件大小
1589 1590 1591 |
# File 'lib/v20191016/models.rb', line 1589 def Product @Product end |
#SortBy ⇒ Object
DataLength - 数据长度IndexLength - 索引长度TotalLength - 总长度DataFree - 空闲空间FragRatio - 碎片率TableRows - 表行数PhysicalFileSize - 物理文件大小
1589 1590 1591 |
# File 'lib/v20191016/models.rb', line 1589 def SortBy @SortBy end |
Instance Method Details
#deserialize(params) ⇒ Object
1598 1599 1600 1601 1602 1603 |
# File 'lib/v20191016/models.rb', line 1598 def deserialize(params) @InstanceId = params['InstanceId'] @Limit = params['Limit'] @SortBy = params['SortBy'] @Product = params['Product'] end |