adapter

The adapter element is the root element of the map file.

Summary

adapter                   (required, limit one)
  |----publication                   (required, limit one)
  |----streamMaps                    (required, limit one)
  |      '----streamMap              (required)
  |             |----itemName        (required, limit one)
  |             |----serviceName     (optional)
  |             |----sequenceNumber  (optional)
  |             |----itemStale       (optional)
  |             |----dataField       (required)
  |             |----updateNumber    (required)
  |             |----dateTimeField   (optional)
  |             |----FIDListField    (optional)
  |             '----nullField       (optional)
  |----recordTypeMap                 (optional)
  |      '----recordType             (optional)
  |----rfa                           (required, limit one)
  '----itemLists                     (required, limit one)
         '----itemList               (required)
                '----item            (optional)

Nest all the configuration sections between the adapter start and end tags.

Parent

None

Children

The following child elements are defined for the adapter element. All of these elements must be in the order specified.

Name Requirement
publication Exactly one required
streamMaps Exactly one required
recordTypeMap Optional
rfa Exactly one required
itemLists Exactly one required

Attributes

Name Description Requirement
name A string that uniquely identifies this adapter (included in log entries) Optional

Notes

None

Example

See the examples for the individual elements contained within the adapter definition.