Class CfnDatasetPropsMixin.DeltaTimeSessionWindowConfigurationProperty
A structure that contains the configuration information of a delta time session window.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoTAnalytics
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDatasetPropsMixin.DeltaTimeSessionWindowConfigurationProperty : CfnDatasetPropsMixin.IDeltaTimeSessionWindowConfigurationProperty
Syntax (vb)
Public Class CfnDatasetPropsMixin.DeltaTimeSessionWindowConfigurationProperty Implements CfnDatasetPropsMixin.IDeltaTimeSessionWindowConfigurationProperty
Remarks
DeltaTime specifies a time interval. You can use DeltaTime to create dataset contents with data that has arrived in the data store since the last execution. For an example of DeltaTime , see Creating a SQL dataset with a delta window (CLI) in the ITA User Guide .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.IoTAnalytics;
var deltaTimeSessionWindowConfigurationProperty = new DeltaTimeSessionWindowConfigurationProperty {
TimeoutInMinutes = 123
};
Synopsis
Constructors
| DeltaTimeSessionWindowConfigurationProperty() | A structure that contains the configuration information of a delta time session window. |
Properties
| TimeoutInMinutes | A time interval. |
Constructors
DeltaTimeSessionWindowConfigurationProperty()
A structure that contains the configuration information of a delta time session window.
public DeltaTimeSessionWindowConfigurationProperty()
Remarks
DeltaTime specifies a time interval. You can use DeltaTime to create dataset contents with data that has arrived in the data store since the last execution. For an example of DeltaTime , see Creating a SQL dataset with a delta window (CLI) in the ITA User Guide .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.IoTAnalytics;
var deltaTimeSessionWindowConfigurationProperty = new DeltaTimeSessionWindowConfigurationProperty {
TimeoutInMinutes = 123
};
Properties
TimeoutInMinutes
A time interval.
public double? TimeoutInMinutes { get; set; }
Property Value
Remarks
You can use timeoutInMinutes so that ITA can batch up late data notifications that have been generated since the last execution. ITA sends one batch of notifications to Amazon CloudWatch Events at one time.
For more information about how to write a timestamp expression, see Date and Time Functions and Operators , in the Presto 0.172 Documentation .