UsageStats
is a datatype
for statistics of system usage.
Table: UsageStats
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Apr 2, 2025 | |||||
currentStats | multiple | Long-Term | Current usage measurements and limits for ingest, storage, scanned data and users. The multiple datatype consists of (queryId: string): CurrentUsageQueryResult. See QueryInProgress and CurrentStats . | ||
firstUsageTimeStamp | long | yes | Long-Term | The date and time of first usage. | |
monthlyIngest | multiple | yes | Long-Term | The monthly amount of ingest. The multiple datatype consists of (month: integer, year: integer, queryId: string): [MonthlyIngestQueryResult]. See QueryInProgress and MonthlyIngest . | |
monthlyStoredData | multiple | yes | Long-Term | The monthly stored data. The multiple datatype consists of (month: integer, year: integer, queryId: string): MonthlyStorageQueryResult. See QueryInProgress and MonthlyStorage . | |
repositoriesIngest | multiple | yes | Long-Term | The ingest for the repositories. The multiple datatype consists of (month: integer, year: integer, day: integer, searchFilter: string, skip: integer, limit: integer, orderBy: OrderBy, sortBy: RepositoriesUsageQuerySortBy, queryId: string): RepositoriesUsageQueryResultTypes. See OrderBy , and RepositoriesUsageQuerySortBy . See also QueryInProgress and RepositoriesUsageQueryResult . | |
repositoriesStorage | multiple | yes | Long-Term | The storage for the repositories. The multiple datatype consists of (month: integer, year: integer, day: integer, searchFilter: string, skip: integer, limit: integer, orderBy: OrderBy, sortBy: RepositoriesUsageQuerySortBy, queryId: string): RepositoriesUsageQueryResultTypes. See OrderBy , RepositoriesUsageQuerySortBy . and RepositoriesUsageQueryResultTypes , |