Click or drag to resize

Subsegment Class

A trace subsegment tracks unit of computation within a trace segment (e.g. a method or function) or a downstream call.
Inheritance Hierarchy
SystemObject
  Amazon.XRay.Recorder.Core.Internal.EntitiesEntity
    Amazon.XRay.Recorder.Core.Internal.EntitiesSubsegment

Namespace:  Amazon.XRay.Recorder.Core.Internal.Entities
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
[SerializableAttribute]
public class Subsegment : Entity

The Subsegment type exposes the following members.

Constructors
  NameDescription
Public methodSubsegment
Initializes a new instance of the Subsegment class.
Top
Properties
  NameDescription
Public propertyIsPrecursorIdAdded
Gets a value indicating whether precursor is has been added.
Public propertyNamespace
Gets or sets the namespace of the subsegment
Public propertyParent
Gets or sets parent segment
Public propertyPrecursorIds
Gets the precursor ids
Public propertyType
Gets or sets the type
Top
Methods
See Also