azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.storage...

38 строки
1.4 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.storage.file.ShareStats.getUsage()
name: getUsage()
nameWithType: ShareStats.getUsage()
returns:
description: <p>the share usage in GB </p>
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the approximate size of the data stored on the share, in GB.</p>
<p></p>
syntax: public int getUsage()
uid: com.microsoft.azure.storage.file.ShareStats.getUsage()
- fullName: com.microsoft.azure.storage.file.ShareStats.getUsageInBytes()
name: getUsageInBytes()
nameWithType: ShareStats.getUsageInBytes()
returns:
description: <p>the share usage in bytes </p>
type: <xref href="long?alt=long&text=long" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the approximate size of the data stored on the share, in bytes.</p>
<p></p>
syntax: public long getUsageInBytes()
uid: com.microsoft.azure.storage.file.ShareStats.getUsageInBytes()
nameWithType: ShareStats
syntax: public class ShareStats
type: class
uid: com.microsoft.azure.storage.file.ShareStats
fullName: com.microsoft.azure.storage.file.ShareStats
name: ShareStats
package: com.microsoft.azure.storage.file
summary: <p>Class representing a set of statistics pertaining to a cloud file share. </p>
metadata: {}