Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.08 KB

Statistic.md

File metadata and controls

16 lines (12 loc) · 1.08 KB

Statistic

Properties

Name Type Description Notes
PrivateProjectCount int64 The count of the private projects [optional] [default to null]
PrivateRepoCount int64 The count of the private repositories [optional] [default to null]
PublicProjectCount int64 The count of the public projects [optional] [default to null]
PublicRepoCount int64 The count of the public repositories [optional] [default to null]
TotalProjectCount int64 The count of the total projects, only be seen by the system admin [optional] [default to null]
TotalRepoCount int64 The count of the total repositories, only be seen by the system admin [optional] [default to null]
TotalStorageConsumption int64 The total storage consumption of blobs, only be seen by the system admin [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]