Share via


RequestDataLevel Struct

Definition

Request data collection level for test run.

public readonly struct RequestDataLevel : IEquatable<Azure.Developer.LoadTesting.RequestDataLevel>
type RequestDataLevel = struct
Public Structure RequestDataLevel
Implements IEquatable(Of RequestDataLevel)
Inheritance
RequestDataLevel
Implements

Constructors

RequestDataLevel(String)

Initializes a new instance of RequestDataLevel.

Properties

ERRORS

Request data will be collected in case of failed requests.

NONE

No request data will be collected.

Methods

Equals(RequestDataLevel)

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(RequestDataLevel, RequestDataLevel)

Determines if two RequestDataLevel values are the same.

Implicit(String to RequestDataLevel)

Converts a String to a RequestDataLevel.

Inequality(RequestDataLevel, RequestDataLevel)

Determines if two RequestDataLevel values are not the same.

Applies to