StorageProviderQuotaUI.QuotaUsedInBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The amount of storage used in the current cloud files account.
public:
property unsigned long long QuotaUsedInBytes { unsigned long long get(); void set(unsigned long long value); };
uint64_t QuotaUsedInBytes();
void QuotaUsedInBytes(uint64_t value);
public ulong QuotaUsedInBytes { get; set; }
var uInt64 = storageProviderQuotaUI.quotaUsedInBytes;
storageProviderQuotaUI.quotaUsedInBytes = uInt64;
Public Property QuotaUsedInBytes As ULong
Property Value
Remarks
Note that even if this value is 0, what appears to be a non-zero value will be seen on the quota bar. This prevents the quota bar from appearing as a separator. Otherwise, the quota bar value is evaluated by dividing this value by StorageProviderQuotaUIQuotaTotalInBytes.
This property is advisory. Windows determines if or how it uses these values.