ContinuousModeBackupPolicy Class

The object representing continuous mode backup policy.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.cosmosdb.models._models_py3.BackupPolicy
ContinuousModeBackupPolicy

Constructor

ContinuousModeBackupPolicy(*, migration_state: Optional[_models.BackupPolicyMigrationState] = None, **kwargs)

Variables

type
str or BackupPolicyType

Required. Describes the mode of backups.Constant filled by server. Known values are: "Periodic", "Continuous".

migration_state
BackupPolicyMigrationState

The object representing the state of the migration between the backup policies.