BatchUpdateProcessDataBatchSize Property DocuWare Platform .NET API
The number of documents which are updated within a update chunk.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[XmlElementAttribute(IsNullable = true)]
public Nullable<int> BatchSize { get; set; }

Property Value

Type: NullableInt32
Remarks

If the value is missing then the server decides the size of chunks. The server might choose a different chunk size than requested by this property.
See Also

Reference