C# 클래스 BuildIt.CognitiveServices.Models.StorageBlobInfo

파일 보기 프로젝트 열기: builttoroam/BuildIt 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

StorageBlobInfo() 공개 메소드

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

StorageBlobInfo() 공개 메소드

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
리턴 System.Linq