Skip to content

ClusterOptions

class

Namespace: Orleans.Configuration

Configures the Orleans cluster.
public class ClusterOptions

Constructors

Properties

  • ClusterId Gets or sets the cluster identity. This used to be called DeploymentId before Orleans 2.0 name.
  • ServiceId Gets or sets a unique identifier for this service, which should survive deployment and redeployment, where as ClusterOptions might not.

Fields