IWithPartitionCount.WithPartitionCount(Int32) 메서드

정의

Search Service 파티션 수를 지정합니다.

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 검색 단위에 걸쳐 인덱스를 확장하여 문서 개수의 크기 조정과 더 빠른 데이터 수집을 수행할 수 있습니다(표준 계층에만 적용됨).

반환

적용 대상