Interface FileImport.DefinitionStages.WithIngestionMode

All Known Subinterfaces:
FileImport.Definition, FileImport.DefinitionStages.WithCreate
Enclosing interface:
FileImport.DefinitionStages

public static interface FileImport.DefinitionStages.WithIngestionMode
The stage of the FileImport definition allowing to specify ingestionMode.
  • Method Details

    • withIngestionMode

      FileImport.DefinitionStages.WithCreate withIngestionMode(IngestionMode ingestionMode)
      Specifies the ingestionMode property: Describes how to ingest the records in the file..
      Parameters:
      ingestionMode - Describes how to ingest the records in the file.
      Returns:
      the next definition stage.