Table of Contents

Class BatchMixedResults

Namespace
Styra.Opa.OpenApi.Models.Components
Assembly
Styra.Opa.dll
public class BatchMixedResults
Inheritance
BatchMixedResults
Inherited Members

Properties

BatchDecisionId

[JsonProperty("batch_decision_id")]
public string? BatchDecisionId { get; set; }

Property Value

string

Metrics

If query metrics are enabled, this field contains query performance metrics collected during the parse, compile, and evaluation steps.

[JsonProperty("metrics")]
public Dictionary<string, object>? Metrics { get; set; }

Property Value

Dictionary<string, object>

Responses

[JsonProperty("responses")]
public Dictionary<string, Responses>? Responses { get; set; }

Property Value

Dictionary<string, Responses>