OBJECT
RecoveryAnalysisMetadata
Description
Metadata about the recovery analysis including time range and data source information.
link GraphQL Schema definition
- type RecoveryAnalysisMetadata {
- # The end time, in Unix epoch milliseconds, of the analysis period.
- : Long!
- # The number of days covered by the analysis interval.
- : Long!
- # The start time, in Unix epoch milliseconds, of the analysis period.
- : Long!
- # The GCS blob path containing raw Exchange analysis data.
- : String!
- # The O365 group ID used for filtering.
- : String!
- # The GCS blob path containing raw OneDrive analysis data.
- : String!
- # The O365 organization ID.
- : UUID!
- # The GCS blob path containing raw SharePoint analysis data.
- : String!
- # Whether to exclude archived mailboxes.
- : Boolean!
- # Time of the recovery point snapshot.
- : DateTime
- # The ID of the recovery analysis taskchain.
- : UUID!
- # The workloads types of the analysis.
- : [O365MvbWorkloadType!]!
- }