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 MemcachedDeployment ClusterSchema( string clusterSchema )
Public Overridable Function ClusterSchema ( _ clusterSchema As String _ ) As MemcachedDeployment
public: virtual MemcachedDeployment^ ClusterSchema( String^ clusterSchema )
public MemcachedDeployment ClusterSchema( String clusterSchema )

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

The MemcachedDeployment set with the specified cluster schema.