IndexCapacity

public struct IndexCapacity : Codable, Equatable

Details about the resource usage and capacity of the environment.

  • Summary of the document usage statistics for the environment.

    Declaration

    Swift

    public var documents: EnvironmentDocuments?
  • Summary of the disk usage statistics for the environment.

    Declaration

    Swift

    public var diskUsage: DiskUsage?
  • Summary of the collection usage in the environment.

    Declaration

    Swift

    public var collections: CollectionUsage?