Sha256: d2a14360b57488f1ae229c248d5f7cc4277ab8987d8263dedb3fcfe40394f445
Contents?: true
Size: 799 Bytes
Versions: 73
Compression:
Stored size: 799 Bytes
Contents
# UsageDailySnapshot ## Example UsageDailySnapshot Object ``` { "id": 1, "date": "2020-11-21", "current_storage": "65536", "usage_by_top_level_dir": [ ] } ``` * `id` (int64): ID of the usage record * `date` (date): The date of this usage record * `current_storage` (int64): The quantity of storage held for this site * `usage_by_top_level_dir` (array): Usage broken down by each top-level folder --- ## List Usage Daily Snapshots ``` Files::UsageDailySnapshot.list( page: 1, per_page: 1 ) ``` ### Parameters * `page` (int64): Current page number. * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended). * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
Version data entries
73 entries across 73 versions & 1 rubygems