Operations at TransferQueueManagement

This page describes the backend methods at this endpoint.

Signature Description
Void AdjustTransferPriority(String transferId, ChangeTransferPriorityRequest priorityChange) Adjusts the priority of the transfer in the queue
Void CancelAllTransfers() Cancels every transfer in the queue
Void CancelTransfer(String transferId) Cancels the transfer queue entry identified by the transfer ID
TransferQueueEntryInfoCollection GetActiveQueueEntries() Gets the active entries in the transfer queue
TransferQueueEntryInfo GetEntryInfo(String transferId) Gets the info for a specific transfer queue entry
TransferQueueEntryInfoCollection GetPendingQueueEntries() Gets the pending entries in the transfer queue
TransferQueueServiceConfiguration GetQueueConfiguration() Gets the configuration of the transfer queue
TransferQueueEntryInfoCollection GetQueueContents() Gets the contents of the transfer queue
Void SetQueueConfiguration(TransferQueueServiceConfiguration config) Sets the configuration of the transfer queue