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

IWithPartitionCount.WithPartitionCount(Int32) 方法

定义

指定搜索服务的分区计数。

public Microsoft.Azure.Management.Search.Fluent.SearchService.Update.IUpdate WithPartitionCount (int count);
abstract member WithPartitionCount : int -> Microsoft.Azure.Management.Search.Fluent.SearchService.Update.IUpdate
Public Function WithPartitionCount (count As Integer) As IUpdate

参数

count
Int32

分区计数;分区允许通过跨多个 Azure 搜索单位的索引来缩放文档计数以及更快的数据引入, (仅适用于标准层) 。

返回

适用于