public sealed class RecordTransformations : IMessage<RecordTransformations>, IEquatable<RecordTransformations>, IDeepCloneable<RecordTransformations>, IBufferMessage, IMessageReference 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.
Implements
IMessageRecordTransformations, IEquatableRecordTransformations, IDeepCloneableRecordTransformations, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
RecordTransformations()
public RecordTransformations()RecordTransformations(RecordTransformations)
public RecordTransformations(RecordTransformations other)| Parameter | |
|---|---|
| Name | Description |
other |
RecordTransformations |
Properties
FieldTransformations
public RepeatedField<FieldTransformation> FieldTransformations { get; }Transform the record by applying various field transformations.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RepeatedFieldRecordSuppression |
|