Class AzureCreateResult
Inherited Members
Namespace: AjaxUploader.Providers
Assembly: AjaxUploader.dll
Syntax
public class AzureCreateResult
Properties
BlobUrl
Target blob URL with a write SAS token appended. Browser PUTs blocks directly to this.
Declaration
public string BlobUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
BlockIdPrefix
Prefix used by the client to derive unique block IDs (before base64 encoding).
Declaration
public string BlockIdPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UploadId
Server-assigned identifier for this upload session (used for Abort/Complete correlation).
Declaration
public string UploadId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |