Show / Hide Table of Contents

Class ExpandedDataSetFilter

A specific filter for a single dimension

Inheritance
object
ExpandedDataSetFilter
Implements
IMessage<ExpandedDataSetFilter>
IEquatable<ExpandedDataSetFilter>
IDeepCloneable<ExpandedDataSetFilter>
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 ExpandedDataSetFilter : IMessage<ExpandedDataSetFilter>, IEquatable<ExpandedDataSetFilter>, IDeepCloneable<ExpandedDataSetFilter>, IBufferMessage, IMessage

Constructors

ExpandedDataSetFilter()

Declaration
public ExpandedDataSetFilter()

ExpandedDataSetFilter(ExpandedDataSetFilter)

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

Properties

FieldName

Required. The dimension name to filter.

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

InListFilter

A filter for a string dimension that matches a particular list of options.

Declaration
public ExpandedDataSetFilter.Types.InListFilter InListFilter { get; set; }
Property Value
Type Description
ExpandedDataSetFilter.Types.InListFilter

OneFilterCase

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

StringFilter

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

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