RSX Code Reference
    Preparing search index...

    Class LibraryOperationSettings

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

    Index
    _baseVersion: CloudLibraryVersion
    _cloneResource: boolean
    _newVersion: UUID
    • 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: boolean): 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: UUID): void

      Parameters

      Returns void