public sealed class OutcomeFilter : IMessage<OutcomeFilter>, IEquatable<OutcomeFilter>, IDeepCloneable<OutcomeFilter>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class OutcomeFilter.
Outcome filter for the findings refinement. This is used to filter the findings refinement based on the outcome variable values.
Implements
IMessageOutcomeFilter, IEquatableOutcomeFilter, IDeepCloneableOutcomeFilter, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
OutcomeFilter()
public OutcomeFilter()OutcomeFilter(OutcomeFilter)
public OutcomeFilter(OutcomeFilter other)| Parameter | |
|---|---|
| Name | Description |
other |
OutcomeFilter |
Properties
OutcomeFilterOperator
public OutcomeFilter.Types.Operator OutcomeFilterOperator { get; set; }Required. The operator to be applied to the outcome variable.
| Property Value | |
|---|---|
| Type | Description |
OutcomeFilterTypesOperator |
|
OutcomeValue
public string OutcomeValue { get; set; }Required. The value of the outcome variable to match.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OutcomeVariable
public string OutcomeVariable { get; set; }Required. The outcome variable name.
| Property Value | |
|---|---|
| Type | Description |
string |
|