public sealed class HybridInspectStatistics : IMessage<HybridInspectStatistics>, IEquatable<HybridInspectStatistics>, IDeepCloneable<HybridInspectStatistics>, IBufferMessage, IMessage
Statistics related to processing hybrid inspect requests.
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
System.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
System.Int64
ProcessedCount
public long ProcessedCount { get; set; }
The number of hybrid inspection requests processed within this job.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eHybridInspectStatistics\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dlp.V2\u003c/code\u003e namespace, covering versions from 2.15.0 to 4.16.0 of the library.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eHybridInspectStatistics\u003c/code\u003e is a class used to track statistics related to processing hybrid inspect requests, including the number of aborted, pending, and processed requests.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, inheriting methods like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e from the base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains three public properties, \u003ccode\u003eAbortedCount\u003c/code\u003e, \u003ccode\u003ePendingCount\u003c/code\u003e, and \u003ccode\u003eProcessedCount\u003c/code\u003e, which are all \u003ccode\u003eSystem.Int64\u003c/code\u003e types, and represent specific metrics on the state of hybrid inspection requests.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors for \u003ccode\u003eHybridInspectStatistics\u003c/code\u003e are provided, one being a parameterless constructor and the other taking in an existing \u003ccode\u003eHybridInspectStatistics\u003c/code\u003e object as a parameter to duplicate it.\u003c/p\u003e\n"]]],[],null,[]]