Click or drag to resize
SpaceDefCreate Method (String, Int32, FieldDef)
Takes space name, replication count and list of field defs and returns a new SpaceDef instance.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public static SpaceDef Create(
	string spaceName,
	int replication,
	params FieldDef[] fieldDefs
)

Parameters

spaceName
Type: SystemString
Space name
replication
Type: SystemInt32
Degree of replication
fieldDefs
Type: Com.Tibco.As.SpaceFieldDef
Array List of field defs

Return Value

Type: SpaceDef
The new instance of SpaceDef
See Also