public sealed class RecordTransformation : IMessage<RecordTransformation>, IEquatable<RecordTransformation>, IDeepCloneable<RecordTransformation>, IBufferMessage, IMessage
Implements
IMessage<RecordTransformation>, IEquatable<RecordTransformation>, IDeepCloneable<RecordTransformation>, 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 |