Google Cloud Data Loss Prevention v2 API - Class HybridInspectStatistics (4.8.0)

public sealed class HybridInspectStatistics : IMessage<HybridInspectStatistics>, IEquatable<HybridInspectStatistics>, IDeepCloneable<HybridInspectStatistics>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class HybridInspectStatistics.

Statistics related to processing hybrid inspect requests.

Inheritance

object > HybridInspectStatistics

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

HybridInspectStatistics()

public HybridInspectStatistics()

HybridInspectStatistics(HybridInspectStatistics)

public HybridInspectStatistics(HybridInspectStatistics other)
Parameter
NameDescription
otherHybridInspectStatistics

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
TypeDescription
long

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
TypeDescription
long

ProcessedCount

public long ProcessedCount { get; set; }

The number of hybrid inspection requests processed within this job.

Property Value
TypeDescription
long