OperationStageType Enum

Definition

An enum to define operation stage type. Please don't change the enum name because it is part of client-server contract.

public enum class OperationStageType
public enum OperationStageType
type OperationStageType = 
Public Enum OperationStageType
Inheritance
OperationStageType

Fields

Atomic 0

Represent the full stage of an operation. Used when consumer doesn't need telemetry data for the operation duration.

End 2

Represent the end point of a long-running or async operation.

Start 1

Represent the start point of a long-running or async operation.

Applies to