Google Cloud Data Loss Prevention v2 API - Class TransformationOverview (4.8.0)

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.

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
RepeatedFieldTransformationSummary

TransformedBytes

public long TransformedBytes { get; set; }

Total size in bytes that were transformed in some way.

Property Value
TypeDescription
long