你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TopicDescription.EnablePartitioning 属性

定义

获取或设置是否允许跨多个消息中转站对主题进行分区。 快速主题在将消息写入持久存储之前暂时将其保留在内存中。

public bool EnablePartitioning { get; set; }
member this.EnablePartitioning : bool with get, set
Public Property EnablePartitioning As Boolean

属性值

如果为 true,则允许跨多个消息代理对主题进行分区;否则为 false。

适用于