Class GooglePrivacyDlpV2Result
All result fields mentioned below are updated while the job is processing.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2Result : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HybridStats
Statistics related to the processing of hybrid inspect.
Declaration
[JsonProperty("hybridStats")]
public virtual GooglePrivacyDlpV2HybridInspectStatistics HybridStats { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2HybridInspectStatistics |
InfoTypeStats
Statistics of how many instances of each info type were found during inspect job.
Declaration
[JsonProperty("infoTypeStats")]
public virtual IList<GooglePrivacyDlpV2InfoTypeStats> InfoTypeStats { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2InfoTypeStats> |
NumRowsProcessed
Number of rows scanned after sampling and time filtering (applicable for row based stores such as BigQuery).
Declaration
[JsonProperty("numRowsProcessed")]
public virtual long? NumRowsProcessed { get; set; }
Property Value
Type | Description |
---|---|
long? |
ProcessedBytes
Total size in bytes that were processed.
Declaration
[JsonProperty("processedBytes")]
public virtual long? ProcessedBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
TotalEstimatedBytes
Estimate of the number of bytes to process.
Declaration
[JsonProperty("totalEstimatedBytes")]
public virtual long? TotalEstimatedBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |