ShareStats Class
- java.
lang. Object - com.
microsoft. azure. storage. file. ShareStats
- com.
public class ShareStats
Class representing a set of statistics pertaining to a cloud file share.
Method Summary
Modifier and Type | Method and Description |
---|---|
int |
getUsage()
Gets the approximate size of the data stored on the share, in GB. |
long |
getUsageInBytes()
Gets the approximate size of the data stored on the share, in bytes. |
Method Details
getUsage
public int getUsage()
Gets the approximate size of the data stored on the share, in GB.
Returns:
the share usage in GB
getUsageInBytes
public long getUsageInBytes()
Gets the approximate size of the data stored on the share, in bytes.
Returns:
the share usage in bytes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java