Click or drag to resize

ReserviorDecision Enumeration

An Enum of decisions, the reservoir could make based on assigned quota with TTL and the current timestamp/usage.

Namespace:  Amazon.XRay.Recorder.Core.Sampling
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public enum ReserviorDecision
Members
  Member nameValueDescription
Take116
Borrow98
No110
See Also