IngestionResult.Document Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ingestion document created from the source file, if reading the document has succeeded.
public:
property Microsoft::Extensions::DataIngestion::IngestionDocument ^ Document { Microsoft::Extensions::DataIngestion::IngestionDocument ^ get(); };
public Microsoft.Extensions.DataIngestion.IngestionDocument? Document { get; }
member this.Document : Microsoft.Extensions.DataIngestion.IngestionDocument
Public ReadOnly Property Document As IngestionDocument