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