TopicSettings Class

 

Updated: October 21, 2012

Represents the topic settings.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

System::Object
  Microsoft.WindowsAzure.Messaging::TopicSettings

[DataContractAttribute(Namespace = "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect", 
	Name = "TopicDescription")]
public ref class TopicSettings sealed 

NameDescription
System_CAPS_pubmethodTopicSettings()

Initializes a new instance of the TopicSettings class.

NameDescription
System_CAPS_pubpropertyDefaultMessageTimeToLive

Gets or sets the default message time to live value for a topic.

System_CAPS_pubpropertyDuplicateDetectionHistoryTimeWindow

Gets or sets the TimeSpan structure that defines the duration of the duplicate detection history.

System_CAPS_pubpropertyEnableBatchedOperations

Gets or sets a value that indicates whether server-side batched operations are enabled.

System_CAPS_pubpropertyEnableFilteringMessagesBeforePublishing

Gets or sets whether messages should be filtered before publishing.

System_CAPS_pubpropertyIsAnonymousAccessible

Gets whether anonymous access is allowed.

System_CAPS_pubpropertyMaximumSizeInMegabytes

Gets or sets the maximum size of the topic in megabytes.

System_CAPS_pubpropertyRequiresDuplicateDetection

Gets or sets the value that indicates whether a topic requires duplication detection.

System_CAPS_pubpropertyStatus

Gets or sets the current status of the topic.

System_CAPS_pubpropertySupportOrdering

Gets or sets a value that indicates whether the topic supports ordering.

System_CAPS_pubpropertyUserMetadata

Gets or sets the user metadata associated with the settings.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: