Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveFile.QuotaBytesUsed

TElGoogleDriveFile     


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


Returns the number of quota bytes used by this file.

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 by this file. This is the same as returned by Size property.

Discuss this help topic in SecureBlackbox Forum