public class UsageDailySnapshot extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Boolean |
apiUsageAvailable
True if the API usage fields `read_api_usage` and `write_api_usage` can be relied upon.
|
Long |
currentStorage
GB of Files Native Storage used on this day.
|
Date |
date
The date of this usage record
|
Long |
deletedFilesCountedInMinimum
GB of Files Native Storage used on this day for files that have been permanently deleted but were uploaded less than 30 days ago, and are still billable.
|
Long |
deletedFilesStorage
GB of Files Native Storage used on this day for files that have been deleted and are stored as backups.
|
Long |
id
ID of the usage record
|
Long |
readApiUsage
Read API Calls used on this day.
|
Long |
rootStorage
GB of Files Native Storage used for the root folder.
|
Map<String,String> |
usageByTopLevelDir
Usage broken down by each top-level folder
|
Long |
userCount
Number of billable users as of this day.
|
Long |
writeApiUsage
Write API Calls used on this day.
|
| Constructor and Description |
|---|
UsageDailySnapshot() |
UsageDailySnapshot(HashMap<String,Object> parameters) |
UsageDailySnapshot(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<UsageDailySnapshot> |
all() |
static ListIterator<UsageDailySnapshot> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<UsageDailySnapshot> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<UsageDailySnapshot> |
list(HashMap<String,Object> parameters) |
static ListIterator<UsageDailySnapshot> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public Date date
public Boolean apiUsageAvailable
public Long readApiUsage
public Long writeApiUsage
public Long userCount
public Long currentStorage
public Long deletedFilesStorage
public Long deletedFilesCountedInMinimum
public Long rootStorage
public static ListIterator<UsageDailySnapshot> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<UsageDailySnapshot> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<UsageDailySnapshot> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<UsageDailySnapshot> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<UsageDailySnapshot> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.