Configuration.FullTextCrawlBandwidthMin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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