Class WorkflowStreamOptions
- Namespace
- Temporalio.Extensions.WorkflowStreams
- Assembly
- Temporalio.Extensions.WorkflowStreams.dll
Options for constructing a workflow-side stream.
public class WorkflowStreamOptions : ICloneable
- Inheritance
-
WorkflowStreamOptions
- Implements
- Inherited Members
Remarks
WARNING: Workflow Streams is experimental and may change.
Properties
PublisherTtl
Gets or sets how long publisher deduplication state is retained in snapshots.
public TimeSpan PublisherTtl { get; set; }
Property Value
Methods
Clone()
Creates a copy of these options.
public virtual object Clone()
Returns
- object
A copied options instance.