Enumerations

The following enumerations are available globally.

  • Replicator type.

    • pushAndPull: Bidirectional; both push and pull
    • push: Pushing changes to the target
    • pull: Pulling changes from the target
    See more

    Declaration

    Swift

    public enum ReplicatorType: UInt8
  • Log domain. The log domains here are tentative and subject to change.

    See more

    Declaration

    Swift

    public enum LogDomain: UInt8
  • Log level. The default log level for all domains is warning. The log levels here are tentative and subject to change.

    See more

    Declaration

    Swift

    public enum LogLevel: UInt8
  • Concurruncy control type used when saving or deleting a document.

    • lastWriteWins: The last write operation will win if there is a conflict.
    • failOnConflict: The operation will fail if there is a conflict.
    See more

    Declaration

    Swift

    public enum ConcurrencyControl: UInt8