GigaSpaces XAP.Net Documentation
IteratorScope Enumeration
Class LibraryGigaSpaces.CoreIteratorScope
Determines the scope of entries visible to a space iterator.
Declaration Syntax
C#Visual BasicVisual C++J#
public enum IteratorScope
Public Enumeration IteratorScope
public enum class IteratorScope
public enum IteratorScope
Members
MemberDescription
FutureEntries
Entries that will be written after the itrator is created.

ExistingAndFutureEntries
All entries (before and after the iterator is created).

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 6.6.3.3200 (6.6.3.3200)