Class: TencentCloud::Dbbrain::V20210527::DescribeTopSpaceSchemasRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeTopSpaceSchemasRequest
- Defined in:
- lib/v20210527/models.rb
Overview
DescribeTopSpaceSchemas请求参数结构体
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) ⇒ DescribeTopSpaceSchemasRequest
constructor
A new instance of DescribeTopSpaceSchemasRequest.
Constructor Details
#initialize(instanceid = nil, limit = nil, sortby = nil, product = nil) ⇒ DescribeTopSpaceSchemasRequest
Returns a new instance of DescribeTopSpaceSchemasRequest.
4866 4867 4868 4869 4870 4871 |
# File 'lib/v20210527/models.rb', line 4866 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 - 物理文件大小
4864 4865 4866 |
# File 'lib/v20210527/models.rb', line 4864 def InstanceId @InstanceId end |
#Limit ⇒ Object
其中: DataLength - 数据长度 IndexLength - 索引长度 TotalLength - 总长度 DataFree - 空闲空间 FragRatio - 碎片率 TableRows - 表行数 PhysicalFileSize - 物理文件大小
4864 4865 4866 |
# File 'lib/v20210527/models.rb', line 4864 def Limit @Limit end |
#Product ⇒ Object
其中: DataLength - 数据长度 IndexLength - 索引长度 TotalLength - 总长度 DataFree - 空闲空间 FragRatio - 碎片率 TableRows - 表行数 PhysicalFileSize - 物理文件大小
4864 4865 4866 |
# File 'lib/v20210527/models.rb', line 4864 def Product @Product end |
#SortBy ⇒ Object
其中: DataLength - 数据长度 IndexLength - 索引长度 TotalLength - 总长度 DataFree - 空闲空间 FragRatio - 碎片率 TableRows - 表行数 PhysicalFileSize - 物理文件大小
4864 4865 4866 |
# File 'lib/v20210527/models.rb', line 4864 def SortBy @SortBy end |
Instance Method Details
#deserialize(params) ⇒ Object
4873 4874 4875 4876 4877 4878 |
# File 'lib/v20210527/models.rb', line 4873 def deserialize(params) @InstanceId = params['InstanceId'] @Limit = params['Limit'] @SortBy = params['SortBy'] @Product = params['Product'] end |