Documentation
    Preparing search index...

    Interface BucketStatsType

    interface BucketStatsType {
        bucket: string;
        folders: Record<string, FolderStatsType>;
        totalObjects: number;
        totalSize: number;
    }
    Index

    Properties

    bucket: string
    folders: Record<string, FolderStatsType>
    totalObjects: number
    totalSize: number