Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketRepositorySize

    Size information for a Bitbucket repository.

    interface BitbucketRepositorySize {
        attachments: number;
        repository: number;
    }
    Index

    Properties

    attachments: number

    Size of attachments in bytes

    repository: number

    Size of the repository in bytes