public static class TdApi.StorageStatisticsByFileType extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
count
Total number of files.
|
TdApi.FileType |
fileType
File type.
|
long |
size
Total size of the files, in bytes.
|
| Constructor and Description |
|---|
StorageStatisticsByFileType()
Contains the storage usage statistics for a specific file type.
|
StorageStatisticsByFileType(TdApi.FileType fileType,
long size,
int count)
Contains the storage usage statistics for a specific file type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.FileType fileType
public long size
public int count
public static final int CONSTRUCTOR
public StorageStatisticsByFileType()
public StorageStatisticsByFileType(TdApi.FileType fileType, long size, int count)
fileType - File type.size - Total size of the files, in bytes.count - Total number of files.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object