你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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