Property | Type | Description |
---|
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.
|
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 |