Class PreviewIngestionFile

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class PreviewIngestionFile
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema of the data in the source file.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getColumnNames()
      Gets the columnNames.
      java.util.List<java.lang.String> getColumnTypes()
      Gets the columnTypes.
      java.lang.String getFileName()
      Gets the fileName.
      PreviewIngestionFileRows getRows()
      Gets the rows.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getColumnNames

        public java.util.List<java.lang.String> getColumnNames()
        Gets the columnNames. Array of column names of the table.
        Returns:
        the columnNames
      • getColumnTypes

        public java.util.List<java.lang.String> getColumnTypes()
        Gets the columnTypes. Array of column types of the table.
        Returns:
        the columnTypes
      • getFileName

        public java.lang.String getFileName()
        Gets the fileName. Name of the file being previewed.
        Returns:
        the fileName