public class SchemaSpaceData extends AbstractModel
header, skipSign| Constructor and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Float | 
getDataFree()
Get Fragmented space in MB. 
 | 
Float | 
getDataLength()
Get Data space in MB. 
 | 
Float | 
getFragRatio()
Get Fragmentation rate in %. 
 | 
Float | 
getIndexLength()
Get Index space in MB. 
 | 
Float | 
getPhysicalFileSize()
Get Total size in MB of physical files exclusive to all tables in the database. 
 | 
Long | 
getTableRows()
Get Number of rows. 
 | 
String | 
getTableSchema()
Get Database name. 
 | 
Float | 
getTotalLength()
Get Total space usage in MB. 
 | 
void | 
setDataFree(Float DataFree)
Set Fragmented space in MB. 
 | 
void | 
setDataLength(Float DataLength)
Set Data space in MB. 
 | 
void | 
setFragRatio(Float FragRatio)
Set Fragmentation rate in %. 
 | 
void | 
setIndexLength(Float IndexLength)
Set Index space in MB. 
 | 
void | 
setPhysicalFileSize(Float PhysicalFileSize)
Set Total size in MB of physical files exclusive to all tables in the database. 
 | 
void | 
setTableRows(Long TableRows)
Set Number of rows. 
 | 
void | 
setTableSchema(String TableSchema)
Set Database name. 
 | 
void | 
setTotalLength(Float TotalLength)
Set Total space usage in MB. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SchemaSpaceData()
public SchemaSpaceData(SchemaSpaceData source)
public String getTableSchema()
public void setTableSchema(String TableSchema)
TableSchema - Database name.public Float getDataLength()
public void setDataLength(Float DataLength)
DataLength - Data space in MB.public Float getIndexLength()
public void setIndexLength(Float IndexLength)
IndexLength - Index space in MB.public Float getDataFree()
public void setDataFree(Float DataFree)
DataFree - Fragmented space in MB.public Float getTotalLength()
public void setTotalLength(Float TotalLength)
TotalLength - Total space usage in MB.public Float getFragRatio()
public void setFragRatio(Float FragRatio)
FragRatio - Fragmentation rate in %.public Long getTableRows()
public void setTableRows(Long TableRows)
TableRows - Number of rows.public Float getPhysicalFileSize()
public void setPhysicalFileSize(Float PhysicalFileSize)
PhysicalFileSize - Total size in MB of physical files exclusive to all tables in the database.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.