public static class TdApi.StorageStatisticsFast extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
databaseSize
Size of the database.
|
int |
fileCount
Approximate number of files.
|
long |
filesSize
Approximate total size of files, in bytes.
|
long |
languagePackDatabaseSize
Size of the language pack database.
|
long |
logSize
Size of the TDLib internal log.
|
Constructor and Description |
---|
StorageStatisticsFast()
Contains approximate storage usage statistics, excluding files of unknown file type.
|
StorageStatisticsFast(long filesSize,
int fileCount,
long databaseSize,
long languagePackDatabaseSize,
long logSize)
Contains approximate storage usage statistics, excluding files of unknown file type.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long filesSize
public int fileCount
public long databaseSize
public long languagePackDatabaseSize
public long logSize
public static final int CONSTRUCTOR
public StorageStatisticsFast()
public StorageStatisticsFast(long filesSize, int fileCount, long databaseSize, long languagePackDatabaseSize, long logSize)
filesSize
- Approximate total size of files, in bytes.fileCount
- Approximate number of files.databaseSize
- Size of the database.languagePackDatabaseSize
- Size of the language pack database.logSize
- Size of the TDLib internal log.public int getConstructor()
getConstructor
in class TdApi.Object