SimpleCacheIndexIsPartial 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)
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