public sealed class TransformationOverview : IMessage<TransformationOverview>, IEquatable<TransformationOverview>, IDeepCloneable<TransformationOverview>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class TransformationOverview.
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)
Parameter | |
---|---|
Name | Description |
other | TransformationOverview |
Properties
TransformationSummaries
public RepeatedField<TransformationSummary> TransformationSummaries { get; }
Transformations applied to the dataset.
Property Value | |
---|---|
Type | Description |
RepeatedField<TransformationSummary> |
TransformedBytes
public long TransformedBytes { get; set; }
Total size in bytes that were transformed in some way.
Property Value | |
---|---|
Type | Description |
Int64 |