ConsumerGroup interface
Single item in List or Get Consumer group operation
- Extends
Properties
| created |
Exact time the message was created. |
| updated |
The exact time the message was updated. |
| user |
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. |
Property Details
createdAt
Exact time the message was created.
createdAt?: Date
Property Value
Date
updatedAt
The exact time the message was updated.
updatedAt?: Date
Property Value
Date
userMetadata
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.
userMetadata?: string
Property Value
string