Show / Hide Table of Contents

Enum QueryType

An enumeration of query types used for metadata extraction.

Namespace: CrashCABN.Metadata
Assembly: CrashCABN.Metadata.Abstractions.dll
Syntax
public enum QueryType

Fields

Name Description
Bucket

CrashCABN's bucketing logic.

Concatenate

Concatenate the query results.

CrashInstance

CrashCABN's internal crash instance details.

JMESPath

A JSON or XML file converted by JSON.NET and queried by JMESPath.

KeyEqualsValueLines

A file containing lines of the format "Key = Value" and queried by key.

ReturnFirstMatch

Use the first query that returns a non-null value.

StaticValue

Use a static value and not parse from metadata.

WatsonAnalysis

A WatsonAnalysis.XML file parsed by FSharp.Data and queried by Pather.CSharp.

  • View Source
In this article
Back to top Generated by DocFX