Table of Contents

Class BatchSuccessfulPolicyEvaluation

Namespace
Styra.Opa.OpenApi.Models.Components
Assembly
Styra.Opa.dll
public class BatchSuccessfulPolicyEvaluation
Inheritance
BatchSuccessfulPolicyEvaluation
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, SuccessfulPolicyResponse>? Responses { get; set; }

Property Value

Dictionary<string, SuccessfulPolicyResponse>