GData.DocumentsMetadata¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
The user quota limit across all services. |
||
r |
The amount of user quota used up across all services. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GData.DocumentsMetadata(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
All the fields in the
GData.DocumentsMetadata
structure are private and should never be accessed directly.New in version 0.17.9.
- get_quota_total()¶
- Returns:
the number of quota bytes available in total. Returns -1 if there is no quota limit.
- Return type:
Gets the
GData.DocumentsMetadata
:quota-total
property.New in version 0.17.9.
- get_quota_used()¶
- Returns:
the number of quota bytes used by the documents service
- Return type:
Gets the
GData.DocumentsMetadata
:quota-used
property.New in version 0.17.9.
Property Details¶
- GData.DocumentsMetadata.props.quota_total¶
-
The user quota limit across all services. Measured in bytes.
New in version 0.17.9.