Share via


CopySink.WriteBatchSize Property

Definition

Gets or sets write batch size. Type: integer (or Expression with resultType integer), minimum: 0.

[Newtonsoft.Json.JsonProperty(PropertyName="writeBatchSize")]
public object WriteBatchSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="writeBatchSize")>]
member this.WriteBatchSize : obj with get, set
Public Property WriteBatchSize As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to