Google Cloud Data Loss Prevention v2 API - Class DeidentifyDataSourceStats (4.7.0)

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

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeidentifyDataSourceStats.

Summary of what was modified during a transformation.

Inheritance

object > DeidentifyDataSourceStats

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DeidentifyDataSourceStats()

public DeidentifyDataSourceStats()

DeidentifyDataSourceStats(DeidentifyDataSourceStats)

public DeidentifyDataSourceStats(DeidentifyDataSourceStats other)
Parameter
NameDescription
otherDeidentifyDataSourceStats

Properties

TransformationCount

public long TransformationCount { get; set; }

Number of successfully applied transformations.

Property Value
TypeDescription
long

TransformationErrorCount

public long TransformationErrorCount { get; set; }

Number of errors encountered while trying to apply transformations.

Property Value
TypeDescription
long

TransformedBytes

public long TransformedBytes { get; set; }

Total size in bytes that were transformed in some way.

Property Value
TypeDescription
long