Class RecordTransformations (3.2.0)

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

A type of transformation that is applied over structured data such as a table.

Inheritance

Object > RecordTransformations

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

RecordTransformations()

public RecordTransformations()

RecordTransformations(RecordTransformations)

public RecordTransformations(RecordTransformations other)
Parameter
NameDescription
otherRecordTransformations

Properties

FieldTransformations

public RepeatedField<FieldTransformation> FieldTransformations { get; }

Transform the record by applying various field transformations.

Property Value
TypeDescription
RepeatedField<FieldTransformation>

RecordSuppressions

public RepeatedField<RecordSuppression> RecordSuppressions { get; }

Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.

Property Value
TypeDescription
RepeatedField<RecordSuppression>