public final class ShareStatistics extends Object
| Constructor and Description |
|---|
ShareStatistics(int shareUsageInGB)
Creates an instance of storage statistics for a Share.
|
ShareStatistics(long shareUsageInBytes)
Creates an instance of storage statistics for a Share.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getShareUsageInBytes() |
int |
getShareUsageInGB() |
public ShareStatistics(int shareUsageInGB)
shareUsageInGB - Size in GB of the Sharepublic ShareStatistics(long shareUsageInBytes)
shareUsageInBytes - Size in bytes of the ShareCopyright © 2021 Microsoft Corporation. All rights reserved.