OptionalLoadTestConfiguration.RequestsPerSecond Property
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.
Target throughput (requests per second). This may not be necessarily achieved. The actual throughput will be lower if the application is not capable of handling it.
public int? RequestsPerSecond { get; set; }
member this.RequestsPerSecond : Nullable<int> with get, set
Public Property RequestsPerSecond As Nullable(Of Integer)