DesiredDirection Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Desired direction for an experiment metric value.
public readonly struct DesiredDirection : IEquatable<Azure.Analytics.OnlineExperimentation.DesiredDirection>
type DesiredDirection = struct
Public Structure DesiredDirection
Implements IEquatable(Of DesiredDirection)
- Inheritance
-
DesiredDirection
- Implements
Constructors
DesiredDirection(String) |
Initializes a new instance of DesiredDirection. |
Properties
Decrease |
A decrease to the metric value is desired. E.g., Error rate, Latency. |
Increase |
An increase to the metric value is desired. E.g., Success rate, Total revenue. |
Neutral |
Neither an increase nor a decrease to the metric value is desired, or the desired direction depends on other factors. E.g., Number of video play attempts, Number of user feedbacks. |
Methods
Equals(DesiredDirection) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DesiredDirection, DesiredDirection) |
Determines if two DesiredDirection values are the same. |
Implicit(String to DesiredDirection) |
Converts a String to a DesiredDirection. |
Inequality(DesiredDirection, DesiredDirection) |
Determines if two DesiredDirection values are not the same. |