Configuration\BufferModeSettings.cs (6)
121[ConfigurationProperty("name", IsRequired = true, IsKey = true, DefaultValue = "")]
132[ConfigurationProperty("maxBufferSize", IsRequired = true, DefaultValue = int.MaxValue)]
144[ConfigurationProperty("maxFlushSize", IsRequired = true, DefaultValue = int.MaxValue)]
156[ConfigurationProperty("urgentFlushThreshold", IsRequired = true, DefaultValue = int.MaxValue)]
168[ConfigurationProperty("regularFlushInterval", IsRequired = true, DefaultValue = "00:00:01")]
180[ConfigurationProperty("urgentFlushInterval", IsRequired = true, DefaultValue = "00:00:00")]