Share via


DnsServerZoneRRLStatistics class

Contains the Zone response rate limiting (RRL) statistics.

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

Members

The DnsServerZoneRRLStatistics class has these types of members:

Properties

The DnsServerZoneRRLStatistics class has these properties.

TotalResponsesDropped

Data type: uint64

Access type: Read-only

Total number of responses dropped by the DNS server for the zone.

TotalResponsesLeaked

Data type: uint64

Access type: Read-only

Total number of responses leaked by the DNS server for the zone.

TotalResponsesSent

Data type: uint64

Access type: Read-only

Total number of responses sent by the DNS server for the zone.

TotalResponsesTruncated

Data type: uint64

Access type: Read-only

Total number of responses truncated by the DNS server for the zone.

Requirements

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