Share via


DnsServerSecondaryStatistics class

Represents DNS server statistics for secondary zone processing.

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 DnsServerSecondaryStatistics
{
  uint32 NotifyReceived;
  uint32 NotifyInvalid;
  uint32 NotifyPrimary;
  uint32 NotifyNonPrimary;
  uint32 NotifyNoVersion;
  uint32 NotifyNewVersion;
  uint32 NotifyCurrentVersion;
  uint32 NotifyOldVersion;
  uint32 NotifyMasterUnknown;
  uint32 SoaRequest;
  uint32 SoaResponse;
  uint32 SoaResponseInvalid;
  uint32 AxfrRequest;
  uint32 AxfrResponse;
  uint32 AxfrSuccess;
  uint32 AxfrRefused;
  uint32 AxfrInvalid;
  uint32 StubAxfrRequest;
  uint32 StubAxfrResponse;
  uint32 StubAxfrSuccess;
  uint32 StubAxfrRefused;
  uint32 StubAxfrInvalid;
  uint32 IxfrUdpRequest;
  uint32 IxfrUdpResponse;
  uint32 IxfrUdpSuccess;
  uint32 IxfrUdpUseTcp;
  uint32 IxfrUdpUseAxfr;
  uint32 IxfrUdpWrongServer;
  uint32 IxfrUdpNoUpdate;
  uint32 IxfrUdpNewPrimary;
  uint32 IxfrUdpFormError;
  uint32 IxfrUdpRefused;
  uint32 IxfrUdpInvalid;
  uint32 IxfrTcpRequest;
  uint32 IxfrTcpResponse;
  uint32 IxfrTcpSuccess;
  uint32 IxfrTcpAxfr;
  uint32 IxfrTcpFormError;
  uint32 IxfrTcpRefused;
  uint32 IxfrTcpInvalid;
};

Members

The DnsServerSecondaryStatistics class has these types of members:

Properties

The DnsServerSecondaryStatistics class has these properties.

AxfrInvalid

Data type: uint32

Access type: Read-only

The number of full zone transfer invalid responses received by the server.

AxfrRefused

Data type: uint32

Access type: Read-only

The number of full zone transfer rejection responses received by the server.

AxfrRequest

Data type: uint32

Access type: Read-only

The number of full zone transfer requests sent by the server.

AxfrResponse

Data type: uint32

Access type: Read-only

The number of full zone transfer responses received by the server.

AxfrSuccess

Data type: uint32

Access type: Read-only

The number of full zone transfer success responses received by the server.

IxfrTcpAxfr

Data type: uint32

Access type: Read-only

The number of incremental zone transfer responses received by the server over TCP, indicating that full zone transfer is needed.

IxfrTcpFormError

Data type: uint32

Access type: Read-only

The number of incremental zone transfer responses received by the server over TCP, where either the primary DNS server does not support incremental zone transfer or the primary DNS server indicated that the zone transfer request was malformed.

IxfrTcpInvalid

Data type: uint32

Access type: Read-only

The number of incremental zone transfer invalid responses received by the server over TCP.

IxfrTcpRefused

Data type: uint32

Access type: Read-only

The number of incremental zone transfer rejection responses received by the server over TCP.

IxfrTcpRequest

Data type: uint32

Access type: Read-only

The number of incremental zone transfer requests sent by the server over TCP.

IxfrTcpResponse

Data type: uint32

Access type: Read-only

The number of incremental zone transfer success responses received by the server over TCP.

IxfrTcpSuccess

Data type: uint32

Access type: Read-only

The number of incremental zone transfer success responses received by the server over TCP.

IxfrUdpFormError

Data type: uint32

Access type: Read-only

The number of incremental zone transfer responses received by the server over UDP, where either the master does not support incremental zone transfer or the master indicated that the zone transfer request was malformed.

IxfrUdpInvalid

Data type: uint32

Access type: Read-only

The number of incremental zone transfer invalid responses received by the server over UDP.

IxfrUdpNewPrimary

Data type: uint32

Access type: Read-only

The number of incremental zone transfer responses received by the server over UDP, where the SOA indicates a new primary server name.

IxfrUdpNoUpdate

Data type: uint32

Access type: Read-only

The number of incremental zone transfer responses received by the server over UDP, where no updates were found and hence no zone transfer is needed.

IxfrUdpRefused

Data type: uint32

Access type: Read-only

The number of incremental zone transfer rejection responses received by the server over UDP.

IxfrUdpRequest

Data type: uint32

Access type: Read-only

The number of incremental zone transfer requests sent by the server over UDP.

IxfrUdpResponse

Data type: uint32

Access type: Read-only

The number of incremental zone transfer success responses received by the server over UDP.

IxfrUdpSuccess

Data type: uint32

Access type: Read-only

The number of incremental zone transfer success responses received by the server over UDP.

IxfrUdpUseAxfr

Data type: uint32

Access type: Read-only

The number of incremental zone transfer responses received by the server over UDP, indicating that full zone transfer is needed.

IxfrUdpUseTcp

Data type: uint32

Access type: Read-only

The number of incremental zone transfer responses received by the server over UDP, indicating that TCP is needed.

IxfrUdpWrongServer

Data type: uint32

Access type: Read-only

The number of incremental zone transfer responses received by the server over UDP, where the remote sender is not among the masters for this zone.

NotifyCurrentVersion

Data type: uint32

Access type: Read-only

The number of zone notifications received by the server where the received SOA has same version number as that of the SOA already present on the server.

NotifyInvalid

Data type: uint32

Access type: Read-only

The number of invalid zone notifications received by the server.

NotifyMasterUnknown

Data type: uint32

Access type: Read-only

The number of zone notifications received by the server, where notifications are received from a server that is not present in the list of masters for the zone.

NotifyNewVersion

Data type: uint32

Access type: Read-only

The number of zone notifications received by the server, where the received SOA has a newer version number than that of the SOA already present on the server.

NotifyNonPrimary

Data type: uint32

Access type: Read-only

The number of zone notifications for non-primary zones received by the server.

NotifyNoVersion

Data type: uint32

Access type: Read-only

The number of zone notifications received by the server, for which the server has no SOA.

NotifyOldVersion

Data type: uint32

Access type: Read-only

The number of zone notifications received by the server, where the received SOA has an older version number than the SOA already present on the server.

NotifyPrimary

Data type: uint32

Access type: Read-only

The number of zone notifications for primary zones received by the server.

NotifyReceived

Data type: uint32

Access type: Read-only

The number of zone notifications received by the server.

SoaRequest

Data type: uint32

Access type: Read-only

The number of SOA query requests sent by the server to zone masters, to initiate zone transfer.

SoaResponse

Data type: uint32

Access type: Read-only

The number of SOA responses received by the server from the zone master.

SoaResponseInvalid

Data type: uint32

Access type: Read-only

The number of invalid SOA responses received by the server from the zone master.

StubAxfrInvalid

Data type: uint32

Access type: Read-only

The number of full zone transfer invalid responses received by the server.

StubAxfrRefused

Data type: uint32

Access type: Read-only

The number of full zone transfer rejection responses received by the server.

StubAxfrRequest

Data type: uint32

Access type: Read-only

The number of full zone transfer requests sent by the server for stub zones.

StubAxfrResponse

Data type: uint32

Access type: Read-only

The number of full zone transfer responses received by the server for stub zones.

StubAxfrSuccess

Data type: uint32

Access type: Read-only

The number of full zone transfer success responses received by the server for stub zones.

Requirements

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

See also

DnsServerPSProvider Provider