TopicSettings.MaximumSizeInMegabytes Property

 

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

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

<DataMemberAttribute(Order := 1, Name := "MaxSizeInMegabytes")>
Public Property MaximumSizeInMegabytes As Nullable(Of Long)

Property Value

Type: System.Nullable(Of Int64)

The maximum size of the topic in megabytes.

Return to top
Show: