2.2.12.2.3 DNSSRV_ZONE_TRANSFER_STATS

The DNSSRV_ZONE_TRANSFER_STATS structure<82> contains zone transfer statistics per zone.

 typedef struct _DnsZoneTransferStats  {
   DNS_ZONE_STATS_TYPE TransferType;
   ULONG64 RequestReceived;
   ULONG64 RequestSent;
   ULONG64 ResponseReceived;
   ULONG64 SuccessReceived;
   ULONG64 SuccessSent;
 } DNSSRV_ZONE_TRANSFER_STATS,
  *PDNSSRV_ZONE_TRANSFER_STATS;

TransferType: The type of zone transfer request for which the query was received. The value is of type DNS_ZONE_STATS_TYPE (section 2.2.12.1.1).

RequestReceived: The total number of zone transfer requests received by the server for a specific zone.

RequestSent: The total number of zone transfer requests sent by the server for a specific zone.

ResponseReceived: The total number of zone transfer responses received by the server for a specific zone.

SuccessReceived: The total number of zone transfer requests received successfully by the receiver for a specific zone.

SuccessSent: The total number of zone transfer responses sent by the server for a specific zone.