TopicDescription Class
Represents a description of the topic.
System.Object
Microsoft.ServiceBus.Messaging.EntityDescription
Microsoft.ServiceBus.Messaging.TopicDescription
Microsoft.ServiceBus.Messaging.EntityDescription
Microsoft.ServiceBus.Messaging.TopicDescription
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
The TopicDescription type exposes the following members.
| Name | Description | |
|---|---|---|
|
TopicDescription | Initializes a new instance of the TopicDescription class with the specified relative path. |
| Name | Description | |
|---|---|---|
|
DefaultMessageTimeToLive | Gets or sets the default message time to live value for a topic. 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. |
|
DuplicateDetectionHistoryTimeWindow | Gets or sets the TimeSpan structure that defines the duration of the duplicate detection history. |
|
EnableBatchedOperations | Gets or sets a value that indicates whether server-side batched operations are enabled. |
|
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.) |
|
MaxSizeInMegabytes | Gets or sets the maximum size in megabytes, which is the size of memory allocated for the topic. |
|
Path | Gets the path of the topic. |
|
RequiresDuplicateDetection | Gets or sets the value that indicates whether a topic requires duplication detection. |
|
SizeInBytes | Gets the size of the topic in bytes. |
| 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