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