# DynamoDBClusteringOptions

Package: [Microsoft.Orleans.Clustering.DynamoDB](/orleans/docs/api/csharp/microsoft.orleans.clustering.dynamodb/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Clustering.DynamoDB) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/AWS/Orleans.Clustering.DynamoDB/Options/DynamoDBClusteringOptions.cs#L5)

```csharp
public class DynamoDBClusteringOptions : DynamoDBClientOptions
```

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

## Constructors

- [DynamoDBClusteringOptions](/orleans/docs/api/csharp/microsoft.orleans.clustering.dynamodb/orleans.configuration.dynamodbclusteringoptions/constructors/constructor-a0766841/)

## Properties

- [CreateIfNotExists](/orleans/docs/api/csharp/microsoft.orleans.clustering.dynamodb/orleans.configuration.dynamodbclusteringoptions/properties/createifnotexists-6937b88e/)
- [ReadCapacityUnits](/orleans/docs/api/csharp/microsoft.orleans.clustering.dynamodb/orleans.configuration.dynamodbclusteringoptions/properties/readcapacityunits-649273e4/)
- [TableName](/orleans/docs/api/csharp/microsoft.orleans.clustering.dynamodb/orleans.configuration.dynamodbclusteringoptions/properties/tablename-de46dc48/)
- [UpdateIfExists](/orleans/docs/api/csharp/microsoft.orleans.clustering.dynamodb/orleans.configuration.dynamodbclusteringoptions/properties/updateifexists-dfafd7a0/)
- [UseProvisionedThroughput](/orleans/docs/api/csharp/microsoft.orleans.clustering.dynamodb/orleans.configuration.dynamodbclusteringoptions/properties/useprovisionedthroughput-1d6aa7cb/)
- [WriteCapacityUnits](/orleans/docs/api/csharp/microsoft.orleans.clustering.dynamodb/orleans.configuration.dynamodbclusteringoptions/properties/writecapacityunits-0e2a7cf3/)
