Click or drag to resize

AbstractExtractorm_target Field

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
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