Class GooglePrivacyDlpV2HybridInspectStatistics
Statistics related to processing hybrid inspect requests.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2HybridInspectStatistics : IDirectResponseSchema
Properties
AbortedCount
The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
Declaration
[JsonProperty("abortedCount")]
public virtual long? AbortedCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PendingCount
The number of hybrid requests currently being processed. Only populated when called via method getDlpJob
.
A burst of traffic may cause hybrid inspect requests to be enqueued. Processing will take place as quickly
as possible, but resource limitations may impact how long a request is enqueued for.
Declaration
[JsonProperty("pendingCount")]
public virtual long? PendingCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ProcessedCount
The number of hybrid inspection requests processed within this job.
Declaration
[JsonProperty("processedCount")]
public virtual long? ProcessedCount { get; set; }
Property Value
Type | Description |
---|---|
long? |