Show / Hide Table of Contents

Class Filter.Types.StringFilter

The filter for string

Inheritance
object
Filter.Types.StringFilter
Implements
IMessage<Filter.Types.StringFilter>
IEquatable<Filter.Types.StringFilter>
IDeepCloneable<Filter.Types.StringFilter>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class Filter.Types.StringFilter : IMessage<Filter.Types.StringFilter>, IEquatable<Filter.Types.StringFilter>, IDeepCloneable<Filter.Types.StringFilter>, IBufferMessage, IMessage

Constructors

StringFilter()

Declaration
public StringFilter()

StringFilter(StringFilter)

Declaration
public StringFilter(Filter.Types.StringFilter other)
Parameters
Type Name Description
Filter.Types.StringFilter other

Properties

CaseSensitive

If true, the string value is case sensitive.

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

MatchType

The match type for this filter.

Declaration
public Filter.Types.StringFilter.Types.MatchType MatchType { get; set; }
Property Value
Type Description
Filter.Types.StringFilter.Types.MatchType

Value

The string value used for the matching.

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