Click or drag to resize

AbstractExtractorm_target Field

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Specifies which part of the entry should be used by the ExtractFromEntry(ICacheEntry) operation. Legal values are VALUE (default) or KEY.

Namespace:  Tangosol.Util.Extractor
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected int m_target

Field Value

Type: Int32
Remarks
Subclasses are responsible for initialization and POF and/or Lite serialization of this field.
See Also