Class GetWorkflowExecutionHistoryRequest
Inheritance
GetWorkflowExecutionHistoryRequest
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class GetWorkflowExecutionHistoryRequest : Google.Protobuf.IMessage<GetWorkflowExecutionHistoryRequest>, Google.Protobuf.IBufferMessage
Constructors
GetWorkflowExecutionHistoryRequest()
Declaration
public GetWorkflowExecutionHistoryRequest()
GetWorkflowExecutionHistoryRequest(GetWorkflowExecutionHistoryRequest)
Declaration
public GetWorkflowExecutionHistoryRequest(GetWorkflowExecutionHistoryRequest other)
Parameters
Fields
ExecutionFieldNumber
Field number for the "execution" field.
Declaration
public const int ExecutionFieldNumber = null
Field Value
HistoryEventFilterTypeFieldNumber
Field number for the "history_event_filter_type" field.
Declaration
public const int HistoryEventFilterTypeFieldNumber = null
Field Value
MaximumPageSizeFieldNumber
Field number for the "maximum_page_size" field.
Declaration
public const int MaximumPageSizeFieldNumber = null
Field Value
NamespaceFieldNumber
Field number for the "namespace" field.
Declaration
public const int NamespaceFieldNumber = null
Field Value
NextPageTokenFieldNumber
Field number for the "next_page_token" field.
Declaration
public const int NextPageTokenFieldNumber = null
Field Value
SkipArchivalFieldNumber
Field number for the "skip_archival" field.
Declaration
public const int SkipArchivalFieldNumber = null
Field Value
WaitNewEventFieldNumber
Field number for the "wait_new_event" field.
Declaration
public const int WaitNewEventFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Execution
Declaration
public WorkflowExecution Execution { get; set; }
Property Value
HistoryEventFilterType
Filter returned events such that they match the specified filter type.
Default: HISTORY_EVENT_FILTER_TYPE_ALL_EVENT.
Declaration
public HistoryEventFilterType HistoryEventFilterType { get; set; }
Property Value
MaximumPageSize
Declaration
public int MaximumPageSize { get; set; }
Property Value
Namespace
Declaration
public string Namespace { get; set; }
Property Value
NextPageToken
If a GetWorkflowExecutionHistoryResponse
or a PollWorkflowTaskQueueResponse
had one of
these, it should be passed here to fetch the next page.
Declaration
public Google.Protobuf.ByteString NextPageToken { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<GetWorkflowExecutionHistoryRequest> Parser { get; }
Property Value
SkipArchival
Declaration
public bool SkipArchival { get; set; }
Property Value
WaitNewEvent
If set to true, the RPC call will not resolve until there is a new event which matches
the history_event_filter_type
, or a timeout is hit.
Declaration
public bool WaitNewEvent { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public GetWorkflowExecutionHistoryRequest Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(GetWorkflowExecutionHistoryRequest)
Declaration
public bool Equals(GetWorkflowExecutionHistoryRequest other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
MergeFrom(Google.Protobuf.CodedInputStream)
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(GetWorkflowExecutionHistoryRequest)
Declaration
public void MergeFrom(GetWorkflowExecutionHistoryRequest other)
Parameters
ToString()
Declaration
public override string ToString()
Returns
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage