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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage details the `HybridInspectStatistics` class within the `Google.Cloud.Dlp.V2` 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."],["The `HybridInspectStatistics` 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."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cHybridInspectStatistics\u003e`, `IDeepCloneable\u003cHybridInspectStatistics\u003e`, and `IBufferMessage`, enabling functionality such as deep cloning and equality comparisons."],["The class contains properties like `AbortedCount`, `PendingCount`, and `ProcessedCount` that are of type `Int64`, representing the number of hybrid inspection requests in each respective status."],["Two constructors are available for creating instances of `HybridInspectStatistics`, one default and another that accepts another `HybridInspectStatistics` object for initialization."]]],[]]