Class: QgsExternalStorageStoredContent

Abstract base class for QgsExternalStorage stored content.

Added in version 3.22.

Note

This is an abstract class, with methods which must be implemented by a subclass.

The following methods must be implemented: store(), url()

Class Hierarchy

Inheritance diagram of qgis.core.QgsExternalStorageStoredContent

Base classes

QgsExternalStorageContent

Base class for QgsExternalStorage stored and fetched content.

QObject

Abstract Methods

store

Starts storing

url

Returns stored resource URL

Signals

stored

The signal is emitted when the resource has successfully been stored

class qgis.core.QgsExternalStorageStoredContent[source]

Bases: QgsExternalStorageContent

abstract store(self)[source]

Starts storing

signal stored[source]

The signal is emitted when the resource has successfully been stored

abstract url(self) str[source]

Returns stored resource URL

Return type:

str