Partager via


SearchModelFactory.SearchIndexStatistics(Int64, Int64, Int64) Méthode

Définition

Initialise une nouvelle instance de SearchIndexStatistics.

public static Azure.Search.Documents.Indexes.Models.SearchIndexStatistics SearchIndexStatistics (long documentCount = 0, long storageSize = 0, long vectorIndexSize = 0);
static member SearchIndexStatistics : int64 * int64 * int64 -> Azure.Search.Documents.Indexes.Models.SearchIndexStatistics
Public Shared Function SearchIndexStatistics (Optional documentCount As Long = 0, Optional storageSize As Long = 0, Optional vectorIndexSize As Long = 0) As SearchIndexStatistics

Paramètres

documentCount
Int64

Nombre de documents dans l’index.

storageSize
Int64

Quantité de stockage en octets consommée par l’index.

vectorIndexSize
Int64

Quantité de mémoire en octets consommée par les vecteurs dans l’index.

Retours

Une nouvelle SearchIndexStatistics instance de moqueries.

S’applique à