Class TdApi.StorageStatisticsByFileType

  • Enclosing class:
    TdApi

    public static class TdApi.StorageStatisticsByFileType
    extends TdApi.Object
    Contains the storage usage statistics for a specific file type.
    • Field Detail

      • size

        public long size
        Total size of the files.
      • count

        public int count
        Total number of files.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • StorageStatisticsByFileType

        public StorageStatisticsByFileType()
        Default constructor.
      • StorageStatisticsByFileType

        public StorageStatisticsByFileType​(TdApi.FileType fileType,
                                           long size,
                                           int count)
        Constructor for initialization of all fields.
        Parameters:
        fileType - File type.
        size - Total size of the files.
        count - Total number of files.