Properties.IsIntervalFree<TKey,TPayload> Method

Definition

Set a property of whether or not the stream is devoid of intervals.

public static Microsoft.StreamProcessing.IStreamable<TKey,TPayload> IsIntervalFree<TKey,TPayload> (this Microsoft.StreamProcessing.IPropertySetter<TKey,TPayload> source, bool isIntervalFree);
static member IsIntervalFree : Microsoft.StreamProcessing.IPropertySetter<'Key, 'Payload> * bool -> Microsoft.StreamProcessing.IStreamable<'Key, 'Payload>
<Extension()>
Public Function IsIntervalFree(Of TKey, TPayload) (source As IPropertySetter(Of TKey, TPayload), isIntervalFree As Boolean) As IStreamable(Of TKey, TPayload)

Type Parameters

TKey
TPayload

Parameters

source
Microsoft.StreamProcessing.IPropertySetter<TKey,TPayload>
isIntervalFree
Boolean

Returns

Applies to