OutOfOrderPartitionedStreamEvent<TKey,TPayload> Struct

Definition

A structure for representing when a tuple had to be adjusted or dropped from a source of data ingress.

[System.Runtime.Serialization.DataContract]
public struct OutOfOrderPartitionedStreamEvent<TKey,TPayload>
type OutOfOrderPartitionedStreamEvent<'Key, 'Payload> = struct
Public Structure OutOfOrderPartitionedStreamEvent(Of TKey, TPayload)

Type Parameters

TKey

The partition key type.

TPayload

The type of the stream event payload.

Inheritance
OutOfOrderPartitionedStreamEvent<TKey,TPayload>
Attributes

Fields

Event

The event that was adjusted or dropped in its original version.

TimeAdjustment

The amount of time that the event was adjusted, or null if the event was dropped.

Applies to