Click or drag to resize

DefaultStreamingStrategy Class

The default streaming strategy. It uses the total count of a segment's children subsegments as a threshold. If the threshold is breached, it uses subtree streaming to stream out.
Inheritance Hierarchy
SystemObject
  Amazon.XRay.Recorder.Core.StrategiesDefaultStreamingStrategy

Namespace:  Amazon.XRay.Recorder.Core.Strategies
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public class DefaultStreamingStrategy : IStreamingStrategy

The DefaultStreamingStrategy type exposes the following members.

Constructors
  NameDescription
Public methodDefaultStreamingStrategy
Initializes a new instance of the DefaultStreamingStrategy class.
Public methodDefaultStreamingStrategy(Int64)
Initializes a new instance of the DefaultStreamingStrategy class.
Top
Properties
  NameDescription
Public propertyMaxSubsegmentSize
Max subsegment size to stream fot the strategy.
Top
Methods
  NameDescription
Public methodShouldStream
Checks whether subsegments of the current instance of Entity should be streamed.
Public methodStream
Streams subsegments of instance of Entity.
Top
See Also