GigaSpaces XAP.NET Documentation
ClusterSchema Method (clusterSchema)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceSpaceDeploymentClusterSchema(String)
Sets the cluster schema of the space deployment.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual SpaceDeployment ClusterSchema(
	string clusterSchema
)
Public Overridable Function ClusterSchema ( _
	clusterSchema As String _
) As SpaceDeployment
public:
virtual SpaceDeployment^ ClusterSchema(
	String^ clusterSchema
)
public SpaceDeployment ClusterSchema(
	String clusterSchema
)
Parameters
clusterSchema (String)
The cluster schema to set for the space deployment.
Return Value
The SpaceDeployment set with the specified cluster schema.

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