OperationContext Class

Definition

  • java.lang.Object
    • com.microsoft.applicationinsights.extensibility.context.OperationContext
public class OperationContext

Constructors

OperationContext(Map<String, String> tags)

Constructs new OperationContext object with the given tags.

Methods

getId()

Gets the operation id.

getName()

Gets the operation name.

getParentId()

Get the operation parent id

getSyntheticSource()

Gets the synthetic source.

setId(String id)

Sets the operation id.

setName(String name)

Sets the operation name.

setParentId(String parentId)

Set the Operation Parent id

setSyntheticSource(String syntheticSource)

Sets the synthetic source.

Applies to