GigaSpaces XAP.NET Documentation
AddPathIndex Method (path, indexType)
Class LibraryGigaSpaces.Core.MetadataSpaceTypeDescriptorBuilderAddPathIndex(String, SpaceIndexType)
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
)
Public Sub AddPathIndex ( _
	path As String, _
	indexType As SpaceIndexType _
)
public:
void AddPathIndex(
	String^ path, 
	SpaceIndexType indexType
)
public void AddPathIndex(
	String path,
	SpaceIndexType indexType
)
Parameters
path (String)
Path to index.
indexType (SpaceIndexType)
Type of index.

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