Class Windowed<K, TJVMK>
KNet implementation of Windowed<K>
public class Windowed<K, TJVMK> : IGenericSerDesFactoryApplier
Type Parameters
K
The key type
TJVMK
The JVM type of
K
- Inheritance
-
Windowed<K, TJVMK>
- Implements
- Inherited Members
Properties
Key
KNet implementation of https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/3.7.1/org/apache/kafka/streams/kstream/Windowed.html#key--
public K Key { get; }
Property Value
- K
K
Window
KNet implementation of https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/3.7.1/org/apache/kafka/streams/kstream/Windowed.html#window--
public Window Window { get; }
Property Value
Operators
implicit operator Windowed<TJVMK>(Windowed<K, TJVMK>)
Converter from Windowed<K, TJVMK> to Windowed<K>
public static implicit operator Windowed<TJVMK>(Windowed<K, TJVMK> t)
Parameters
t
Windowed<K, TJVMK>
Returns
- Windowed<TJVMK>