IngestionDocument(String) Constructor
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.
Initializes a new instance of the IngestionDocument class.
public:
IngestionDocument(System::String ^ identifier);
public IngestionDocument(string identifier);
new Microsoft.Extensions.DataIngestion.IngestionDocument : string -> Microsoft.Extensions.DataIngestion.IngestionDocument
Public Sub New (identifier As String)
Parameters
- identifier
- String
The unique identifier for the document.
Exceptions
identifier is null.