public sealed class HybridInspectStatistics : IMessage<HybridInspectStatistics>, IEquatable<HybridInspectStatistics>, IDeepCloneable<HybridInspectStatistics>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class HybridInspectStatistics.
Statistics related to processing hybrid inspect requests.
Implements
IMessage<HybridInspectStatistics>, IEquatable<HybridInspectStatistics>, IDeepCloneable<HybridInspectStatistics>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
HybridInspectStatistics()
public HybridInspectStatistics()HybridInspectStatistics(HybridInspectStatistics)
public HybridInspectStatistics(HybridInspectStatistics other)| Parameter | |
|---|---|
| Name | Description |
other |
HybridInspectStatistics |
Properties
AbortedCount
public long AbortedCount { get; set; }The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
PendingCount
public long PendingCount { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
ProcessedCount
public long ProcessedCount { get; set; }The number of hybrid inspection requests processed within this job.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|