data class CursorResourceWalkerData(val imsProject: String, val resource: String, var currentPriority: Double)

Database data for a cursor resource walker

Parameters

imsProject

IMS project to sync

resource

Resource to sync

currentPriority

Current priority of the resource

Constructors

Link copied to clipboard
constructor(imsProject: String, resource: String, currentPriority: Double)

Properties

Link copied to clipboard
Link copied to clipboard
var id: ObjectId?

MongoDB ID

Link copied to clipboard
Link copied to clipboard