Microsoft.ApplicationServer.PersistenceStoreAppFabric SQL Workflow Instance Store

Microsoft.ApplicationServer.PersistenceStore (ClassType)

This class represents a SQL implementation of a Workflow instance store. This database stores the state of durable, .NET 4 Workflows.

Knowledge Base article:

Summary

This class represents a SQL implementation of a Workflow instance store. This database stores the state of durable, .NET 4 Workflows.

Element properties:

Base ClassMicrosoft.ApplicationServer.Store
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd4bd1910-e3c4-569e-1255-443f57de9f1c

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.ApplicationServer.Store:
ConnectionStringHash  string  Connection String Hash false 256  False 
Provider  string  Provider false 256  False 
DataSource  string  Data Source false 256  False 
Microsoft.ApplicationServer.PersistenceStore:
DBIdentity  string  DB Identity true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.ApplicationServer.PersistenceStore" Accessibility="Public" Abstract="false" Base="Microsoft.ApplicationServer.Store" Hosted="false" Singleton="false">
<Property ID="DBIdentity" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>