Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Get an IDictionary of the available non-partial indexes from the given IDictionary of all available indexes.

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

Syntax

C#
protected virtual IDictionary GetNonPartialIndexes(
	IDictionary indexes
)

Parameters

indexes
Type: System.Collections..::..IDictionary
The available ICacheIndex objects keyed by the related IValueExtractor; read-only.

Return Value

An IDictionary of the available non-partial ICacheIndex objects.

See Also