IngestionChunk<T>(T, IngestionDocument, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IngestionChunk<T> クラスの新しいインスタンスを初期化します。
public IngestionChunk(T content, Microsoft.Extensions.DataIngestion.IngestionDocument document, string? context = default);
new Microsoft.Extensions.DataIngestion.IngestionChunk<'T> : 'T * Microsoft.Extensions.DataIngestion.IngestionDocument * string -> Microsoft.Extensions.DataIngestion.IngestionChunk<'T>
Public Sub New (content As T, document As IngestionDocument, Optional context As String = Nothing)
パラメーター
- content
- T
チャンクの内容。
- document
- IngestionDocument
このチャンクの抽出元のドキュメント。
- context
- String
チャンクの追加コンテキスト。
例外
content または document が null。
content は空の文字列、または空白文字のみを含む文字列です。