Sets the cluster schema of the processing unit deployment.
Only make sense to set it when there is an embedded space defined within the processing unit.

C# | Visual Basic | Visual C++ | J# |
public virtual ProcessingUnitDeployment ClusterSchema( string clusterSchema )
Public Overridable Function ClusterSchema ( _ clusterSchema As String _ ) As ProcessingUnitDeployment
public: virtual ProcessingUnitDeployment^ ClusterSchema( String^ clusterSchema )
public ProcessingUnitDeployment ClusterSchema( String clusterSchema )

- clusterSchema (String)
- The cluster schema to set for the space deployment.

The ProcessingUnitDeployment set with the specified cluster schema.