OBJECT
CdmSnapshotRetentionInfo
Description
Snapshot retention information.
link GraphQL Schema definition
- type CdmSnapshotRetentionInfo {
- # List of snapshot retention information objects for the archival locations.
- : [CdmSnapshotLocationRetentionInfo!]
- # Specifies whether custom retention is applied.
- : Boolean!
- # Snapshot retention information on the local cluster.
- : CdmSnapshotLocationRetentionInfo
- # List of snapshot retention information objects for the replicated locations.
- : [CdmSnapshotLocationRetentionInfo!]
- }