Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveAccountInfo.QuotaBytesUsed

TElGoogleDriveAccountInfo     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The number of quota bytes used by Google Drive.

Declaration

[C#]
    long QuotaBytesUsed;

[VB.NET]
    Property QuotaBytesUsed As Long

[Pascal]
    property QuotaBytesUsed: Int64;

[C++]
    int64_t get_QuotaBytesUsed();

[PHP]
    integer get_QuotaBytesUsed()

[Java]
    long getQuotaBytesUsed();

Description

    Use this property to get the number of quota bytes used.

See also:     QuotaBytesTotal     QuotaBytesUsedAggregate     QuotaBytesUsedInTrash    

Discuss this help topic in SecureBlackbox Forum