WaitStatistics Constructors

Definition

Overloads

WaitStatistics()

Initializes a new instance of the WaitStatistics class.

WaitStatistics(String, Nullable<Double>, Nullable<Int64>)

Initializes a new instance of the WaitStatistics class.

WaitStatistics()

Initializes a new instance of the WaitStatistics class.

public WaitStatistics ();
Public Sub New ()

Applies to

WaitStatistics(String, Nullable<Double>, Nullable<Int64>)

Initializes a new instance of the WaitStatistics class.

public WaitStatistics (string waitType = default, double? waitTimeMS = default, long? waitCount = default);
new Microsoft.Azure.Management.DataMigration.Models.WaitStatistics : string * Nullable<double> * Nullable<int64> -> Microsoft.Azure.Management.DataMigration.Models.WaitStatistics
Public Sub New (Optional waitType As String = Nothing, Optional waitTimeMS As Nullable(Of Double) = Nothing, Optional waitCount As Nullable(Of Long) = Nothing)

Parameters

waitType
String

Type of the Wait

waitTimeMS
Nullable<Double>

Total wait time in millisecond(s)

waitCount
Nullable<Int64>

Total no. of waits

Applies to