TestimoX

API Reference

Class

BackupMetadataSnapshot

Namespace ADPlayground.DomainControllers
Assembly ADPlayground
Modifiers sealed

Aggregated system state backup metadata for a domain.

Inheritance

  • Object
  • BackupMetadataSnapshot

Constructors

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.