CollectionDiskUsage

public struct CollectionDiskUsage : Codable, Equatable

Summary of the disk usage statistics for this collection.

  • Number of bytes used by the collection.

    Declaration

    Swift

    public var usedBytes: Int?