SearchModelFactory.SearchIndexStatistics(Int64, Int64, Int64) メソッド

定義

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

パラメーター

documentCount
Int64

インデックス内のドキュメントの数。

storageSize
Int64

インデックスによって消費されるストレージの量 (バイト単位)。

vectorIndexSize
Int64

インデックス内のベクトルによって消費されるメモリの量 (バイト単位)。

戻り値

モック作成用の新しい SearchIndexStatistics インスタンス。

適用対象