API Reference
Class
BackupMetadataSnapshot
Aggregated system state backup metadata for a domain.
Inheritance
- Object
- BackupMetadataSnapshot
Constructors
public BackupMetadataSnapshot() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name.
public IReadOnlyList<BackupMetadataRecord> Records { get; set; } #All backup metadata records discovered.
public IReadOnlyList<BackupMetadataRecord> MissingRecords { get; set; } #Contexts missing backup metadata.
public IReadOnlyList<BackupMetadataRecord> StaleRecords { get; set; } #Backup records older than the configured threshold.
public IReadOnlyList<String> Errors { get; set; } #Error messages captured during enumeration.