Table of Contents

Class KinesisTimeWindowEvent.TimeWindow

Namespace
Amazon.Lambda.KinesisEvents
Assembly
Amazon.Lambda.KinesisEvents.dll

Time window for the records in the event.

public class KinesisTimeWindowEvent.TimeWindow
Inheritance
KinesisTimeWindowEvent.TimeWindow
Inherited Members

Constructors

TimeWindow()

public TimeWindow()

Properties

End

Window end instant.

public DateTime End { get; set; }

Property Value

DateTime

Start

Window start instant.

public DateTime Start { get; set; }

Property Value

DateTime