Class CfnTableOptimizer.IcebergRetentionConfigurationProperty
Inherited Members
Namespace: Amazon.CDK.AWS.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTableOptimizer.IcebergRetentionConfigurationProperty : CfnTableOptimizer.IIcebergRetentionConfigurationProperty
Syntax (vb)
Public Class CfnTableOptimizer.IcebergRetentionConfigurationProperty Implements CfnTableOptimizer.IIcebergRetentionConfigurationProperty
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.Glue;
var icebergRetentionConfigurationProperty = new IcebergRetentionConfigurationProperty {
CleanExpiredFiles = false,
NumberOfSnapshotsToRetain = 123,
SnapshotRetentionPeriodInDays = 123
};
Synopsis
Constructors
IcebergRetentionConfigurationProperty() |
Properties
CleanExpiredFiles | |
NumberOfSnapshotsToRetain | |
SnapshotRetentionPeriodInDays |
Constructors
IcebergRetentionConfigurationProperty()
public IcebergRetentionConfigurationProperty()
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.Glue;
var icebergRetentionConfigurationProperty = new IcebergRetentionConfigurationProperty {
CleanExpiredFiles = false,
NumberOfSnapshotsToRetain = 123,
SnapshotRetentionPeriodInDays = 123
};
Properties
CleanExpiredFiles
public object? CleanExpiredFiles { get; set; }
Property Value
Remarks
NumberOfSnapshotsToRetain
public double? NumberOfSnapshotsToRetain { get; set; }
Property Value
Remarks
SnapshotRetentionPeriodInDays
public double? SnapshotRetentionPeriodInDays { get; set; }