Google Cloud Data Loss Prevention v2 API - Class PrivacyMetric.Types.NumericalStatsConfig (4.8.0)

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

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class PrivacyMetric.Types.NumericalStatsConfig.

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(NumericalStatsConfig)

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

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