confluent-kafka-dotnet
Show / Hide Table of Contents

Enum ResourcePatternType

Enumerates the different types of Kafka resource patterns.

Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public enum ResourcePatternType

Fields

NameDescription
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.

In this article