Click or drag to resize

ICacheIndexIsPartial Property

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Determine if indexed information for any entry in the indexed ICache has been excluded from this index. This information is used by IIndexAwareFilter implementations to determine the most optimal way to apply the index.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
bool IsPartial { get; }

Return Value

Type: Boolean
true if any entry of the indexed ICache has been excluded from the index, false otherwise
See Also