Interface ISessionSettings
- Namespace
- DurableTask.Core.Settings
- Assembly
- DurableTask.Core.dll
Settings to configure the Service Bus session.
public interface ISessionSettings
Properties
SessionMaxSizeInBytes
The max allowed session size in service bus. Default is 230K.
int SessionMaxSizeInBytes { get; set; }
Property Value
SessionOverflowThresholdInBytes
The max allowed session size for external storage. Default is 10M.
int SessionOverflowThresholdInBytes { get; set; }