AzureFileSystemProvider Properties
Provides an implementation of the Azure File System Provider.| Name | Description |
|---|---|
| AccessKey | Obsolete. Use the AccountManager class API and the AccountName property instead. For more information, refer to the Cloud Storage Account Management topic. |
| AccountName | Gets or sets a value that specifies the name of the Azure account. |
| BlobEndpoint | Gets or sets the primary endpoint for the Blob service. |
| ContainerName | Specifies a name of the container (blob storage) that contains a file system displayed in the file manager. |
| RootFolder | Returns the root folder. Inherited from FileSystemProviderBase. |
| RootFolderDisplayName | Gets the root folder’s caption. Inherited from FileSystemProviderBase. |
| StorageAccountName | Obsolete. Use the AccountManager class API and the AccountName property instead. For more information, refer to the Cloud Storage Account Management topic. |
See Also