DNSHelper.DNSHelperTable table

The DNSHelper.DNSHelperTable database table stores information about the requests that the ARP helper makes from the network.

The DNSHelper.DNSHelperTable database table is described in the following table.

Table 1. DNSHelper.DNSHelperTable database table schema  

Column name

Constraints

Data type

Description

m_HostName

Text

The host name for this IP address.

m_HostIp

Text

The IP addresses for this host.

RivHelperDbTimeToDie

Long64

How long the requested information is to live within the Helper Server.

RivHelperRequestGetKey

NOT NULL

Text

A key for Get requests.

RivHelperRequestOutput

Atom

The response data.

RivHelperRequestReplyKey
  • PRIMARY KEY
  • NOT NULL
  • UNIQUE

Text

A unique key for Reply requests.