API Reference
Class
BackupMetadataRecord
Represents backup metadata for a single naming context.
Inheritance
- Object
- BackupMetadataRecord
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
- Property BackupMetadataSnapshot.MissingRecords
- Property BackupMetadataSnapshot.Records
- Property BackupMetadataSnapshot.StaleRecords
Constructors
public BackupMetadataRecord() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #Name of the domain whose metadata was queried.
public String NamingContext { get; set; } #Distinguished name of the naming context.
public DateTime LastBackup { get; set; } #Timestamp of the last originating change to dsaSignature (UTC).
public Int32 DaysSinceBackup { get; set; } #Number of days since the last backup (int.MaxValue when unavailable).