TopicSettings Class
Updated: October 21, 2012
Represents the topic settings.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
| Name | Description | |
|---|---|---|
![]() | TopicSettings() | Initializes a new instance of the TopicSettings class. |
| Name | Description | |
|---|---|---|
![]() | DefaultMessageTimeToLive | Gets or sets the default message time to live value for a topic. |
![]() | 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. |
![]() | EnableFilteringMessagesBeforePublishing | Gets or sets whether messages should be filtered before publishing. |
![]() | IsAnonymousAccessible | Gets whether anonymous access is allowed. |
![]() | MaximumSizeInMegabytes | Gets or sets the maximum size of the topic in megabytes. |
![]() | RequiresDuplicateDetection | Gets or sets the value that indicates whether a topic requires duplication detection. |
![]() | Status | Gets or sets the current status of the topic. |
![]() | SupportOrdering | Gets or sets a value that indicates whether the topic supports ordering. |
![]() | UserMetadata | Gets or sets the user metadata associated with the settings. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)