Show / Hide Table of Contents

Class GooglePrivacyDlpV2HybridInspectStatistics

Statistics related to processing hybrid inspect requests.

Inheritance
object
GooglePrivacyDlpV2HybridInspectStatistics
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX