SearchModelFactory.SearchIndexStatistics(Int64, Int64, Int64) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 インスタンス。