Chronicle v1 API - Class FilterOperatorAndValues (1.0.0-beta05)

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

Inheritance

object > FilterOperatorAndValues

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

FilterOperatorAndValues()

public FilterOperatorAndValues()

FilterOperatorAndValues(FilterOperatorAndValues)

public FilterOperatorAndValues(FilterOperatorAndValues other)
Parameter
Name Description
other FilterOperatorAndValues

Properties

FieldValues

public RepeatedField<string> FieldValues { get; }

Values for the modifier. All operators should have a single value other than 'IN' and 'BETWEEN'. 'PAST' will have negative seconds like -86400 is past 1 day.

Property Value
Type Description
RepeatedFieldstring

FilterOperator

public FilterOperator FilterOperator { get; set; }

Operator for a single filter modifier.

Property Value
Type Description
FilterOperator