Configuration.FullTextNotifyBandwidthMin 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 the FullTextNotifyBandwidth[min, max] options to specify the size to which the pool of small memory buffers can grow. Small memory buffers are 64 kilobytes(KB) in size. The FullTextNotifyBandwidthMin parameter specifies the minimum number of memory buffers that must be maintained in the pool of small memory buffers. Upon request from the Microsoft SQL Server memory manager, all extra buffer pools will be released but this minimum number of buffers will be maintained. If, however, the min value specified is zero, then all memory buffers are released.
public Microsoft.SqlServer.Management.Smo.ConfigProperty FullTextNotifyBandwidthMin { get; }
member this.FullTextNotifyBandwidthMin : Microsoft.SqlServer.Management.Smo.ConfigProperty
Public ReadOnly Property FullTextNotifyBandwidthMin As ConfigProperty