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.
Implements
IMessage<RecordTransformations>, IEquatable<RecordTransformations>, IDeepCloneable<RecordTransformations>, 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 |
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 | |
---|---|
Type | Description |
RepeatedField<RecordSuppression> |