Google Cloud Data Loss Prevention v2 API - Class RecordTransformations (4.8.0)

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

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

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
RepeatedFieldFieldTransformation

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
RepeatedFieldRecordSuppression