Configuration.FullTextCrawlBandwidthMin Property

Definition

Use FullTextCrawlBandwidth[min,max] options to specify the size to which the pool of large memory buffers can grow. Large memory buffers are 4 megabytes (MB) in size. The FullTextCrawlBandwidthMin parameter specifies the minimum number of memory buffers that must be maintained in the pool of large memory buffers. If, however, the min value specified is zero, then all memory buffers are released.

public Microsoft.SqlServer.Management.Smo.ConfigProperty FullTextCrawlBandwidthMin { get; }
member this.FullTextCrawlBandwidthMin : Microsoft.SqlServer.Management.Smo.ConfigProperty
Public ReadOnly Property FullTextCrawlBandwidthMin As ConfigProperty

Property Value

Applies to