ReturnConsumedCapacity

public enum ReturnConsumedCapacity : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case indexes = "INDEXES"
  • Undocumented

    Declaration

    Swift

    case total = "TOTAL"
  • Undocumented

    Declaration

    Swift

    case none = "NONE"
  • Declaration

    Swift

    public var description: String { get }