case class DatasetInput(name: String, dataset: String, isStream: Option[Boolean], format: Option[String], schema: Option[Schema], queryParams: Option[String], pathParams: Map[String, String] = Map.empty, options: Option[Map[String, String]], incremental: Option[Incremental]) extends InputConfig with Product with Serializable
Represents a dataset input configuration.
- name
The name of the input.
- dataset
The dataset path or address.
- isStream
Optional flag indicating if the input is a stream.
- format
Optional format of the input data.
- options
Optional additional options for the input.
- incremental
Optional incremental settings for the input.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DatasetInput
- Serializable
- Serializable
- Product
- Equals
- InputConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
DatasetInput(name: String, dataset: String, isStream: Option[Boolean], format: Option[String], schema: Option[Schema], queryParams: Option[String], pathParams: Map[String, String] = Map.empty, options: Option[Map[String, String]], incremental: Option[Incremental])
- name
The name of the input.
- dataset
The dataset path or address.
- isStream
Optional flag indicating if the input is a stream.
- format
Optional format of the input data.
- options
Optional additional options for the input.
- incremental
Optional incremental settings for the input.
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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val dataOsAddress: String
- var dataset: String
-
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 incremental: Option[Incremental]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isStream: Option[Boolean]
-
lazy val
log: Logger
- Annotations
- @transient()
- val name: 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()
- var options: Option[Map[String, String]]
- val pathParams: Map[String, String]
- val queryParams: Option[String]
- val schema: Option[Schema]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def validateAndReturnDataset(): 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()