Class PrivacyMetric.Types.NumericalStatsConfig (3.3.0)

public sealed class NumericalStatsConfig : IMessage<PrivacyMetric.Types.NumericalStatsConfig>, IEquatable<PrivacyMetric.Types.NumericalStatsConfig>, IDeepCloneable<PrivacyMetric.Types.NumericalStatsConfig>, IBufferMessage, IMessage

Compute numerical stats over an individual column, including min, max, and quantiles.

Inheritance

Object > PrivacyMetric.Types.NumericalStatsConfig

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

NumericalStatsConfig()

public NumericalStatsConfig()

NumericalStatsConfig(PrivacyMetric.Types.NumericalStatsConfig)

public NumericalStatsConfig(PrivacyMetric.Types.NumericalStatsConfig other)
Parameter
NameDescription
otherPrivacyMetric.Types.NumericalStatsConfig

Properties

Field

public FieldId Field { get; set; }

Field to compute numerical stats on. Supported types are integer, float, date, datetime, timestamp, time.

Property Value
TypeDescription
FieldId