Create new IndexDef instance

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
public static IndexDef Create(
	string indexName
)
Visual Basic
Public Shared Function Create ( 
	indexName As String
) As IndexDef
Visual C++
public:
static IndexDef^ Create(
	String^ indexName
)
F#
static member Create : 
        indexName : string -> IndexDef 

Parameters

indexName
Type: System..::..String
The name of Index

Return Value

Type: IndexDef
A new IndexDef instance

See Also