ProjectionType
public enum ProjectionType : String, CustomStringConvertible, Codable
Undocumented
-
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 }
View on GitHub
ProjectionType Enumeration Reference