GigaSpaces XAP.NET Documentation
AddCompoundIndex Method (paths)
Class LibraryGigaSpaces.Core.MetadataSpaceTypeDescriptorBuilderAddCompoundIndex(ICollection<(Of <<'(String>)>>))
Adds a compound index with the paths which specifies the index segments.
Declaration Syntax
C#Visual BasicVisual C++J#
public void AddCompoundIndex(
	ICollection<string> paths
)
Public Sub AddCompoundIndex ( _
	paths As ICollection(Of String) _
)
public:
void AddCompoundIndex(
	ICollection<String^>^ paths
)
public void AddCompoundIndex(
	ICollection<String> paths
)
Parameters
paths (ICollection<(Of <(<'String>)>)>)
Paths of the index segments.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)