The size breakdown of what an account is storing, in bytes.
Every field is an Option because docs/HAZARDS.md §1 measured that the spec declares nothing required, and because the distinction matters here more than usual: Some(0) is "this instance measured nothing under this heading", while None is "this instance did not report this heading at all" — which is what an older Forgejo, or one with a storage backend that cannot be measured, looks like. Summing the two together would invent a number.
Value parameters
- artifacts
-
the size of the account's Actions artifacts
- gitLfs
-
the size of the account's Git LFS objects. Note the wire key is the upper-case
LFS, notlfs - issueAttachments
-
the size of attachments on the account's issues and comments
- packages
-
the size of the account's published packages
- privateRepositories
-
the size of the account's private repositories
- publicRepositories
-
the size of the account's public repositories
- releaseAttachments
-
the size of attachments on the account's releases
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any