Partager via


IWithPartitionCount.WithPartitionCount(Int32) Méthode

Définition

Spécifie le nombre de partitions du service Search.

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

Paramètres

count
Int32

Nombre de partitions ; Les partitions permettent de mettre à l’échelle le nombre de documents et d’accélérer l’ingestion des données en couvrant votre index sur plusieurs unités de recherche Azure (s’applique uniquement aux niveaux Standard).

Retours

S’applique à