Show / Hide Table of Contents

Interface CfnDataset.IVersioningConfigurationProperty

Information about the versioning of dataset contents.

Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.AWS.IoTAnalytics.dll
Syntax (csharp)
public interface IVersioningConfigurationProperty
Syntax (vb)
Public Interface IVersioningConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html

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 versioningConfigurationProperty = new VersioningConfigurationProperty {
    MaxVersions = 123,
    Unlimited = false
};

Synopsis

Properties

MaxVersions

How many versions of dataset contents are kept.

Unlimited

If true, unlimited versions of dataset contents are kept.

Properties

MaxVersions

How many versions of dataset contents are kept.

virtual Nullable<double> MaxVersions { get; }
Property Value

System.Nullable<System.Double>

Remarks

The unlimited parameter must be false .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-maxversions

Unlimited

If true, unlimited versions of dataset contents are kept.

virtual object Unlimited { get; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-unlimited

Back to top Generated by DocFX