Show / Hide Table of Contents

Enum AccessStringFilter.Types.MatchType

The match type of a string filter.

Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public enum AccessStringFilter.Types.MatchType

Fields

Name Description
BeginsWith

Begins with the string value.

Contains

Contains the string value.

EndsWith

Ends with the string value.

Exact

Exact match of the string value.

FullRegexp

Full match for the regular expression with the string value.

PartialRegexp

Partial match for the regular expression with the string value.

Unspecified

Unspecified

In this article
Back to top Generated by DocFX