azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.file.shar...

73 строки
4.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.file.share.models.ShareStatistics"
fullName: "com.azure.storage.file.share.models.ShareStatistics"
name: "ShareStatistics"
nameWithType: "ShareStatistics"
summary: "Contains statistics about a Share in the storage File service."
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 **ShareStatistics**"
constructors:
- uid: "com.azure.storage.file.share.models.ShareStatistics.ShareStatistics(int)"
fullName: "com.azure.storage.file.share.models.ShareStatistics.ShareStatistics(int shareUsageInGB)"
name: "ShareStatistics(int shareUsageInGB)"
nameWithType: "ShareStatistics.ShareStatistics(int shareUsageInGB)"
summary: "Creates an instance of storage statistics for a Share."
parameters:
- description: "Size in GB of the Share"
name: "shareUsageInGB"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ShareStatistics(int shareUsageInGB)"
desc: "Creates an instance of storage statistics for a Share."
- uid: "com.azure.storage.file.share.models.ShareStatistics.ShareStatistics(long)"
fullName: "com.azure.storage.file.share.models.ShareStatistics.ShareStatistics(long shareUsageInBytes)"
name: "ShareStatistics(long shareUsageInBytes)"
nameWithType: "ShareStatistics.ShareStatistics(long shareUsageInBytes)"
summary: "Creates an instance of storage statistics for a Share."
parameters:
- description: "Size in bytes of the Share"
name: "shareUsageInBytes"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ShareStatistics(long shareUsageInBytes)"
desc: "Creates an instance of storage statistics for a Share."
methods:
- uid: "com.azure.storage.file.share.models.ShareStatistics.getShareUsageInBytes()"
fullName: "com.azure.storage.file.share.models.ShareStatistics.getShareUsageInBytes()"
name: "getShareUsageInBytes()"
nameWithType: "ShareStatistics.getShareUsageInBytes()"
summary: "Get the size in bytes of the Share."
syntax: "public long getShareUsageInBytes()"
desc: "Get the size in bytes of the Share."
returns:
description: "the size in bytes of the Share"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.ShareStatistics.getShareUsageInGB()"
fullName: "com.azure.storage.file.share.models.ShareStatistics.getShareUsageInGB()"
name: "getShareUsageInGB()"
nameWithType: "ShareStatistics.getShareUsageInGB()"
summary: "Get the size in GB of the Share."
syntax: "public int getShareUsageInGB()"
desc: "Get the size in GB of the Share."
returns:
description: "the size in GB of the Share"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Contains statistics about a Share in the storage File service."
metadata: {}
package: "com.azure.storage.file.share.models"
artifact: com.azure:azure-storage-file-share:12.24.0