public sealed class TransformationOverview : IMessage<TransformationOverview>, IEquatable<TransformationOverview>, IDeepCloneable<TransformationOverview>, IBufferMessage, IMessage
Overview of the modifications that occurred.
Implements
IMessage<TransformationOverview>, IEquatable<TransformationOverview>, IDeepCloneable<TransformationOverview>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
TransformationOverview()
public TransformationOverview()
TransformationOverview(TransformationOverview)
public TransformationOverview(TransformationOverview other)
Name | Description |
other | TransformationOverview |
Properties
TransformationSummaries
public RepeatedField<TransformationSummary> TransformationSummaries { get; }
Transformations applied to the dataset.
Type | Description |
RepeatedField<TransformationSummary> |
TransformedBytes
public long TransformedBytes { get; set; }
Total size in bytes that were transformed in some way.
Type | Description |
Int64 |