case class FileDatasourceInput(path: Option[String], paths: Option[Seq[String]], warehousePath: Option[String], catalogName: Option[String], tableName: Option[String], metastoreUri: Option[String], options: Option[Map[String, String]] = Some(Map.empty), format: Option[String] = Some("parquet"), isStream: Option[Boolean] = Some(false), incremental: Option[Incremental], icebergCatalogType: Option[String], schema: Option[Schema], schemaName: Option[String]) extends DatasourceInput with Product with Serializable
File datasource input configuration.
- path
Optional path to a single file or directory.
- paths
Optional paths to multiple files or directories.
- warehousePath
Optional path to the warehouse directory.
- catalogName
Optional name of the catalog.
- tableName
Optional name of the table.
- metastoreUri
Optional URI of the metastore.
- options
Optional additional options for the datasource.
- format
Optional format of the files (e.g., parquet, csv).
- isStream
Optional flag indicating if the input is in stream mode.
- incremental
Optional incremental configuration.
- icebergCatalogType
Optional type of the Iceberg catalog.
- schema
An optional Schema representing the data schema for the input data.
- schemaName
Optional name of the schema.
- Alphabetic
- By Inheritance
- FileDatasourceInput
- Serializable
- Serializable
- Product
- Equals
- DatasourceInput
- InputConfig
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
FileDatasourceInput(path: Option[String], paths: Option[Seq[String]], warehousePath: Option[String], catalogName: Option[String], tableName: Option[String], metastoreUri: Option[String], options: Option[Map[String, String]] = Some(Map.empty), format: Option[String] = Some("parquet"), isStream: Option[Boolean] = Some(false), incremental: Option[Incremental], icebergCatalogType: Option[String], schema: Option[Schema], schemaName: Option[String])
- path
Optional path to a single file or directory.
- paths
Optional paths to multiple files or directories.
- warehousePath
Optional path to the warehouse directory.
- catalogName
Optional name of the catalog.
- tableName
Optional name of the table.
- metastoreUri
Optional URI of the metastore.
- options
Optional additional options for the datasource.
- format
Optional format of the files (e.g., parquet, csv).
- isStream
Optional flag indicating if the input is in stream mode.
- incremental
Optional incremental configuration.
- icebergCatalogType
Optional type of the Iceberg catalog.
- schema
An optional Schema representing the data schema for the input data.
- schemaName
Optional name of the schema.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val catalogName: Option[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val format: Option[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val icebergCatalogType: Option[String]
- val incremental: Option[Incremental]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isStream: Option[Boolean]
- val metastoreUri: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val options: Option[Map[String, String]]
- var path: Option[String]
- val paths: Option[Seq[String]]
- val schema: Option[Schema]
- val schemaName: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tableName: Option[String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val warehousePath: Option[String]