public sealed class HybridInspectStatistics : IMessage<HybridInspectStatistics>, IEquatable<HybridInspectStatistics>, IDeepCloneable<HybridInspectStatistics>, IBufferMessage, IMessage
Statistics related to processing hybrid inspect requests.
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.
[[["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 details the \u003ccode\u003eHybridInspectStatistics\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dlp.V2\u003c/code\u003e namespace, which is part of the Google Cloud Data Loss Prevention (DLP) library for .NET, spanning from version 2.15.0 to the latest version 4.16.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHybridInspectStatistics\u003c/code\u003e class, implemented in the Google.Cloud.Dlp.V2.dll assembly, provides statistical data on hybrid inspection requests, including the number of aborted, pending, and processed requests.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<HybridInspectStatistics>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<HybridInspectStatistics>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling functionality such as deep cloning and equality comparisons.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties like \u003ccode\u003eAbortedCount\u003c/code\u003e, \u003ccode\u003ePendingCount\u003c/code\u003e, and \u003ccode\u003eProcessedCount\u003c/code\u003e that are of type \u003ccode\u003eInt64\u003c/code\u003e, representing the number of hybrid inspection requests in each respective status.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors are available for creating instances of \u003ccode\u003eHybridInspectStatistics\u003c/code\u003e, one default and another that accepts another \u003ccode\u003eHybridInspectStatistics\u003c/code\u003e object for initialization.\u003c/p\u003e\n"]]],[],null,[]]