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 reference documentation for the `HybridInspectStatistics` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment."],["The `HybridInspectStatistics` class is used to track statistics related to hybrid inspect requests, including the number of requests that were processed, pending, or aborted."],["The page offers access to documentation for numerous versions of the `HybridInspectStatistics` class, ranging from the latest version 4.16.0 down to version 2.15.0, with the currently viewed documentation on version 4.9.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and contains properties like `AbortedCount`, `PendingCount`, and `ProcessedCount` to track the status of hybrid inspection requests."]]],[]]