AjaxUploader
Search Results for

    Show / Hide Table of Contents

    Class GcsCreateResult

    Inheritance
    object
    GcsCreateResult
    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 GcsCreateResult

    Properties

    ObjectName

    Final object key (path within the bucket).

    Declaration
    public string ObjectName { get; set; }
    Property Value
    Type Description
    string

    SessionUri

    GCS resumable upload session URI (Location header from the initiate request).

    Declaration
    public string SessionUri { get; set; }
    Property Value
    Type Description
    string

    UploadId

    Server-assigned identifier for this upload session.

    Declaration
    public string UploadId { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top AjaxUploader API Reference