Show / Hide Table of Contents

Class SubpropertyEventFilterCondition

A specific filter expression

Inheritance
object
SubpropertyEventFilterCondition
Implements
IMessage<SubpropertyEventFilterCondition>
IEquatable<SubpropertyEventFilterCondition>
IDeepCloneable<SubpropertyEventFilterCondition>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class SubpropertyEventFilterCondition : IMessage<SubpropertyEventFilterCondition>, IEquatable<SubpropertyEventFilterCondition>, IDeepCloneable<SubpropertyEventFilterCondition>, IBufferMessage, IMessage

Constructors

SubpropertyEventFilterCondition()

Declaration
public SubpropertyEventFilterCondition()

SubpropertyEventFilterCondition(SubpropertyEventFilterCondition)

Declaration
public SubpropertyEventFilterCondition(SubpropertyEventFilterCondition other)
Parameters
Type Name Description
SubpropertyEventFilterCondition other

Properties

FieldName

Required. The field that is being filtered.

Declaration
public string FieldName { get; set; }
Property Value
Type Description
string

HasNullFilter

Gets whether the "null_filter" field is set

Declaration
public bool HasNullFilter { get; }
Property Value
Type Description
bool

NullFilter

A filter for null values.

Declaration
public bool NullFilter { get; set; }
Property Value
Type Description
bool

OneFilterCase

Declaration
public SubpropertyEventFilterCondition.OneFilterOneofCase OneFilterCase { get; }
Property Value
Type Description
SubpropertyEventFilterCondition.OneFilterOneofCase

StringFilter

A filter for a string-type dimension that matches a particular pattern.

Declaration
public SubpropertyEventFilterCondition.Types.StringFilter StringFilter { get; set; }
Property Value
Type Description
SubpropertyEventFilterCondition.Types.StringFilter
In this article
Back to top Generated by DocFX