Show / Hide Table of Contents

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 Source

BlobTrigger

Declaration
public string BlobTrigger { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Metadata

Metadata associated with the blob

Declaration
public IDictionary<string, string> Metadata { get; set; }
Property Value
Type Description
IDictionary<System.String, System.String>
| Improve this Doc View Source

Uri

The URI of the blob

Declaration
public Uri Uri { get; set; }
Property Value
Type Description
Uri

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall