apiReplicationSchedule
Extends: | apiSchedule |
A replication job schedule.
Replication jobs have service-specific arguments. This object has methods to retrieve arguments for all supported types of replication, but only one argument type is allowed to be set; the backend will check that the provided argument matches the service type where the replication is being scheduled. The replication job's arguments should match the underlying service. Refer to each property's documentation to find out which properties correspond to which services.JSON
property | type | description |
---|---|---|
hdfsArguments | hdfsArguments (apiHdfsReplicationArguments) | Arguments for HDFS replication commands. |
hiveArguments | hiveArguments (apiHiveReplicationArguments) | Arguments for Hive replication commands. |
hdfsCloudArguments | hdfsCloudArguments (apiHdfsCloudReplicationArguments) | Arguments for HDFS cloud replication commands. |
history | array of history/history (apiReplicationCommand) | List of active and/or finished commands for this schedule. |
hiveCloudArguments | hiveCloudArguments (apiHiveCloudReplicationArguments) | Arguments for Hive cloud replication commands. |