public sealed class StreamingConfig : IMessage<NotificationConfig.Types.StreamingConfig>, IEquatable<NotificationConfig.Types.StreamingConfig>, IDeepCloneable<NotificationConfig.Types.StreamingConfig>, IBufferMessage, IMessage
The config for streaming-based notifications, which send each event as soon
as it is detected.
Expression that defines the filter to apply across create/update events
of assets or findings as specified by the event type. The expression is a
list of zero or more restrictions combined via logical operators AND
and OR. Parentheses are supported, and OR has higher precedence than
AND.
Restrictions have the form <field> <operator> <value> and may have a
- character in front of them to indicate negation. The fields map to
those defined in the corresponding resource.
[[["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-02 UTC."],[[["The provided content outlines the `StreamingConfig` class within the `Google.Cloud.SecurityCenter.V1` namespace, specifically for .NET, detailing its various versions and implementations."],["`StreamingConfig` facilitates streaming-based notifications, delivering each detected event in real-time, using an inheritance chain derived from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 3.24.0, and there are numerous prior versions available for reference, going as far back as version 2.2.0, and as new as 3.23.0, 3.22.0 and so on."],["The class includes a `Filter` property, allowing the application of expressions to filter events based on criteria applied to asset or finding create/update events, using logical operators, different restrictions, and multiple value types."],["The class supports two constructors: one default, `StreamingConfig()`, and another that takes a `NotificationConfig.Types.StreamingConfig` object as parameter, `StreamingConfig(NotificationConfig.Types.StreamingConfig other)`."]]],[]]