DnsServerZoneTransferStatistics class
Represents zone transfer statistics for the specified transfer type.
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 DnsServerZoneTransferStatistics
{
string TransferType;
uint64 RequestReceived;
uint64 RequestSent;
uint64 ResponseReceived;
uint64 SuccessReceived;
uint64 SuccessSent;
};
Members
The DnsServerZoneTransferStatistics class has these types of members:
Properties
The DnsServerZoneTransferStatistics class has these properties.
-
RequestReceived
-
-
Data type: uint64
-
Access type: Read-only
The number of zone transfer requests received by the primary server of the zone.
-
-
RequestSent
-
-
Data type: uint64
-
Access type: Read-only
The number of zone transfer requests sent by the secondary server of the zone.
-
-
ResponseReceived
-
-
Data type: uint64
-
Access type: Read-only
The number of zone transfer responses received by the secondary server of the zone.
-
-
SuccessReceived
-
-
Data type: uint64
-
Access type: Read-only
The number of successful zone transfers received by the secondary server of the zone.
-
-
SuccessSent
-
-
Data type: uint64
-
Access type: Read-only
The number of successful zone transfers sent by the primary server of the zone.
-
-
TransferType
-
-
Data type: string
-
Access type: Read-only
The transfer type of the zone statistics.
The possible values are.
-
-
AXFR ("ZONE_STATS_TYPE_TRANSFER_AXFR")
-
IXFR ("ZONE_STATS_TYPE_TRANSFER_IXFR")
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 R2 |
Namespace |
Root\Microsoft\Windows\Dns |
MOF |
|
DLL |
|