API Reference
Class
DnsZoneScavengingInfo
Represents scavenging settings for a DNS zone.
Inheritance
- Object
- DnsZoneScavengingInfo
Remarks
See usage examples in the unit tests for typical scenarios.
Constructors
public DnsZoneScavengingInfo() #Inherited Methods
Properties
public String Server { get; set; } #Gets or sets the DNS server name.
public String Zone { get; set; } #Gets or sets the zone name.
public Boolean ScavengingEnabled { get; set; } #Gets or sets whether scavenging is enabled.
public Nullable<TimeSpan> NoRefreshInterval { get; set; } #Gets or sets the zone no-refresh interval.
public Nullable<TimeSpan> RefreshInterval { get; set; } #Gets or sets the zone refresh interval.
public Boolean MatchesServer { get; set; } #Gets or sets whether zone intervals match server defaults.
public Int32 StaleRecordCount { get; set; } #Gets or sets the number of stale records detected in the zone.
public Nullable<Int32> DaysUntilNextScavenge { get; set; } #Gets or sets the number of days until the next scavenge attempt.