Inherits Object.
Contains the storage usage statistics for a specific file type.
Public Fields | |
| object_ptr< FileType > | file_type_ |
| File type. | |
| int53 | size_ |
| Total size of the files, in bytes. | |
| int32 | count_ |
| Total number of files. | |
Public Instance Methods | |
| storageStatisticsByFileType () | |
| storageStatisticsByFileType (object_ptr< FileType > &&file_type_, int53 size_, int32 count_) | |
| void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
| virtual void | store (TlStorerUnsafe &s) const |
| virtual void | store (TlStorerCalcLength &s) const |
| TlObject ()=default | |
| TlObject (const TlObject &)=delete | |
| TlObject & | operator= (const TlObject &)=delete |
| TlObject (TlObject &&)=default | |
| TlObject & | operator= (TlObject &&)=default |
| virtual | ~TlObject ()=default |
Static Public Attributes | |
| static const std::int32_t | ID = 714012840 |
| Identifier uniquely determining a type of the object. | |
Contains the storage usage statistics for a specific file type.
| storageStatisticsByFileType | ( | object_ptr< FileType > && | file_type_, |
| int53 | size_, | ||
| int32 | count_ | ||
| ) |
Contains the storage usage statistics for a specific file type.
| [in] | file_type_ | File type. |
| [in] | size_ | Total size of the files, in bytes. |
| [in] | count_ | Total number of files. |
|
finalvirtual |