Class WorkflowHistoryEventFetchOptions
- Namespace
- Temporalio.Client
- Assembly
- Temporalio.dll
public class WorkflowHistoryEventFetchOptions : ICloneable
- Inheritance
-
WorkflowHistoryEventFetchOptions
- Implements
- Inherited Members
Properties
EventFilterType
Gets or sets which history events to fetch. Default AllEvent.
public HistoryEventFilterType EventFilterType { get; set; }
Property Value
Rpc
Gets or sets RPC options for fetching history event pages.
public RpcOptions? Rpc { get; set; }
Property Value
SkipArchival
Gets or sets a value indicating whether the to skip archival.
public bool SkipArchival { get; set; }
Property Value
WaitNewEvent
Gets or sets a value indicating whether the iterator should wait on events.
public bool WaitNewEvent { get; set; }
Property Value
Methods
Clone()
Create a shallow copy of these options.
public virtual object Clone()
Returns
- object
A shallow copy of these options and any transitive options fields.