harbor-api 2.0.0

These APIs provide services for manipulating Harbor project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Statistic

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**private_project_count** | Option<**i64**> | The count of the private projects | [optional]
**private_repo_count** | Option<**i64**> | The count of the private repositories | [optional]
**public_project_count** | Option<**i64**> | The count of the public projects | [optional]
**public_repo_count** | Option<**i64**> | The count of the public repositories | [optional]
**total_project_count** | Option<**i64**> | The count of the total projects, only be seen by the system admin | [optional]
**total_repo_count** | Option<**i64**> | The count of the total repositories, only be seen by the system admin | [optional]
**total_storage_consumption** | Option<**i64**> | The total storage consumption of blobs, only be seen by the system admin | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)