Class: TD::Types::StorageStatisticsFast
- Defined in:
- lib/tdlib/types/storage_statistics_fast.rb
Overview
Contains approximate storage usage statistics, excluding files of unknown file type.
Instance Attribute Summary collapse
-
#database_size ⇒ Integer
Size of the database.
-
#file_count ⇒ Integer
Approximate number of files.
-
#files_size ⇒ Integer
Approximate total size of files.
Method Summary
Methods inherited from Base
Instance Attribute Details
#database_size ⇒ Integer
Size of the database.
7 8 9 |
# File 'lib/tdlib/types/storage_statistics_fast.rb', line 7 def database_size @database_size end |
#file_count ⇒ Integer
Approximate number of files.
7 8 9 |
# File 'lib/tdlib/types/storage_statistics_fast.rb', line 7 def file_count @file_count end |
#files_size ⇒ Integer
Approximate total size of files.
7 8 9 |
# File 'lib/tdlib/types/storage_statistics_fast.rb', line 7 def files_size @files_size end |