SimpleCacheIndexIsPartial Property |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
Syntaxpublic virtual bool IsPartial { get; }
Return Value
Type:
Booleantrue if any entry of the indexed ICache has been excluded
from the index,
false otherwise
Implements
ICacheIndexIsPartial
See Also