Click or drag to resize
SearchIndexInfoIndexBatchSize Property
Gets or sets the batch size for data loading. The default value of 500 is returned when not explicitly set.

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

Property Value

Type: Int32

Implements

ISearchIndexInfoIndexBatchSize
See Also