BlobSource Klasse
Inhaltsquelle für Azure Blob Storage.
- Vererbung
-
builtins.objectBlobSource
Konstruktor
BlobSource(container_url: str, *, prefix: str | None = None)
Parameter
Name | Beschreibung |
---|---|
container_url
Erforderlich
|
|
Nur Schlüsselwortparameter
Name | Beschreibung |
---|---|
prefix
Erforderlich
|
|
Methoden
from_dict |
Konvertiert ein Diktat in der Form einer BlobSource in das Modell selbst. |
to_dict |
Gibt eine Diktatdarstellung von BlobSource zurück. |
from_dict
Konvertiert ein Diktat in der Form einer BlobSource in das Modell selbst.
from_dict(data: Dict[str, Any]) -> BlobSource
Parameter
Name | Beschreibung |
---|---|
data
Erforderlich
|
Ein Wörterbuch in der Form von BlobSource. |
Gibt zurück
Typ | Beschreibung |
---|---|
BlobSource |
to_dict
Gibt eine Diktatdarstellung von BlobSource zurück.
to_dict() -> Dict[str, Any]
Gibt zurück
Typ | Beschreibung |
---|---|
Dict[str, Any] |
Attribute
container_url
Azure Blob Storage Container-URL.
container_url: str
prefix
Präfix des Blobnamens.
prefix: str | None
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python