Class BlobContext
Blob trigger context information
Inheritance
System.Object
BlobContext
Namespace: FunctionMonkey.Abstractions.Contexts
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public class BlobContext : object
Properties
| Improve this Doc View SourceBlobTrigger
Declaration
public string BlobTrigger { get; set; }
Property Value
Type | Description |
---|---|
System. |
Metadata
Metadata associated with the blob
Declaration
public IDictionary<string, string> Metadata { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System. |
Uri
The URI of the blob
Declaration
public Uri Uri { get; set; }
Property Value
Type | Description |
---|---|
Uri |