Share via


TimeGrain Struct

Definition

Time Grain.

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

Constructors

Name Description
TimeGrain(String)

Initializes a new instance of TimeGrain.

Properties

Name Description
FiveMinutes

5 minutes, available only if test run duration is greater than 1 minute.

FiveSeconds

5 seconds, available only if test run duration is less than 10 minutes.

OneHour

1 hour, available only if test run duration is greater than 1 minute.

OneMinute

1 minute.

TenSeconds

10 seconds, available only if test run duration is less than 10 minutes.

Methods

Name Description
Equals(TimeGrain)

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

Name Description
Equality(TimeGrain, TimeGrain)

Determines if two TimeGrain values are the same.

Implicit(String to TimeGrain)

Converts a String to a TimeGrain.

Inequality(TimeGrain, TimeGrain)

Determines if two TimeGrain values are not the same.

Applies to