tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::storageStatisticsFast Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::storageStatisticsFast:
td::td_api::Object td::TlObject

Public Member Functions

 storageStatisticsFast ()
 
 storageStatisticsFast (int53 files_size_, int32 file_count_, int53 database_size_, int53 language_pack_database_size_, int53 log_size_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

int53 files_size_
 Approximate total size of files, in bytes.
 
int32 file_count_
 Approximate number of files.
 
int53 database_size_
 Size of the database.
 
int53 language_pack_database_size_
 Size of the language pack database.
 
int53 log_size_
 Size of the TDLib internal log.
 

Static Public Attributes

static const std::int32_t ID = -884922271
 Identifier uniquely determining a type of the object.
 

Detailed Description

Contains approximate storage usage statistics, excluding files of unknown file type.

Definition at line 67996 of file td_api.h.

Constructor & Destructor Documentation

◆ storageStatisticsFast() [1/2]

td::td_api::storageStatisticsFast::storageStatisticsFast ( )

Contains approximate storage usage statistics, excluding files of unknown file type.

◆ storageStatisticsFast() [2/2]

td::td_api::storageStatisticsFast::storageStatisticsFast ( int53  files_size_,
int32  file_count_,
int53  database_size_,
int53  language_pack_database_size_,
int53  log_size_ 
)

Contains approximate storage usage statistics, excluding files of unknown file type.

Parameters
[in]files_size_Approximate total size of files, in bytes.
[in]file_count_Approximate number of files.
[in]database_size_Size of the database.
[in]language_pack_database_size_Size of the language pack database.
[in]log_size_Size of the TDLib internal log.

Member Function Documentation

◆ store()

void td::td_api::storageStatisticsFast::store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ database_size_

int53 td::td_api::storageStatisticsFast::database_size_

Size of the database.

Definition at line 68011 of file td_api.h.

◆ file_count_

int32 td::td_api::storageStatisticsFast::file_count_

Approximate number of files.

Definition at line 68009 of file td_api.h.

◆ files_size_

int53 td::td_api::storageStatisticsFast::files_size_

Approximate total size of files, in bytes.

Definition at line 68007 of file td_api.h.

◆ ID

const std::int32_t td::td_api::storageStatisticsFast::ID = -884922271
static

Identifier uniquely determining a type of the object.

Definition at line 68034 of file td_api.h.

◆ language_pack_database_size_

int53 td::td_api::storageStatisticsFast::language_pack_database_size_

Size of the language pack database.

Definition at line 68013 of file td_api.h.

◆ log_size_

int53 td::td_api::storageStatisticsFast::log_size_

Size of the TDLib internal log.

Definition at line 68015 of file td_api.h.


The documentation for this class was generated from the following file: