GigaSpaces XAP.NET Documentation
AddPathIndex Method (path, indexType, unique)
Class LibraryGigaSpaces.Core.MetadataSpaceTypeDescriptorBuilderAddPathIndex(String, SpaceIndexType, Boolean)
Adds an index of the specified type for the specified path.
Declaration Syntax
C#Visual BasicVisual C++J#
public void AddPathIndex(
	string path,
	SpaceIndexType indexType,
	bool unique
)
Public Sub AddPathIndex ( _
	path As String, _
	indexType As SpaceIndexType, _
	unique As Boolean _
)
public:
void AddPathIndex(
	String^ path, 
	SpaceIndexType indexType, 
	bool unique
)
public void AddPathIndex(
	String path,
	SpaceIndexType indexType,
	boolean unique
)
Parameters
path (String)
Path to index.
indexType (SpaceIndexType)
Type of index.
unique (Boolean)
Is it a unique index.

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