StorageFolder
- The parent folder.None
if the item is a synthetic entity (e.g., image group or DICOM series).
Arguments:
refetch
- If True
, forces fetching a new signed URL even if one is cached.Optional[str]
- Signed URL for downloading the item, or None
if not supported.ValueError
- If the item type is DICOM series or image group (unsupported for signed URLs).StorageItemSummary
- Object containing summary information about the item.get_signed_urls
- If True
, include signed URLs for child items.Iterable[StorageItem]
- List of child items accessible to the user.name
- New item name.description
- New item description.client_metadata
- New client metadata.bundle
- Optional bundle to use for bundling operations.bundle
is provided, the operation is bundled into a single server call with other item updates
using the same bundle.
remove_unused_frames
- If True
(default), remove individual images or DICOM files not used elsewhere.target_folder
- Target folder to move the item to. Can be a StorageFolder
object or a UUID.allow_mirror_dataset_changes
- If True
, allows moving items linked to a mirror dataset.
Default is False
, which prohibits such moves to prevent data loss.get_signed_url
- If True
, refetches the signed URL for downloading the item.