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.
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-03-24 UTC."],[[["This webpage provides documentation for the `HybridInspectStatistics` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment."],["The content covers the reference documentation and code samples for `HybridInspectStatistics`, a class used to track statistics related to hybrid inspect requests, and its relationship to the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The available versions of the API, ranging from 2.15.0 to 4.16.0, are listed, allowing users to access documentation for different releases, with version 4.16.0 being the latest."],["The `HybridInspectStatistics` class contains three properties: `AbortedCount`, `PendingCount`, and `ProcessedCount`, which respectively detail the number of aborted, pending, and processed hybrid inspection requests."],["The documentation for `HybridInspectStatistics` includes information on its constructors, inherited members from the base `Object` class, and its presence within the `Google.Cloud.Dlp.V2` namespace and the `Google.Cloud.Dlp.V2.dll` assembly."]]],[]]