Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public enum MongoDBOperator : String
  • Authentication Source for login with a social identity.

    See more

    Declaration

    Swift

    public enum AuthSource : String
  • Undocumented

    See more

    Declaration

    Swift

    public enum CollectionChange<CollectionType>
  • Undocumented

    See more

    Declaration

    Swift

    public enum ObjectChange<T> where T : Entity
  • Enum that contains all error types in the library.

    See more

    Declaration

    Swift

    public enum Error : Swift.Error, LocalizedError, CustomStringConvertible, CustomDebugStringConvertible
  • Enumeration to describe which format an image should be represented

    See more

    Declaration

    Swift

    public enum ImageRepresentation
  • Define how detailed operations should be logged. Here’s the ascending order (from the less detailed to the most detailed level): none, severe, error, warning, info, debug, verbose

    See more

    Declaration

    Swift

    public enum LogLevel
  • Used to tell which user interface must be used during the login process using MIC.

    See more

    Declaration

    Swift

    public enum MICUserInterface
  • Specifies which version of the MIC API will be used.

    See more

    Declaration

    Swift

    public enum MICApiVersion : String
  • Undocumented

    See more

    Declaration

    Swift

    public indirect enum Expression
  • Policy that describes how a read operation should perform.

    See more

    Declaration

    Swift

    public enum ReadPolicy
  • Tells the current status for the realtime connection

    See more

    Declaration

    Swift

    public enum RealtimeStatus
  • Defines the behavior of a DataStore instance.

    See more

    Declaration

    Swift

    public enum StoreType
  • Describes a unit to be used in a time perspective.

    See more

    Declaration

    Swift

    public enum TimeUnit
  • Specify an authentication provider

    See more

    Declaration

    Swift

    public enum AuthProvider
  • Defines a strategy to validate results upfront

    See more

    Declaration

    Swift

    public enum ValidationStrategy
  • Policy that describes how a write operation should perform.

    See more

    Declaration

    Swift

    public enum WritePolicy