Class ConfigPropertyNames
Names of all configuration properties specific to the .NET Client.
Inheritance
System.Object
ConfigPropertyNames
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Confluent.Kafka
Assembly: cs.temp.dll.dll
Syntax
public static class ConfigPropertyNames
Fields
CancellationDelayMaxMs
The maximum length of time (in milliseconds) before a cancellation request is acted on. Low values may result in measurably higher CPU usage.
default: 100 range: 1 <= dotnet.cancellation.delay.max.ms <= 10000
Declaration
public const string CancellationDelayMaxMs = "dotnet.cancellation.delay.max.ms"
Field Value
Type | Description |
---|---|
System.String |