Share via


DnsServerRRLStatistics class

DNS server statistics related to the server response rate limiting (RRL).

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 DnsServerRRLStatistics
{
  uint64 TotalResponsesSent;
  uint64 TotalResponsesDropped;
  uint64 TotalResponsesLeaked;
  uint64 TotalResponsesTruncated;
};

Members

The DnsServerRRLStatistics class has these types of members:

Properties

The DnsServerRRLStatistics class has these properties.

TotalResponsesDropped

Data type: uint64

Access type: Read-only

Total number of responses dropped by the DNS server.

TotalResponsesLeaked

Data type: uint64

Access type: Read-only

Total number of responses leaked by the DNS server.

TotalResponsesSent

Data type: uint64

Access type: Read-only

Total number of responses sent by the DNS server.

TotalResponsesTruncated

Data type: uint64

Access type: Read-only

Total number of responses truncated by the DNS server.

Requirements

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