BlobAttribute Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Attribut, das zum Binden eines Parameters an ein Azure-Blob verwendet wird. Das Attribut unterstützt die Bindung an einzelne Blobs, Blobcontainer oder Blobsammlungen.
[Microsoft.Azure.WebJobs.ConnectionProvider(typeof(Microsoft.Azure.WebJobs.StorageAccountAttribute))]
[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)]
public sealed class BlobAttribute : Attribute, Microsoft.Azure.WebJobs.IConnectionProvider
[<Microsoft.Azure.WebJobs.ConnectionProvider(typeof(Microsoft.Azure.WebJobs.StorageAccountAttribute))>]
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)>]
type BlobAttribute = class
inherit Attribute
interface IConnectionProvider
Public NotInheritable Class BlobAttribute
Inherits Attribute
Implements IConnectionProvider
- Vererbung
-
BlobAttribute
- Attribute
-
Microsoft.Azure.WebJobs.ConnectionProviderAttribute Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute
- Implementiert
-
Microsoft.Azure.WebJobs.IConnectionProvider
Hinweise
Der Methodenparametertyp kann einer der folgenden Sein:
- BlobBaseClient
- AppendBlobClient
- BlockBlobClient
- PageBlobClient
- Stream
- TextReader
- TextWriter
- String (normalerweise zum Lesen oder als out-Parameter zum Schreiben)
- byte[] (normalerweise zum Lesen oder als out-Parameter zum Schreiben)
Konstruktoren
BlobAttribute(String) |
Initialisiert eine neue Instanz der BlobAttribute-Klasse. |
BlobAttribute(String, FileAccess) |
Initialisiert eine neue Instanz der BlobAttribute-Klasse. |
Eigenschaften
Access |
Ruft die Art von Vorgängen ab, die für das Blob ausgeführt werden können. |
BlobPath |
Ruft den Pfad des Blobs ab, an das gebunden werden soll. |
Connection |
Ruft den App-Einstellungsnamen ab, der die Azure Storage-Verbindungszeichenfolge enthält, oder legt diesen fest. |
Gilt für:
Azure SDK for .NET