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
JMESPath

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

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