Chronicle v1 API - Class OutcomeFilter (1.0.0-beta07)

public sealed class OutcomeFilter : IMessage<OutcomeFilter>, IEquatable<OutcomeFilter>, IDeepCloneable<OutcomeFilter>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > OutcomeFilter

Namespace

Google.Cloud.Chronicle.V1

Assembly

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