RequestDataLevel Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. developer. loadtesting. models. RequestDataLevel
- com.
- com.
public final class RequestDataLevel
extends ExpandableStringEnum<RequestDataLevel>
Request data collection level for test run.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Request |
ERRORS
Request data will be collected in case of failed requests. |
|
static final
Request |
NONE
No request data will be collected. |
Constructor Summary
| Constructor | Description |
|---|---|
| RequestDataLevel() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Request |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Request |
fromString(String name)
Creates or finds a Request |
|
static
Collection<Request |
values()
Gets known Request |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ERRORS
public static final RequestDataLevel ERRORS
Request data will be collected in case of failed requests.
NONE
public static final RequestDataLevel NONE
No request data will be collected.
Constructor Details
RequestDataLevel
@Deprecated
public RequestDataLevel()
Deprecated
Creates a new instance of RequestDataLevel value.
Method Details
fromString
public static RequestDataLevel fromString(String name)
Creates or finds a RequestDataLevel from its string representation.
Parameters:
Returns:
values
public static Collection<RequestDataLevel> values()
Gets known RequestDataLevel values.
Returns: