C# Class BuildIt.CognitiveServices.Models.StorageBlobInfo

Datei anzeigen Open project: builttoroam/BuildIt Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
StorageBlobInfo ( ) : System.Linq

Initializes a new instance of the StorageBlobInfo class.

StorageBlobInfo ( string authenticationType = default(string), string baseLocation = default(string), string relativeLocation = default(string), string sasBlobToken = default(string) ) : System.Linq

Initializes a new instance of the StorageBlobInfo class.

Method Details

StorageBlobInfo() public method

Initializes a new instance of the StorageBlobInfo class.
public StorageBlobInfo ( ) : System.Linq
return System.Linq

StorageBlobInfo() public method

Initializes a new instance of the StorageBlobInfo class.
public StorageBlobInfo ( string authenticationType = default(string), string baseLocation = default(string), string relativeLocation = default(string), string sasBlobToken = default(string) ) : System.Linq
authenticationType string Authentication Type /// value "PublicOrSas"
baseLocation string Base Location /// ex: "https://{storage /// name}.blob.core.windows.net/"
relativeLocation string The relative location, including /// the container name
sasBlobToken string The sasToken to access the file
return System.Linq