Share via


IStreamable<TKey,TPayload>.Properties Property

Definition

Returns the current properties of the stream, such as whether the stream is a constant-duration stream.

public Microsoft.StreamProcessing.StreamProperties<TKey,TPayload> Properties { get; }
member this.Properties : Microsoft.StreamProcessing.StreamProperties<'Key, 'Payload>
Public ReadOnly Property Properties As StreamProperties(Of TKey, TPayload)

Property Value

Applies to