MongoDBV2Source.BatchSize プロパティ

定義

MongoDB インスタンスからの応答の各バッチで返されるドキュメントの数を指定します。 ほとんどの場合、バッチ サイズを変更しても、ユーザーまたはアプリケーションへの影響はありません。 このプロパティのメインの目的は、応答サイズの制限に達しないようにすることです。 型: integer (または resultType 整数を持つ式)。

public Azure.Core.Expressions.DataFactory.DataFactoryElement<int> BatchSize { get; set; }
member this.BatchSize : Azure.Core.Expressions.DataFactory.DataFactoryElement<int> with get, set
Public Property BatchSize As DataFactoryElement(Of Integer)

プロパティ値

適用対象