IWithPartitionCount.WithPartitionCount(Int32) Method

Definition

Specifies the Partitions count of the 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

Parameters

count
Int32

The partitions count; Partitions allow for scaling of document counts as well as faster data ingestion by spanning your index over multiple Azure Search Units (applies to Standard tiers only).

Returns

Applies to