The UsageStats datatype includes various settings.

Table: UsageStats

ParameterTypeRequired[a]DefaultDescription
ingestIngestyes The ingest related to the usage statistics. See Ingest Table.
storedDataStoredDatayes The current stored data for the usage statistics. See StoredData Table.
scannedDataScannedDatayes The current scanned data for the usage statistics. See ScannedData Table.
usersUsersLimityes The user limit and related information. See UsersLimit Table.
monthlyIngest(month: integer, year: integer): [UsageOnDay]yes The amount of ingest for the data, as well as the date, ingest average, etc. See UsageOnDay Table.
monthlyStoredData(month: integer, year: integer): [StorageOnDay]yes The identifier for the month's stored data, as well as the date and storage limit. See StorageOnDay Table.
firstUsageTimeStamplongyes The date and time of first usage.
repositoriesIngest(month: integer, year: integer, day: integer,yes The date for the repositories ingested, including other settings.
repositoriesIngest-searchFilterstringyes Filter results based on this string.
repositoriesIngest-skipinteger = 0yes The number of results to skip or the offset to use. For instance if implementing pagination, set skip = limit * (page - 1)
repositoriesIngest-limitinteger = 50yes The amount of results to return.
repositoriesIngest-orderBy(OrderBy = ASC, sortBy: RepositoriesUsageQuerySortBy = Name): RepositoriesUsageQueryResultyes Choose the order in which the results are returned (see RepositoriesUsageQueryResult Table).
repositoriesStorage(month: integer, year: integer, day: integer,yes The date for the repositories storage, including other settings.
repositoriesStorage-searchFilterstring  Filter results based on this string.
repositoriesStorage-skipinteger = 0  The number of results to skip or the offset to use. For instance if implementing pagination, set skip = limit * (page - 1)
repositoriesStorage-limitinteger = 50yes The amount of results to return.
repositoriesStorage-orderByOrderBy = ASC, sortBy: RepositoriesUsageQuerySortBy = Name): RepositoriesUsageQueryResultyes Choose the order in which the results are returned (see RepositoriesUsageQueryResult Table).

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.