Interface IDataStream
Represents a data stream without a specific body type.
Namespace: Innovt.Domain.Core.Streams
Assembly: Innovt.Domain.Core.dll
Syntax
public interface IDataStream
Properties
| Edit this page View SourceApproximateArrivalTimestamp
Gets or sets the approximate arrival timestamp of the data stream.
Declaration
DateTime ApproximateArrivalTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
EventId
Gets or sets the event identifier associated with the data stream.
Declaration
string? EventId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Partition
Gets or sets the partition identifier of the data stream.
Declaration
string? Partition { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublishedAt
Gets or sets the date and time when the data stream was published.
Declaration
DateTimeOffset? PublishedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
TraceId
Gets or sets the trace identifier associated with the data stream.
Declaration
string? TraceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Gets or sets the version of the data stream.
Declaration
string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |