Table of Contents

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 = 2

Azure Blob Storage service (future release).

[Display(Name = "Azure Digital Twins Service")] AzureDigitalTwinsService = 1

Azure Digital Twins.

[Display(Name = "CosmosDB")] CosmosDb = 6

CosmosDB

[Display(Name = "DynamoDB")] DynamoDb = 5

DynamoDB

[Display(Name = "SQLServer")] SQLServer = 3

SQL Server

[Display(Name = "SQLite")] SQLite = 4

SQLite

[Display(Name = "Unspecified")] Unspecified = 0

Unspecified (when model does not use any persistence provider).