Interface CfnJob.IAllowedStatisticsProperty
Configuration of statistics that are allowed to be run on columns that contain detected entities.
Namespace: Amazon.CDK.AWS.DataBrew
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAllowedStatisticsProperty
Syntax (vb)
Public Interface IAllowedStatisticsProperty
Remarks
When undefined, no statistics will be computed on columns that contain detected entities.
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.DataBrew;
var allowedStatisticsProperty = new AllowedStatisticsProperty {
Statistics = new [] { "statistics" }
};
Synopsis
Properties
Statistics | One or more column statistics to allow for columns that contain detected entities. |
Properties
Statistics
One or more column statistics to allow for columns that contain detected entities.
string[] Statistics { get; }
Property Value
System.