Interface CfnChannel.IRetentionPeriodProperty
How long, in days, message data is kept.
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRetentionPeriodProperty
Syntax (vb)
Public Interface IRetentionPeriodProperty
Remarks
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.AWS.IoTAnalytics;
var retentionPeriodProperty = new RetentionPeriodProperty {
NumberOfDays = 123,
Unlimited = false
};
Synopsis
Properties
Number |
The number of days that message data is kept. |
Unlimited | If true, message data is kept indefinitely. |
Properties
NumberOfDays
The number of days that message data is kept.
virtual Nullable<double> NumberOfDays { get; }
Property Value
System.
Remarks
The unlimited
parameter must be false.
Unlimited
If true, message data is kept indefinitely.
virtual object Unlimited { get; }
Property Value
System.