Class GooglePrivacyDlpV2DeidentifyDataSourceStats
Summary of what was modified during a transformation.
Implements
Inherited Members
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? |