IngestionResult クラス

定義

インジェスト操作の結果を表します。

public ref class IngestionResult sealed
public sealed class IngestionResult
type IngestionResult = class
Public NotInheritable Class IngestionResult
継承
IngestionResult

プロパティ

名前 説明
Document

ドキュメントの読み取りに成功した場合に、ソース ファイルから作成されたインジェスト ドキュメントを取得します。

DocumentId

取り込まれたドキュメントの ID を取得します。

Exception

インジェスト中に発生した例外 (存在する場合) を取得します。

Succeeded

インジェストが成功したかどうかを示す値を取得します。

適用対象