CoreUpload
Search Results for

    Show / Hide Table of Contents

    Class GcsCreateResult

    Inheritance
    object
    GcsCreateResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CoreUpload.Providers
    Assembly: CoreUpload.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

    Declaration
    public string UploadId { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top CoreUpload 5.0 API ReferenceUploader family: AjaxUploader, CoreUpload, MultipleUpload, ASPUploader, and PHP File Uploader.