# ClusterManifestOptions Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.clustermanifestoptions/)

## EnableContentAddressedRetrieval {#enablecontentaddressedretrieval-31dfcfc2}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.clustermanifestoptions/properties/enablecontentaddressedretrieval-31dfcfc2/)

[Source](https://github.com/dotnet/orleans/blob/3654f04669e3e1f46d296c46c8c5345986dc7ddc/src/Orleans.Runtime/Configuration/Options/ClusterManifestOptions.cs)

```csharp
public bool EnableContentAddressedRetrieval
```

Gets or sets a value indicating whether the silo retrieves manifests by content hash and uses peer summaries to repair missing manifests.

### Value

`true` by default. Set to `false` to retrieve each active silo's manifest directly.
