DnsServerZoneUpdateStatistics class

Represents the dynamic update statistics for a DNS zone.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("DnsServerPSProvider"), AMENDMENT]
class DnsServerZoneUpdateStatistics
{
  uint64 DynamicUpdateReceived;
  uint64 DynamicUpdateRejected;
};

Members

The DnsServerZoneUpdateStatistics class has these types of members:

Properties

The DnsServerZoneUpdateStatistics class has these properties.

DynamicUpdateReceived

Data type: uint64

Access type: Read-only

The total number of dynamic updates received by the DNS server for the zone.

DynamicUpdateRejected

Data type: uint64

Access type: Read-only

The total number of dynamic updates rejected by the DNS server for the zone.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\Dns
MOF
DnsServerPSProvider.mof
DLL
DnsServerPSProvider.dll

See also

DnsServerPSProvider Provider