ConsumerGroupProperties Class

Single item in List or Get Consumer group operation.

Constructor

ConsumerGroupProperties(*args: Any, **kwargs: Any)

Variables

Name Description
created_at

Exact time the message was created.

updated_at

The exact time the message was updated.

user_metadata
str

User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.

Attributes

created_at

Exact time the message was created.

created_at: datetime | None

updated_at

The exact time the message was updated.

updated_at: datetime | None

user_metadata

User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.

user_metadata: str | None