GigaSpaces XAP.NET Documentation
SpaceIndexType Enumeration
Class LibraryGigaSpaces.Core.MetadataSpaceIndexType
Determines the index type of a field.
Declaration Syntax
C#Visual BasicVisual C++J#
public enum SpaceIndexType
Public Enumeration SpaceIndexType
public enum class SpaceIndexType
public enum SpaceIndexType
Members
MemberDescription
None
No Index.

Basic
Basic Index.

Equal
Optimizes equality matching (==).

Ordered
Extended
Extended Index.

EqualAndOrdered
Optimizes both equality and ordered matching.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.3.0.0 (12.3.0.19000)