Class TransformationOverview (3.4.0)

public sealed class TransformationOverview : IMessage<TransformationOverview>, IEquatable<TransformationOverview>, IDeepCloneable<TransformationOverview>, IBufferMessage, IMessage

Overview of the modifications that occurred.

Inheritance

Object > TransformationOverview

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

TransformationOverview()

public TransformationOverview()

TransformationOverview(TransformationOverview)

public TransformationOverview(TransformationOverview other)
Parameter
NameDescription
otherTransformationOverview

Properties

TransformationSummaries

public RepeatedField<TransformationSummary> TransformationSummaries { get; }

Transformations applied to the dataset.

Property Value
TypeDescription
RepeatedField<TransformationSummary>

TransformedBytes

public long TransformedBytes { get; set; }

Total size in bytes that were transformed in some way.

Property Value
TypeDescription
Int64