azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.k...

69 строки
4.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.kusto.models.DatabaseStatistics"
fullName: "com.azure.resourcemanager.kusto.models.DatabaseStatistics"
name: "DatabaseStatistics"
nameWithType: "DatabaseStatistics"
summary: "A class that contains database statistics information."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **DatabaseStatistics**"
constructors:
- uid: "com.azure.resourcemanager.kusto.models.DatabaseStatistics.DatabaseStatistics()"
fullName: "com.azure.resourcemanager.kusto.models.DatabaseStatistics.DatabaseStatistics()"
name: "DatabaseStatistics()"
nameWithType: "DatabaseStatistics.DatabaseStatistics()"
summary: "Creates an instance of Database<wbr>Statistics class."
syntax: "public DatabaseStatistics()"
desc: "Creates an instance of DatabaseStatistics class."
methods:
- uid: "com.azure.resourcemanager.kusto.models.DatabaseStatistics.size()"
fullName: "com.azure.resourcemanager.kusto.models.DatabaseStatistics.size()"
name: "size()"
nameWithType: "DatabaseStatistics.size()"
summary: "Get the size property: The database size - the total size of compressed data and index in bytes."
syntax: "public Float size()"
desc: "Get the size property: The database size - the total size of compressed data and index in bytes."
returns:
description: "the size value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
- uid: "com.azure.resourcemanager.kusto.models.DatabaseStatistics.validate()"
fullName: "com.azure.resourcemanager.kusto.models.DatabaseStatistics.validate()"
name: "validate()"
nameWithType: "DatabaseStatistics.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.kusto.models.DatabaseStatistics.withSize(java.lang.Float)"
fullName: "com.azure.resourcemanager.kusto.models.DatabaseStatistics.withSize(Float size)"
name: "withSize(Float size)"
nameWithType: "DatabaseStatistics.withSize(Float size)"
summary: "Set the size property: The database size - the total size of compressed data and index in bytes."
parameters:
- description: "the size value to set."
name: "size"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html\">Float</a>"
syntax: "public DatabaseStatistics withSize(Float size)"
desc: "Set the size property: The database size - the total size of compressed data and index in bytes."
returns:
description: "the DatabaseStatistics object itself."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.DatabaseStatistics?alt=com.azure.resourcemanager.kusto.models.DatabaseStatistics&text=DatabaseStatistics\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A class that contains database statistics information."
metadata: {}
package: "com.azure.resourcemanager.kusto.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-kusto:1.0.0