Class CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Glue
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty : CfnTableOptimizerPropsMixin.IIcebergCompactionConfigurationProperty
Syntax (vb)
Public Class CfnTableOptimizerPropsMixin.IcebergCompactionConfigurationProperty Implements CfnTableOptimizerPropsMixin.IIcebergCompactionConfigurationProperty
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.CfnPropertyMixins.AWS.Glue;
var icebergCompactionConfigurationProperty = new IcebergCompactionConfigurationProperty {
DeleteFileThreshold = 123,
MinInputFiles = 123,
Strategy = "strategy"
};
Synopsis
Constructors
| IcebergCompactionConfigurationProperty() |
Properties
| DeleteFileThreshold | |
| MinInputFiles | |
| Strategy |
Constructors
IcebergCompactionConfigurationProperty()
public IcebergCompactionConfigurationProperty()
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.CfnPropertyMixins.AWS.Glue;
var icebergCompactionConfigurationProperty = new IcebergCompactionConfigurationProperty {
DeleteFileThreshold = 123,
MinInputFiles = 123,
Strategy = "strategy"
};
Properties
DeleteFileThreshold
public double? DeleteFileThreshold { get; set; }
Property Value
Remarks
MinInputFiles
public double? MinInputFiles { get; set; }
Property Value
Remarks
Strategy
public string? Strategy { get; set; }