trait UpdateProcessingConfig extends Object
Configuration for performing an update.
- Annotations
- @ScalaJSDefined() @RawJSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UpdateProcessingConfig
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract val entity: String
Concrete Value Members
-
val
drop: UndefOr[Int]
- Annotations
- @JSOptional()
-
val
drops: UndefOr[Array[String]]
- Annotations
- @JSOptional()
-
val
expandWhitespace: UndefOr[Array[String]]
Fieldnames to expand whitespace escape (\n,\t) in.
Fieldnames to expand whitespace escape (\n,\t) in.
- Annotations
- @JSOptional()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
keeps: UndefOr[Array[String]]
- Annotations
- @JSOptional()
-
val
pk: UndefOr[String]
PK to use automatically based on entity if not specified.
PK to use automatically based on entity if not specified.
- Annotations
- @JSOptional()
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
renames: UndefOr[Rename]
- Annotations
- @JSOptional()
-
val
take: UndefOr[Int]
- Annotations
- @JSOptional()
-
def
toLocaleString(): String
- Definition Classes
- Object
-
val
upsert: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
upsertpreventcreate: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
val
upsertpreventupdate: UndefOr[Boolean]
- Annotations
- @JSOptional()
-
def
valueOf(): Any
- Definition Classes
- Object