Share via


ConsumerGroup interface

Single item in List or Get Consumer group operation

Extends

Properties

createdAt

Exact time the message was created.

updatedAt

The exact time the message was updated.

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.

Inherited Properties

id

Resource Id

name

Resource name

type

Resource type

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

Inherited Property Details

id

Resource Id

id?: string

Property Value

string

Inherited From Resource.id

name

Resource name

name?: string

Property Value

string

Inherited From Resource.name

type

Resource type

type?: string

Property Value

string

Inherited From Resource.type