Enum PersistenceProviderType
- Namespace
- Scaleout.Streaming.DigitalTwin.Core
- Assembly
- ScaleOut.Streaming.DigitalTwin.Core.dll
List of supported persistence providers.
public enum PersistenceProviderType
Fields
[Display(Name = "Azure Blob Storage")] AzureBlobStorage = 2Azure Blob Storage service (future release).
[Display(Name = "Azure Digital Twins Service")] AzureDigitalTwinsService = 1Azure Digital Twins.
[Display(Name = "CosmosDB")] CosmosDb = 6CosmosDB
[Display(Name = "DynamoDB")] DynamoDb = 5DynamoDB
[Display(Name = "SQLServer")] SQLServer = 3SQL Server
[Display(Name = "SQLite")] SQLite = 4SQLite
[Display(Name = "Unspecified")] Unspecified = 0Unspecified (when model does not use any persistence provider).