Share via


StreamMessageKind Enum

Definition

Stream message kinds for individual messages passing through a query

[System.Runtime.Serialization.DataContract]
public enum StreamMessageKind
type StreamMessageKind = 
Public Enum StreamMessageKind
Inheritance
StreamMessageKind
Attributes

Fields

Completed 2

Completed message kind, a signal to the running query that this input stream is ready to terminate

DataBatch 0

Stream message message kind, indicating the message contains data

Punctuation 1

Punctuation message kind, indicating the flow of time through the system

Applies to