Class DeidentifyConfig (3.5.0)

public sealed class DeidentifyConfig : IMessage<DeidentifyConfig>, IEquatable<DeidentifyConfig>, IDeepCloneable<DeidentifyConfig>, IBufferMessage, IMessage

The configuration that controls how the data will change.

Inheritance

Object > DeidentifyConfig

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DeidentifyConfig()

public DeidentifyConfig()

DeidentifyConfig(DeidentifyConfig)

public DeidentifyConfig(DeidentifyConfig other)
Parameter
NameDescription
otherDeidentifyConfig

Properties

InfoTypeTransformations

public InfoTypeTransformations InfoTypeTransformations { get; set; }

Treat the dataset as free-form text and apply the same free text transformation everywhere.

Property Value
TypeDescription
InfoTypeTransformations

RecordTransformations

public RecordTransformations RecordTransformations { get; set; }

Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.

Property Value
TypeDescription
RecordTransformations

TransformationCase

public DeidentifyConfig.TransformationOneofCase TransformationCase { get; }
Property Value
TypeDescription
DeidentifyConfig.TransformationOneofCase

TransformationErrorHandling

public TransformationErrorHandling TransformationErrorHandling { get; set; }

Mode for handling transformation errors. If left unspecified, the default mode is TransformationErrorHandling.ThrowError.

Property Value
TypeDescription
TransformationErrorHandling