t

dynamics.cli

UpdateProcessingConfig

trait UpdateProcessingConfig extends Object

Configuration for performing an update.

Annotations
@ScalaJSDefined() @RawJSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdateProcessingConfig
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val entity: String

Concrete Value Members

  1. val drop: UndefOr[Int]
    Annotations
    @JSOptional()
  2. val drops: UndefOr[Array[String]]
    Annotations
    @JSOptional()
  3. val expandWhitespace: UndefOr[Array[String]]

    Fieldnames to expand whitespace escape (\n,\t) in.

    Fieldnames to expand whitespace escape (\n,\t) in.

    Annotations
    @JSOptional()
  4. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  5. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  6. val keeps: UndefOr[Array[String]]
    Annotations
    @JSOptional()
  7. 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()
  8. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  9. val renames: UndefOr[Rename]
    Annotations
    @JSOptional()
  10. val take: UndefOr[Int]
    Annotations
    @JSOptional()
  11. def toLocaleString(): String
    Definition Classes
    Object
  12. val upsert: UndefOr[Boolean]
    Annotations
    @JSOptional()
  13. val upsertpreventcreate: UndefOr[Boolean]
    Annotations
    @JSOptional()
  14. val upsertpreventupdate: UndefOr[Boolean]
    Annotations
    @JSOptional()
  15. def valueOf(): Any
    Definition Classes
    Object