LoadTestConfiguration.SplitAllCsvs 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.
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)