Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct the ConditionalExtractor.

Namespace: Tangosol.Util.Extractor
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public ConditionalExtractor(
	IFilter filter,
	IValueExtractor extractor,
	bool forwardIndex
)

Parameters

filter
Type: Tangosol.Util..::..IFilter
The filter used by this extractor to create a ConditionalIndex; must not be null.
extractor
Type: Tangosol.Util..::..IValueExtractor
The extractor used by this extractor to create a ConditionalIndex; the created index will be associated with this extractor in the given index map; must not be null.
forwardIndex
Type: System..::..Boolean
Specifies whether or not this extractor will create a ConditionalIndex that supports a forward index.

See Also