SortKeyType
public enum SortKeyType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case serviceNamespaceAscending = "SERVICE_NAMESPACE_ASCENDING"
-
Undocumented
Declaration
Swift
case serviceNamespaceDescending = "SERVICE_NAMESPACE_DESCENDING"
-
Undocumented
Declaration
Swift
case lastAuthenticatedTimeAscending = "LAST_AUTHENTICATED_TIME_ASCENDING"
-
Undocumented
Declaration
Swift
case lastAuthenticatedTimeDescending = "LAST_AUTHENTICATED_TIME_DESCENDING"
-
Declaration
Swift
public var description: String { get }