Condividi tramite


SbTopicProperties.MaxSizeInMegabytes Property

Definition

Maximum size of the topic in megabytes, which is the size of the memory allocated for the topic. Default is 1024.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Origin(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.PropertyOrigin.Owned)]
public int? MaxSizeInMegabytes { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Origin(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.PropertyOrigin.Owned)>]
member this.MaxSizeInMegabytes : Nullable<int> with get, set
Public Property MaxSizeInMegabytes As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to