2.2.12.2.4 DNSSRV_ZONE_UPDATE_STATS
The DNSSRV_ZONE_UPDATE_STATS structure<83> contains statistics about the dynamic updates per zone.
-
typedef struct _DnsZoneUpdateStats { DNS_ZONE_STATS_TYPE Type; ULONG64 DynamicUpdateReceived; ULONG64 DynamicUpdateRejected; } DNSSRV_ZONE_UPDATE_STATS, *PDNSSRV_ZONE_UPDATE_STATS;
Type: The type of zone update request for which statistics are required. The value is of type DNS_ZONE_STATS_TYPE (section 2.2.12.1.1).
DynamicUpdateReceived: The total number of dynamic updates accepted on a specified zone.
DynamicUpdateRejected: The total number of dynamic updates rejected on a specified zone.