Sdílet prostřednictvím


SbTopicProperties.EnablePartitioning Property

Definition

Value that indicates whether the topic to be partitioned across multiple message brokers is enabled.

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

Property Value

Implements

Attributes

Applies to