Schema for a replication source or target database.

interface ReplicationDatabase {
    auth?: ReplicationDatabaseAuth;
    headers?: JsonObject;
    url: string;
}

Properties

Properties

Schema for replication source or target database authentication.

headers?: JsonObject

Replication request headers.

url: string

Replication database URL.

Generated using TypeDoc