case class DatasetInputOptions(schema: Option[Schema], queryParams: Option[String], pathParams: Map[String, String] = Map.empty, incremental: Option[Incremental]) extends Product with Serializable
Represents DatasetInputOptions used for dataset input configuration.
- schema
An optional Schema representing the dataset schema.
- queryParams
An optional String representing query parameters to append to the resolved dataos URL. e.g., "a=b&c".
- pathParams
A Map containing path parameters to replace in the resolved dataos URL. The Map should be in the format of key-value pairs, where the key represents the parameter placeholder and the value represents the replacement value.
- incremental
An optional Incremental representing the incremental configuration for the dataset input.
- Alphabetic
- By Inheritance
- DatasetInputOptions
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
DatasetInputOptions(schema: Option[Schema], queryParams: Option[String], pathParams: Map[String, String] = Map.empty, incremental: Option[Incremental])
- schema
An optional Schema representing the dataset schema.
- queryParams
An optional String representing query parameters to append to the resolved dataos URL. e.g., "a=b&c".
- pathParams
A Map containing path parameters to replace in the resolved dataos URL. The Map should be in the format of key-value pairs, where the key represents the parameter placeholder and the value represents the replacement value.
- incremental
An optional Incremental representing the incremental configuration for the dataset 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()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val incremental: Option[Incremental]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 pathParams: Map[String, String]
- val queryParams: Option[String]
- val schema: Option[Schema]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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()