Class FrameworkConstants
- Namespace
- DurableTask.Core
- Assembly
- DurableTask.Core.dll
Shared framework constants
public class FrameworkConstants
- Inheritance
-
FrameworkConstants
- Inherited Members
Constructors
FrameworkConstants()
public FrameworkConstants()
Fields
ActivityDefaultDispatcherCount
The default number of activity dispatchers
public const int ActivityDefaultDispatcherCount = 1
Field Value
ActivityDefaultMaxConcurrentItems
The default max concurrent activity work items
public const int ActivityDefaultMaxConcurrentItems = 10
Field Value
ActivityNonTransientErrorBackOffSecs
The default error back-off for non-transient errors task activities in seconds
public const int ActivityNonTransientErrorBackOffSecs = 120
Field Value
ActivityTransientErrorBackOffSecs
The default error back-off for transient errors task activities in seconds
public const int ActivityTransientErrorBackOffSecs = 10
Field Value
BatchFlushIntervalInMilliSecs
The default batch flush interval in milliseconds seconds
public const int BatchFlushIntervalInMilliSecs = 100
Field Value
CompressionTypeGzipPropertyValue
The property value for compression type gzip
public const string CompressionTypeGzipPropertyValue = "gzip"
Field Value
CompressionTypeNonePropertyValue
The property value for compression type none
public const string CompressionTypeNonePropertyValue = "none"
Field Value
CompressionTypePropertyName
The property name for compression type
public const string CompressionTypePropertyName = "CompressionType"
Field Value
FakeTimerIdToSplitDecision
Id for a fake timer event
public const int FakeTimerIdToSplitDecision = -100
Field Value
HistoryEventIndexPropertyName
The property name of a history event index
public const string HistoryEventIndexPropertyName = "HistoryEventIndex"
Field Value
JumpStartDefaultIgnoreWindow
The default timespan for the JumpStart ignore window
public static TimeSpan JumpStartDefaultIgnoreWindow
Field Value
JumpStartDefaultInterval
The default timespan for the JumpStart interval
public static TimeSpan JumpStartDefaultInterval
Field Value
MessageMaxSizeInBytesDefault
The default max allowed message size
public const int MessageMaxSizeInBytesDefault = 10485760
Field Value
MessageOverflowThresholdInBytesDefault
The default max message size before overflow
public const int MessageOverflowThresholdInBytesDefault = 174080
Field Value
OrchestrationDefaultDispatcherCount
The default number of orchestration dispatchers
public const int OrchestrationDefaultDispatcherCount = 1
Field Value
OrchestrationDefaultMaxConcurrentItems
The default max concurrent orchestration work items
public const int OrchestrationDefaultMaxConcurrentItems = 100
Field Value
OrchestrationNonTransientErrorBackOffSecs
The default error back-off for non-transient errors task orchestrations in seconds
public const int OrchestrationNonTransientErrorBackOffSecs = 120
Field Value
OrchestrationTransientErrorBackOffSecs
The default error back-off for transient errors task orchestrations in seconds
public const int OrchestrationTransientErrorBackOffSecs = 10
Field Value
SessionMaxSizeInBytesDefault
The default max allowed session size
public const int SessionMaxSizeInBytesDefault = 10485760
Field Value
SessionOverflowThresholdInBytesDefault
The default max session size before overflow
public const int SessionOverflowThresholdInBytesDefault = 235520
Field Value
StateMessageContentType
The content type of a State Message
public const string StateMessageContentType = "StateMessage"
Field Value
TaskMessageContentType
The content type of a Task Message
public const string TaskMessageContentType = "TaskMessage"
Field Value
TrackingDefaultDispatcherCount
The default number of tracking dispatchers
public const int TrackingDefaultDispatcherCount = 1
Field Value
TrackingDefaultMaxConcurrentItems
The default max concurrent tracking work items
public const int TrackingDefaultMaxConcurrentItems = 20
Field Value
TrackingNonTransientErrorBackOffSecs
The default error back-off for non-transient errors tracking activities in seconds
public const int TrackingNonTransientErrorBackOffSecs = 120
Field Value
TrackingTrackHistoryEvents
The default setting for enabling tracking history events
public const bool TrackingTrackHistoryEvents = true
Field Value
TrackingTransientErrorBackOffSecs
The default error back-off for transient errors tracking activities in seconds
public const int TrackingTransientErrorBackOffSecs = 10