EnvironmentDocuments

public struct EnvironmentDocuments : Codable, Equatable

Summary of the document usage statistics for the environment.

  • Number of documents indexed for the environment.

    Declaration

    Swift

    public var available: Int?
  • Total number of documents allowed in the environment’s capacity.

    Declaration

    Swift

    public var maximumAllowed: Int?