Class DatabaseStatistics
java.lang.Object
com.azure.resourcemanager.kusto.models.DatabaseStatistics
A class that contains database statistics information.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DatabaseStatistics
public DatabaseStatistics()
-
-
Method Details
-
size
Get the size property: The database size - the total size of compressed data and index in bytes.- Returns:
- the size value.
-
withSize
Set the size property: The database size - the total size of compressed data and index in bytes.- Parameters:
size
- the size value to set.- Returns:
- the DatabaseStatistics object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-