MSSQL on Linux: Flood Filter

Microsoft.SQLServer.Linux.ConditionDetection.FloodFilter (ConditionDetectionModuleType)

Flood Filter

Element properties:

TypeConditionDetectionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.PropertyBagData

Source Code:

<ConditionDetectionModuleType ID="Microsoft.SQLServer.Linux.ConditionDetection.FloodFilter" Accessibility="Internal" Batching="true">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Publisher" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ManagementGroupName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AmountToPass" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ResetIntervalSec" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="FilterProperty" type="xsd:string"/>
</Configuration>
<ModuleImplementation>
<Managed>
<Assembly>SqlDiscL!Microsoft.SQLServer.Core.Module.Helper.Assembly</Assembly>
<Type>Microsoft.SQLServer.Core.Module.Helper.ScomModules.Monitoring.FloodFilter</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<InputTypes>
<InputType>System!System.PropertyBagData</InputType>
</InputTypes>
</ConditionDetectionModuleType>