replicationSchedule property
Indicates the schedule for replication.
Required. Possible string values are:
- "REPLICATION_SCHEDULE_UNSPECIFIED" : Unspecified ReplicationSchedule
- "EVERY_10_MINUTES" : Replication happens once every 10 minutes.
- "HOURLY" : Replication happens once every hour.
- "DAILY" : Replication happens once every day.
Implementation
core.String? replicationSchedule;