StaticClusterDeploymentOptions Class

Definition

Deployment configuration that reads from orleans cluster configuration

public class StaticClusterDeploymentOptions : Orleans.Streams.IDeploymentConfiguration
type StaticClusterDeploymentOptions = class
    interface IDeploymentConfiguration
Public Class StaticClusterDeploymentOptions
Implements IDeploymentConfiguration
Inheritance
StaticClusterDeploymentOptions
Implements

Constructors

StaticClusterDeploymentOptions()

Properties

SiloNames

Gets or sets the silo names.

Explicit Interface Implementations

IDeploymentConfiguration.GetAllSiloNames()

Get the silo instance names for all configured silos.

Applies to