confluent-kafka-dotnet
Show / Hide Table of Contents

Enum ResourcePatternType

Enumerates the different types of Kafka resource patterns.

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

Fields

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.

In This Article