API Guide
601355 Rev A API Functions 2-977
Functins
VSID_MEDIA_ID_LIST (int) The number of media to move to the target
archive.
(char **) A list of the identifiers of the media to move to
the target archive.
VSID_MOVE_OPTION
(VST_MOVE_OPTION) Indicates whether VolServ returns final status
to the client as soon as the Move command
begins execution or after the Move command
completes execution. Valid
VSID_MOVE_OPTION values are enumerated
in the vs_types.h file.
VSID_MOVEWAIT_OPTION
(VST_MOVEWAIT_OPTION) Indicates whether a Move request waits or
fails if either the source archive or target
archive is unattended. The only valid
VSID_MOVEWAIT_OPTION value is
VSE_MOVEWAIT_ATTENDED. The other
VSID_MOVEWAIT_OPTION values
enumerated in the vs_types.h file have no
effect on VSCMD_Move.
VSID_PRIORITY (VST_PRIORITY) The requested execution priority for this
request. Assignable priority values are
restricted to the range from 1 (highest) to 32
(lowest) inclusive. The default priority value is
15.
VSID_RETRY_LIMIT (VST_RETRY_LIMIT) The number of times the API software retries
for command status from VolServ before
returning a time-out to the client software for
this request. VSID_RETRY_LIMIT is not
applicable when the API software executes in
asynchronous mode.
Parameter Type Description