SubscriptionDescription Class
Represents a description of the subscription.
System.Object
Microsoft.ServiceBus.Messaging.EntityDescription
Microsoft.ServiceBus.Messaging.SubscriptionDescription
Microsoft.ServiceBus.Messaging.EntityDescription
Microsoft.ServiceBus.Messaging.SubscriptionDescription
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
The SubscriptionDescription type exposes the following members.
| Name | Description | |
|---|---|---|
|
SubscriptionDescription | Initializes a new instance of the SubscriptionDescription class. |
| Name | Description | |
|---|---|---|
|
DefaultMessageTimeToLive | Gets or sets the default message time to live value. This is the duration after which the message expires, starting from when the message is sent to the Service Bus. This is the default value used when TimeToLive is not set on a message itself. Messages older than their TimeToLive value will expire and no longer be retained in the message store. Subscribers will be unable to receive expired messages. |
|
EnableBatchedOperations | Gets or sets a value that indicates whether the batched operations are enabled. |
|
EnableDeadLetteringOnFilterEvaluationExceptions | Gets or sets the value that indicates if a subscription has dead letter support on Filter evaluation exceptions. |
|
EnableDeadLetteringOnMessageExpiration | Gets or sets the value that indicates if a subscription has dead letter support when a message expires. |
|
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.) |
|
LockDuration | Gets or sets the lock duration time span for the subscription. |
|
MaxDeliveryCount | Gets or sets the number of maximum deliveries. |
|
MessageCount | Gets the number of messages. |
|
Name | Gets the name of the subscription description. |
|
RequiresSession | Gets or sets the value indicating if a subscription supports the concept of session. |
|
TopicPath | Gets the path of the topic that this subscription description belongs to. |
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ThrowIfReadOnly | Throws an exception if the entity description is read-only. (Inherited from EntityDescription.) |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
MessageTimeToLiveDefaultValue | Specifies the message time to live default value. |
Note