API Reference
Class
BackupMetadataSnapshot
Aggregated system state backup metadata for a domain.
Inheritance
- Object
- BackupMetadataSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public BackupMetadataSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.