AjaxUploader
Search Results for

    Show / Hide Table of Contents

    Class AzureCreateResult

    Inheritance
    object
    AzureCreateResult
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    In this article
    Back to top AjaxUploader API Reference