Enum ResourcePatternType
Enumerates the different types of Kafka resource patterns.
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public enum ResourcePatternTypeFields
| Name | Description |
|---|---|
| Any | Match any resource, used for lookups. |
| Literal | Literal: A literal resource name |
| Match | Match: will perform pattern matching |
| Prefixed | Prefixed: A prefixed resource name |
| Unknown | Resource pattern type is not known or not set. |