Table of Contents

Class FlowOrchestratorOptions

Namespace
FlowOrchestrator.Core.Configuration
Assembly
FlowOrchestrator.Core.dll

Configuration options for the FlowOrchestrator runtime. Passed to AddFlowOrchestrator(options => ...) during DI setup.

public sealed class FlowOrchestratorOptions
Inheritance
FlowOrchestratorOptions
Inherited Members

Properties

ConnectionString

Primary database connection string used by the configured storage backend. Set automatically when calling UseSqlServer() or UsePostgreSql().

public string? ConnectionString { get; set; }

Property Value

string