Class SchemaSpaceData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dbbrain.v20191016.models.SchemaSpaceData
-
public class SchemaSpaceData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SchemaSpaceData()SchemaSpaceData(SchemaSpaceData source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetDataFree()Get 碎片空间(MB)。FloatgetDataLength()Get 数据空间(MB)。FloatgetFragRatio()Get 碎片率(%)。FloatgetIndexLength()Get 索引空间(MB)。FloatgetPhysicalFileSize()Get 库中所有表对应的独立物理文件大小加和(MB)。 注意:此字段可能返回 null,表示取不到有效值。LonggetTableRows()Get 行数。StringgetTableSchema()Get 库名。FloatgetTotalLength()Get 总使用空间(MB)。voidsetDataFree(Float DataFree)Set 碎片空间(MB)。voidsetDataLength(Float DataLength)Set 数据空间(MB)。voidsetFragRatio(Float FragRatio)Set 碎片率(%)。voidsetIndexLength(Float IndexLength)Set 索引空间(MB)。voidsetPhysicalFileSize(Float PhysicalFileSize)Set 库中所有表对应的独立物理文件大小加和(MB)。 注意:此字段可能返回 null,表示取不到有效值。voidsetTableRows(Long TableRows)Set 行数。voidsetTableSchema(String TableSchema)Set 库名。voidsetTotalLength(Float TotalLength)Set 总使用空间(MB)。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SchemaSpaceData
public SchemaSpaceData()
-
SchemaSpaceData
public SchemaSpaceData(SchemaSpaceData source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getTableSchema
public String getTableSchema()
Get 库名。- Returns:
- TableSchema 库名。
-
setTableSchema
public void setTableSchema(String TableSchema)
Set 库名。- Parameters:
TableSchema- 库名。
-
getDataLength
public Float getDataLength()
Get 数据空间(MB)。- Returns:
- DataLength 数据空间(MB)。
-
setDataLength
public void setDataLength(Float DataLength)
Set 数据空间(MB)。- Parameters:
DataLength- 数据空间(MB)。
-
getIndexLength
public Float getIndexLength()
Get 索引空间(MB)。- Returns:
- IndexLength 索引空间(MB)。
-
setIndexLength
public void setIndexLength(Float IndexLength)
Set 索引空间(MB)。- Parameters:
IndexLength- 索引空间(MB)。
-
getDataFree
public Float getDataFree()
Get 碎片空间(MB)。- Returns:
- DataFree 碎片空间(MB)。
-
setDataFree
public void setDataFree(Float DataFree)
Set 碎片空间(MB)。- Parameters:
DataFree- 碎片空间(MB)。
-
getTotalLength
public Float getTotalLength()
Get 总使用空间(MB)。- Returns:
- TotalLength 总使用空间(MB)。
-
setTotalLength
public void setTotalLength(Float TotalLength)
Set 总使用空间(MB)。- Parameters:
TotalLength- 总使用空间(MB)。
-
getFragRatio
public Float getFragRatio()
Get 碎片率(%)。- Returns:
- FragRatio 碎片率(%)。
-
setFragRatio
public void setFragRatio(Float FragRatio)
Set 碎片率(%)。- Parameters:
FragRatio- 碎片率(%)。
-
getTableRows
public Long getTableRows()
Get 行数。- Returns:
- TableRows 行数。
-
setTableRows
public void setTableRows(Long TableRows)
Set 行数。- Parameters:
TableRows- 行数。
-
getPhysicalFileSize
public Float getPhysicalFileSize()
Get 库中所有表对应的独立物理文件大小加和(MB)。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PhysicalFileSize 库中所有表对应的独立物理文件大小加和(MB)。 注意:此字段可能返回 null,表示取不到有效值。
-
setPhysicalFileSize
public void setPhysicalFileSize(Float PhysicalFileSize)
Set 库中所有表对应的独立物理文件大小加和(MB)。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PhysicalFileSize- 库中所有表对应的独立物理文件大小加和(MB)。 注意:此字段可能返回 null,表示取不到有效值。
-
-