Class BatchSuccessfulPolicyEvaluation
- Namespace
- Styra.Opa.OpenApi.Models.Components
- Assembly
- Styra.Opa.dll
All batched policy executions succeeded.
public class BatchSuccessfulPolicyEvaluation
- Inheritance
-
BatchSuccessfulPolicyEvaluation
- Inherited Members
Properties
BatchDecisionId
[JsonProperty("batch_decision_id")]
public string? BatchDecisionId { get; set; }
Property Value
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
Responses
[JsonProperty("responses")]
public Dictionary<string, SuccessfulPolicyResponse>? Responses { get; set; }