Class GcsCreateResult
Inherited Members
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 |