ReplicationSource

public protocol ReplicationSource

Replication server configuration

  • url

    URL to the Predix Sync offline database service instance

    Declaration

    Swift

    var url: URL
  • An optional JSON-compatible dictionary of additional advanced properties that can be used to tweak replication.

    Declaration

    Swift

    var options: [String: Any]