C# 클래스 Microsoft.Azure.Insights.Legacy.MetricFilterRegexParser

Simple filter parser class to implement very basic $filter Supported syntax: (optional names clause) and (timeGrain clause) and (startTime clause) and (endTime clause) Clauses can be in any order Names clause must be surrounded by parentheses if it contains multiple names No parentheses are allowed outside the names clause NOTE: The regex parser does not currently support dimensions (dimensionname.value, dimensionvalue.value)
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
Parse ( string query ) : MetricFilter

Creates a new Filter object from the ($filter) query string

메소드 상세

Parse() 공개 정적인 메소드

Creates a new Filter object from the ($filter) query string
public static Parse ( string query ) : MetricFilter
query string The query string
리턴 MetricFilter