public sealed class RecordTransformation : IMessage<RecordTransformation>, IEquatable<RecordTransformation>, IDeepCloneable<RecordTransformation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class RecordTransformation.
The field in a record to transform.
Implements
IMessageRecordTransformation, IEquatableRecordTransformation, IDeepCloneableRecordTransformation, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
RecordTransformation()
public RecordTransformation()
RecordTransformation(RecordTransformation)
public RecordTransformation(RecordTransformation other)
Parameter | |
---|---|
Name | Description |
other |
RecordTransformation |
Properties
ContainerTimestamp
public Timestamp ContainerTimestamp { get; set; }
Findings container modification timestamp, if applicable.
Property Value | |
---|---|
Type | Description |
Timestamp |
ContainerVersion
public string ContainerVersion { get; set; }
Container version, if available ("generation" for Cloud Storage).
Property Value | |
---|---|
Type | Description |
string |
FieldId
public FieldId FieldId { get; set; }
For record transformations, provide a field.
Property Value | |
---|---|
Type | Description |
FieldId |