DnsServerQuery2Statistics class
Represents DNS server statistics related to internal server 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 DnsServerQuery2Statistics
{
uint32 TotalQueries;
uint32 Standard;
uint32 Notify;
uint32 Update;
uint32 TKeyNego;
uint32 TypeA;
uint32 TypeNs;
uint32 TypeSoa;
uint32 TypeMx;
uint32 TypePtr;
uint32 TypeSrv;
uint32 TypeAll;
uint32 TypeIxfr;
uint32 TypeAxfr;
uint32 TypeOther;
};
Members
The DnsServerQuery2Statistics class has these types of members:
Properties
The DnsServerQuery2Statistics class has these properties.
-
Notify
-
-
Data type: uint32
-
Access type: Read-only
The number of zone notification requests received by the server.
-
-
Standard
-
-
Data type: uint32
-
Access type: Read-only
The number of standard DNS queries received by the server
-
-
TKeyNego
-
-
Data type: uint32
-
Access type: Read-only
The number of TKEY, RFC2930, and negotiation requests received by the server.
-
-
TotalQueries
-
-
Data type: uint32
-
Access type: Read-only
The number of queries received by the server.
-
-
TypeA
-
-
Data type: uint32
-
Access type: Read-only
The number of queries received for record type DNS_TYPE_A.
-
-
TypeAll
-
-
Data type: uint32
-
Access type: Read-only
The number of queries received for record type DNS_TYPE_ALL.
-
-
TypeAxfr
-
-
Data type: uint32
-
Access type: Read-only
The number of queries received for record type DNS_TYPE_AXFR.
-
-
TypeIxfr
-
-
Data type: uint32
-
Access type: Read-only
The number of queries received for record type DNS_TYPE_IXFR.
-
-
TypeMx
-
-
Data type: uint32
-
Access type: Read-only
The number of queries received for record type DNS_TYPE_MX.
-
-
TypeNs
-
-
Data type: uint32
-
Access type: Read-only
The number of queries received for record type DNS_TYPE_NS.
-
-
TypeOther
-
-
Data type: uint32
-
Access type: Read-only
The number of queries received for other types of record.
-
-
TypePtr
-
-
Data type: uint32
-
Access type: Read-only
The number of queries received for record type DNS_TYPE_PTR.
-
-
TypeSoa
-
-
Data type: uint32
-
Access type: Read-only
The number of queries received for record type DNS_TYPE_SOA.
-
-
TypeSrv
-
-
Data type: uint32
-
Access type: Read-only
The number of queries received for record type DNS_TYPE_SRV.
-
-
Update
-
-
Data type: uint32
-
Access type: Read-only
The number of dynamic update requests received by the server.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\Dns |
MOF |
|
DLL |
|