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

Version Path
files.com-1.0.87 docs/usage_daily_snapshot.md
files.com-1.0.86 docs/usage_daily_snapshot.md
files.com-1.0.85 docs/usage_daily_snapshot.md
files.com-1.0.84 docs/usage_daily_snapshot.md
files.com-1.0.83 docs/usage_daily_snapshot.md
files.com-1.0.82 docs/usage_daily_snapshot.md
files.com-1.0.81 docs/usage_daily_snapshot.md
files.com-1.0.80 docs/usage_daily_snapshot.md
files.com-1.0.79 docs/usage_daily_snapshot.md
files.com-1.0.78 docs/usage_daily_snapshot.md
files.com-1.0.77 docs/usage_daily_snapshot.md
files.com-1.0.76 docs/usage_daily_snapshot.md
files.com-1.0.75 docs/usage_daily_snapshot.md
files.com-1.0.74 docs/usage_daily_snapshot.md
files.com-1.0.73 docs/usage_daily_snapshot.md
files.com-1.0.1 docs/usage_daily_snapshot.md
files.com-1.0.72 docs/usage_daily_snapshot.md
files.com-1.0.71 docs/usage_daily_snapshot.md
files.com-1.0.70 docs/usage_daily_snapshot.md
files.com-1.0.69 docs/usage_daily_snapshot.md