共用方式為


IDataServiceConfiguration.MaxBatchCount 屬性

定義

取得批次中可處理的要求數目上限。

public:
 property int MaxBatchCount { int get(); void set(int value); };
public int MaxBatchCount { get; set; }
member this.MaxBatchCount : int with get, set
Public Property MaxBatchCount As Integer

屬性值

整數值,表示批次中可處理的要求數目上限。

適用於