ConsumerGroupDescription Class

Definition

Represents a description of the consumer group.

[System.Runtime.Serialization.DataContract(Name="ConsumerGroupDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public sealed class ConsumerGroupDescription : Microsoft.ServiceBus.Messaging.EntityDescription
[<System.Runtime.Serialization.DataContract(Name="ConsumerGroupDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type ConsumerGroupDescription = class
    inherit EntityDescription
Public NotInheritable Class ConsumerGroupDescription
Inherits EntityDescription
Inheritance
ConsumerGroupDescription
Attributes

Constructors

ConsumerGroupDescription(String, String)

Initializes a new instance of the ConsumerGroupDescription class.

Properties

CreatedAt

Gets the exact time the message was created.

EventHubPath

Gets or sets the path of the event hub.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from EntityDescription)
IsReadOnly

Gets or sets a value that indicates whether the entity description is read-only.

(Inherited from EntityDescription)
Name

Gets the name of the consumer group description.

UpdatedAt

Gets the exact time the message has been updated.

UserMetadata

Gets or sets the user metadata.

Methods

ThrowIfReadOnly()

Throws an exception if the entity description is read-only.

(Inherited from EntityDescription)

Applies to