Show / Hide Table of Contents

Class GooglePrivacyDlpV2DeidentifyDataSourceStats

Summary of what was modified during a transformation.

Inheritance
object
GooglePrivacyDlpV2DeidentifyDataSourceStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DeidentifyDataSourceStats : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TransformationCount

Number of successfully applied transformations.

Declaration
[JsonProperty("transformationCount")]
public virtual long? TransformationCount { get; set; }
Property Value
Type Description
long?

TransformationErrorCount

Number of errors encountered while trying to apply transformations.

Declaration
[JsonProperty("transformationErrorCount")]
public virtual long? TransformationErrorCount { get; set; }
Property Value
Type Description
long?

TransformedBytes

Total size in bytes that were transformed in some way.

Declaration
[JsonProperty("transformedBytes")]
public virtual long? TransformedBytes { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX