TopicInner.EnablePartitioning Property

Definition

Gets or sets value that indicates whether the topic to be partitioned across multiple message brokers is enabled.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enablePartitioning")]
public bool? EnablePartitioning { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enablePartitioning")>]
member this.EnablePartitioning : Nullable<bool> with get, set
Public Property EnablePartitioning As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to