Class LibraryOperationSettings

Additional settings that may be provided when performing operations in the project library.

Constructors

Properties

_baseVersion: CloudLibraryVersion
_cloneResource: boolean
_newVersion: UUID

Accessors

  • get cloneResource(): boolean
  • True if the source resource should be cloned before sent to the project library worker. This must be true if you plan on accessing the resource while the project library is performing operations, to ensure thread safety.

    Returns boolean

  • set cloneResource(value): void
  • Parameters

    • value: boolean

    Returns void

  • get newVersion(): UUID
  • Explicit new version to assign to the resource. Sequential version will be incremented from the base version. Only relevant for save/create operations. BaseVersion must be provided as well.

    Returns UUID

  • set newVersion(value): void
  • Parameters

    Returns void

Methods