OBJECT
MissedSnapshotTimeUnitConfig
Description
Supported in v5.0+
link GraphQL Schema definition
- type MissedSnapshotTimeUnitConfig {
- # Supported in v5.0+
- # Trigger day for Weekly, Monthly, Quarterly, and Yearly units. Accepted values
- # are enum of MissedSnapshotDayOfTimeUnit.
- : MissedSnapshotDayOfTimeUnit
- # Required. Supported in v5.0+
- : Int!
- # Required. Supported in v5.0+
- : Int!
- # Required. Supported in v5.0+
- # Units for frequency and retention. Accepted values are Minute, Hourly, Daily,
- # Weekly, Monthly, Quarterly, and Yearly.
- : SlaTimeUnit!
- }