DatabaseEndpoint

public struct DatabaseEndpoint : IEndpoint

ENTERPRISE EDITION ONLY.

Database based replication target endpoint. Available in the Enterprise Edition only.

  • The database object.

    Declaration

    Swift

    public let database: Database
  • Initializes the DatabaseEndpoint with the database object.

    Declaration

    Swift

    public init(database: Database)

    Parameters

    database

    The database object.