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.
Implements
IMessage<PrivacyMetric.Types.NumericalStatsConfig>, IEquatable<PrivacyMetric.Types.NumericalStatsConfig>, IDeepCloneable<PrivacyMetric.Types.NumericalStatsConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
NumericalStatsConfig()
public NumericalStatsConfig()
NumericalStatsConfig(PrivacyMetric.Types.NumericalStatsConfig)
public NumericalStatsConfig(PrivacyMetric.Types.NumericalStatsConfig other)
Parameter | |
---|---|
Name | Description |
other | PrivacyMetric.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 | |
---|---|
Type | Description |
FieldId |