org
.
ada
.
server
.
models
.
dataimport
TranSmartDataSetImport
Related Docs:
object TranSmartDataSetImport
|
package dataimport
case class
TranSmartDataSetImport
(
_id:
Option
[
BSONObjectID
] =
None
,
dataSpaceName:
String
,
dataSetId:
String
,
dataSetName:
String
,
dataPath:
Option
[
String
] =
None
,
mappingPath:
Option
[
String
] =
None
,
charsetName:
Option
[
String
] =
None
,
matchQuotes:
Boolean
,
inferFieldTypes:
Boolean
,
inferenceMaxEnumValuesCount:
Option
[
Int
] =
None
,
inferenceMinAvgValuesPerEnum:
Option
[
Double
] =
None
,
explicitNullAliases:
Seq
[
String
] =
Nil
,
saveBatchSize:
Option
[
Int
] =
None
,
scheduled:
Boolean
=
false
,
scheduledTime:
Option
[
ScheduledTime
] =
None
,
setting:
Option
[
DataSetSetting
] =
None
,
dataView:
Option
[
DataView
] =
None
,
timeCreated:
Date
=
new Date()
,
timeLastExecuted:
Option
[
Date
] =
None
)
extends
DataSetImport
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
DataSetImport
,
Schedulable
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
TranSmartDataSetImport
Serializable
Serializable
Product
Equals
DataSetImport
Schedulable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
TranSmartDataSetImport
(
_id:
Option
[
BSONObjectID
] =
None
,
dataSpaceName:
String
,
dataSetId:
String
,
dataSetName:
String
,
dataPath:
Option
[
String
] =
None
,
mappingPath:
Option
[
String
] =
None
,
charsetName:
Option
[
String
] =
None
,
matchQuotes:
Boolean
,
inferFieldTypes:
Boolean
,
inferenceMaxEnumValuesCount:
Option
[
Int
] =
None
,
inferenceMinAvgValuesPerEnum:
Option
[
Double
] =
None
,
explicitNullAliases:
Seq
[
String
] =
Nil
,
saveBatchSize:
Option
[
Int
] =
None
,
scheduled:
Boolean
=
false
,
scheduledTime:
Option
[
ScheduledTime
] =
None
,
setting:
Option
[
DataSetSetting
] =
None
,
dataView:
Option
[
DataView
] =
None
,
timeCreated:
Date
=
new Date()
,
timeLastExecuted:
Option
[
Date
] =
None
)
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
val
_id
:
Option
[
BSONObjectID
]
Definition Classes
TranSmartDataSetImport
→
DataSetImport
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
charsetName
:
Option
[
String
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
copyCore
(
__id:
Option
[
BSONObjectID
]
,
_timeCreated:
Date
,
_timeLastExecuted:
Option
[
Date
]
,
_scheduled:
Boolean
,
_scheduledTime:
Option
[
ScheduledTime
]
)
:
TranSmartDataSetImport
Definition Classes
TranSmartDataSetImport
→
DataSetImport
val
dataPath
:
Option
[
String
]
val
dataSetId
:
String
Definition Classes
TranSmartDataSetImport
→
DataSetImport
val
dataSetName
:
String
Definition Classes
TranSmartDataSetImport
→
DataSetImport
val
dataSpaceName
:
String
Definition Classes
TranSmartDataSetImport
→
DataSetImport
val
dataView
:
Option
[
DataView
]
Definition Classes
TranSmartDataSetImport
→
DataSetImport
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
explicitNullAliases
:
Seq
[
String
]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
inferFieldTypes
:
Boolean
val
inferenceMaxEnumValuesCount
:
Option
[
Int
]
val
inferenceMinAvgValuesPerEnum
:
Option
[
Double
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
mappingPath
:
Option
[
String
]
val
matchQuotes
:
Boolean
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
saveBatchSize
:
Option
[
Int
]
val
scheduled
:
Boolean
Definition Classes
TranSmartDataSetImport
→
Schedulable
val
scheduledTime
:
Option
[
ScheduledTime
]
Definition Classes
TranSmartDataSetImport
→
Schedulable
val
setting
:
Option
[
DataSetSetting
]
Definition Classes
TranSmartDataSetImport
→
DataSetImport
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
timeCreated
:
Date
Definition Classes
TranSmartDataSetImport
→
DataSetImport
val
timeLastExecuted
:
Option
[
Date
]
Definition Classes
TranSmartDataSetImport
→
DataSetImport
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
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
DataSetImport
Inherited from
Schedulable
Inherited from
AnyRef
Inherited from
Any
Ungrouped