C# Class BuildIt.CognitiveServices.Models.StorageBlobInfo

Afficher le fichier Open project: builttoroam/BuildIt Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the StorageBlobInfo class.
public StorageBlobInfo ( ) : System.Linq
Résultat System.Linq

StorageBlobInfo() public méthode

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
Résultat System.Linq