Share via


StorageProviderQuotaUI.QuotaUsedInBytes Property

Definition

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

UInt64

unsigned long long

uint64_t

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.

Applies to

See also