Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Return map of filter configurations keyed by filter names.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
IDictionary FilterConfigMap { get; set; }

Field Value

Map of XmlNode objects each representing configuration of specific filter, keyed by filter name.

Remarks

The filters configuration is defined by the "filters" element in the coherence.xml configuration file. Each filter is defined within a "filter" element by it's name, implementing class and list of initialization parameters.

See Also