StreamProperties<TKey,TPayload> Class

Definition

Class that holds the set of stream properties for the stream

public class StreamProperties<TKey,TPayload>
type StreamProperties<'Key, 'Payload> = class
Public Class StreamProperties(Of TKey, TPayload)

Type Parameters

TKey

Type of mapping key for the stream

TPayload

Type of payload for the stream

Inheritance
StreamProperties<TKey,TPayload>

Fields

ConstantDurationLength

Indicates for a constant-duration stream, the length of the constant duration.

ConstantHopLength

Indicates for a constant-hop stream, the length of the constant hop.

ConstantHopOffset

Indicates for a constant-duration stream, the offset (from 0) of the sync-time hops.

IsConstantDuration

Indicates whether, for all interval events in the stream, the end timestamps of the intervals are non-decreasing.

IsConstantHop

Indicates that sync-times of events either stay the same or increment (hop) by a fixed amount.

KeyEqualityComparer

Comparer for current key

PayloadEqualityComparer

Comparer for current payload

QueryContainer

Query container

Properties

IsStartEdgeOnly

Indicates whether the stream consists only of start edges.

Applies to