API Reference
Class
BackupMetadataRecord
Represents backup metadata for a single naming context.
Inheritance
- Object
- BackupMetadataRecord
Constructors
public BackupMetadataRecord() #Inherited Methods
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).