UploadControlAzureSettings Properties
Contains settings that allow you to connect the Upload Control to Azure.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 available from the upload control. |
GenerateUniqueFileNamePrefix | Specifies whether the name of the file saved to the specified upload storage should contain unique file name prefix. Inherited from UploadControlUploadStorageSettingsBase. |
ObjectKeyPrefix | Gets or sets a prefix that should be added to the name of the uploaded file. |
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