DnsServerDatabaseStatistics class
DNS server statistics related to the database tree.
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 DnsServerDatabaseStatistics
{
uint32 NodeMemory;
uint32 NodeInUse;
uint32 NodeUsed;
uint32 NodeReturn;
};
Members
The DnsServerDatabaseStatistics class has these types of members:
Properties
The DnsServerDatabaseStatistics class has these properties.
-
NodeInUse
-
-
Data type: uint32
-
Access type: Read-only
The number of nodes currently allocated for use in the record database.
-
-
NodeMemory
-
-
Data type: uint32
-
Access type: Read-only
The total size, in bytes, of server memory currently used for nodes.
-
-
NodeReturn
-
-
Data type: uint32
-
Access type: Read-only
The cumulative number of nodes freed from the record database.
-
-
NodeUsed
-
-
Data type: uint32
-
Access type: Read-only
The cumulative number of nodes allocated for use in the record database.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\Dns |
MOF |
|
DLL |
|