Expand Minimize
This topic has not yet been rated - Rate this topic

DnsServerCache class

DNS Server Cache.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

class DnsServerCache : DnsServerZone
{
  datetime MaxTtl;
  datetime MaxNegativeTtl;
  uint32   MaxKBSize;
  boolean  EnablePollutionProtection;
  boolean  StoreEmptyAuthenticationResponse;
  uint32   LockingPercent;
};

Members

The DnsServerCache class has these types of members:

Properties

The DnsServerCache class has these properties.

EnablePollutionProtection
Data type: boolean
Access type: Read-only

Pollution protection state

LockingPercent
Data type: uint32
Access type: Read-only

Locking percentage

MaxKBSize
Data type: uint32
Access type: Read-only

Max Cache Size

MaxNegativeTtl
Data type: datetime
Access type: Read-only

Max Negative Cache TTL

MaxTtl
Data type: datetime
Access type: Read-only

Max Cache TTL

StoreEmptyAuthenticationResponse
Data type: boolean
Access type: Read-only

Empty authentication response

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Namespace

\root\Microsoft\Windows\Dns

MOF

DnsServerCache.mof

 

 

Build date: 12/6/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.