ReconfigureSettings

ReconfigureSettings
ReconfigureSettings

Settings which can be changed when reconfiguring the replication.

JSON Example
{
    "description": "New description",
    "rpo": 0,
    "dataConnectionType": "PLAIN",
    "quiesced": false,
    "retentionPolicy": {
        "rules": [
            {
                "numberOfInstances": 3,
                "distance": 60
            }
        ]
    },
    "archiveSettings": null,
    "initialSyncTime": 0
}
dataConnectionType
Optional

dataConnectionType

string
description
Optional

New description of the replication

integer As int64 As int64
initialSyncTime
Optional

The initial synchronization time of the replication. The time is specified as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC. When set in the past, as 0, or as a negative, then the synchronization starts immediately. Passing null means no change is to be made.

boolean
quiesced
Optional

Whether quiescing of the replication instances is supported. Passing null means no change is to be made.

retentionPolicy
Optional

retentionPolicy

integer As int32 As int32
rpo
Optional

Optional value. When the provided value is less than 0, the RPO does not change.