Skip to content

TestClusterBuilder Properties

Configuration builder for starting a TestCluster.

CreateSiloAsync

set
View source
public Func<string, IConfiguration, Task<SiloHandle>> CreateSiloAsync
Gets or sets the delegate used to create and start an individual silo.

Options

get
View source
public TestClusterOptions Options
Gets the options.

Property value

The options.

PortAllocator

getset
View source
public ITestClusterPortAllocator PortAllocator
Gets or sets the port allocator used to allocate consecutive silo ports.

Properties

get
View source
public Dictionary<string, string> Properties
Configuration values which will be provided to the silos and clients created by this builder.