public sealed class DeidentifyDataSourceStats : IMessage<DeidentifyDataSourceStats>, IEquatable<DeidentifyDataSourceStats>, IDeepCloneable<DeidentifyDataSourceStats>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeidentifyDataSourceStats.
Summary of what was modified during a transformation.
Implements
IMessageDeidentifyDataSourceStats, IEquatableDeidentifyDataSourceStats, IDeepCloneableDeidentifyDataSourceStats, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DeidentifyDataSourceStats()
public DeidentifyDataSourceStats()DeidentifyDataSourceStats(DeidentifyDataSourceStats)
public DeidentifyDataSourceStats(DeidentifyDataSourceStats other)| Parameter | |
|---|---|
| Name | Description |
other |
DeidentifyDataSourceStats |
Properties
TransformationCount
public long TransformationCount { get; set; }Number of successfully applied transformations.
| Property Value | |
|---|---|
| Type | Description |
long |
|
TransformationErrorCount
public long TransformationErrorCount { get; set; }Number of errors encountered while trying to apply transformations.
| Property Value | |
|---|---|
| Type | Description |
long |
|
TransformedBytes
public long TransformedBytes { get; set; }Total size in bytes that were transformed in some way.
| Property Value | |
|---|---|
| Type | Description |
long |
|