ProjectionType

public enum ProjectionType : String, CustomStringConvertible, Codable

Undocumented

  • all

    Undocumented

    Declaration

    Swift

    case all = "ALL"
  • Undocumented

    Declaration

    Swift

    case keysOnly = "KEYS_ONLY"
  • Undocumented

    Declaration

    Swift

    case include = "INCLUDE"
  • Declaration

    Swift

    public var description: String { get }