Class WorkflowStreamWireItem
- Namespace
- Temporalio.Extensions.WorkflowStreams
- Assembly
- Temporalio.Extensions.WorkflowStreams.dll
A stream item in the cross-language JSON envelope.
public sealed class WorkflowStreamWireItem
- Inheritance
-
WorkflowStreamWireItem
- Inherited Members
Remarks
WARNING: Workflow Streams is experimental and may change.
Properties
Data
Gets or sets the base64-encoded serialized Temporal payload.
[JsonPropertyName("data")]
public string Data { get; set; }
Property Value
Offset
Gets or sets the item's global offset.
[JsonPropertyName("offset")]
public long Offset { get; set; }
Property Value
Topic
Gets or sets the topic. A wire-level null is normalized to an empty string.
[JsonPropertyName("topic")]
public string Topic { get; set; }