Create new IndexDef instance
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic static IndexDef Create(
string indexName
)
Public Shared Function Create (
indexName As String
) As IndexDef
public:
static IndexDef^ Create(
String^ indexName
)
static member Create :
indexName : string -> IndexDef
Parameters
- indexName
- Type: SystemString
The name of Index
Return Value
Type:
IndexDefA new IndexDef instance
See Also