API Reference
Class
View (ForestBackupMetadataPostureService)
Aggregated forest backup metadata posture view.
Inheritance
- Object
- View
Constructors
Inherited Methods
Properties
public String ForestName { get; set; } #Forest DNS name used for evaluation.
public Int32 MaxAgeDays { get; set; } #Maximum acceptable age in days used during evaluation.
public Int32 DomainCount { get; set; } #Total domains evaluated.
public Int32 NamingContextCount { get; set; } #Total naming contexts projected.
public Int32 StaleRecordCount { get; set; } #Total stale naming-context records.
public Int32 MissingContextCount { get; set; } #Total missing naming-context records.
public Int32 ErrorCount { get; set; } #Total collection errors.
public Int32 MaxDaysSinceBackup { get; set; } #Maximum observed backup age in days across projected records.
public IReadOnlyList<Item> Items { get; set; } #All projected naming-context records.
public IReadOnlyList<Item> StaleRecords { get; set; } #Projected stale naming-context records.
public IReadOnlyList<Item> MissingRecords { get; set; } #Projected naming contexts missing backup metadata.
public IReadOnlyList<String> Errors { get; set; } #Errors captured while collecting per-domain backup metadata.
public Diagnostics Diagnostics { get; set; } #Evaluation diagnostics.