Click or drag to resize
SearchEngineConfigurationDocumentsBatchSize Property
Maximum number of search documents processed per batch in one request to the Azure Search service (index uploads, merges or deletes).

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 11.0.0
Syntax
C#
public int DocumentsBatchSize { get; set; }

Property Value

Type: Int32
See Also