DnsServerZoneStatistics class

Represents statistics for the specified zone on a DNS server.

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 DnsServerZoneStatistics
{
  string                          Name;
  datetime                        StatsCollectionStartTime;
  DnsServerZoneQueryStatistics    ZoneQueryStatistics[];
  DnsServerZoneTransferStatistics ZoneTransferStatistics[];
  DnsServerZoneUpdateStatistics   ZoneUpdateStatistics;
  DnsServerZoneRRLStatistics      ZoneRRLStatistics;
};

Members

The DnsServerZoneStatistics class has these types of members:

Properties

The DnsServerZoneStatistics class has these properties.

Name

Data type: string

Access type: Read-only

The name of the zone.

StatsCollectionStartTime

Data type: datetime

Access type: Read-only

The time when collection of the statistics began.

ZoneQueryStatistics

Data type: DnsServerZoneQueryStatistics array

Access type: Read-only

Qualifiers: EmbeddedInstance ("DnsServerZoneQueryStatistics")

An array that contains the query statistics for record types.

ZoneRRLStatistics

Data type: DnsServerZoneRRLStatistics

Access type: Read-only

Qualifiers: EmbeddedInstance ("DnsServerZoneRRLStatistics")

A DnsServerZoneRRLStatistics that contains the statistics for response rate limiting.

Windows Server 2012 R2: This property is supported beginning with Windows Server 2016.

ZoneTransferStatistics

Data type: DnsServerZoneTransferStatistics array

Access type: Read-only

Qualifiers: EmbeddedInstance ("DnsServerZoneTransferStatistics")

Array that contains transfer statistics for transfer types.

ZoneUpdateStatistics

Data type: DnsServerZoneUpdateStatistics

Access type: Read-only

Qualifiers: EmbeddedInstance ("DnsServerZoneUpdateStatistics")

The object that contains statistics for dynamic updates in 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