# ConsulClusteringOptions Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.clustering.consul/orleans.configuration.consulclusteringoptions/)

## CreateClient {#createclient-fd484b25}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.clustering.consul/orleans.configuration.consulclusteringoptions/properties/createclient-fd484b25/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Clustering.Consul/Options/ConsulClusteringOptions.cs)

```csharp
public Func<IConsulClient> CreateClient
```

Factory for the used Consul-Client.

## KvRootFolder {#kvrootfolder-c4580dd8}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.clustering.consul/orleans.configuration.consulclusteringoptions/properties/kvrootfolder-c4580dd8/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Clustering.Consul/Options/ConsulClusteringOptions.cs)

```csharp
public string KvRootFolder
```

Consul KV root folder name.
