Share via


LoadTestConfiguration.SplitAllCsvs Property

Definition

If false, Azure Load Testing copies and processes your input files unmodified across all test engine instances. If true, Azure Load Testing splits the CSV input data evenly across all engine instances. If you provide multiple CSV files, each file will be split evenly.

public bool? SplitAllCsvs { get; set; }
member this.SplitAllCsvs : Nullable<bool> with get, set
Public Property SplitAllCsvs As Nullable(Of Boolean)

Property Value

Applies to