Skip to content

Commit

Permalink
Add a new persistence provider enum for the DynamoDB provider
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-tritschler committed Apr 2, 2024
1 parent 783fd0f commit 7577ec1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ public enum PersistenceProviderType implements Serializable {
* Enum for the Azure Digital Twin service.
*/
AzureDigitalTwinsService("AzureDigitalTwinsService", 1),
/**
* Enum for DynamoDB
*/
DynamoDb("DynamoDB", 5),
/**
* Enum for SQLite
*/
Expand Down

0 comments on commit 7577ec1

Please sign in to comment.