GigaSpaces XAP.NET Documentation
FifoSupport Enumeration
Class LibraryGigaSpaces.Core.MetadataFifoSupport
Determines FIFO operations support.
Declaration Syntax
C#Visual BasicVisual C++J#
public enum FifoSupport
Public Enumeration FifoSupport
public enum class FifoSupport
public enum FifoSupport
Members
MemberDescription
Default
FIFO support will be inherited from the base class. If base class doesn't have FIFO settings, FifoSupport will be set to OFF.

Off
FIFO operations are not supported for this class.

Operation
FIFO operations are supported for this class. Use {@link com.j_spaces.core.client.ReadModifiers#FIFO} to perform a FIFO operation.

All
FIFO operations are supported for this class. All operations involving this class are FIFO.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.0.0.0 (12.0.0.16000)