Class UploadRepresentationVersionResponse
UploadRepresentationVersionResponse
Inherited Members
Namespace: Unity.Services.Apis.UGC
Assembly: solution.dll
Syntax
[Preserve]
public class UploadRepresentationVersionResponse
Constructors
UploadRepresentationVersionResponse(string, Dictionary<string, List<string>>, string, string, RepresentationDTO, RepresentationVersionDTO)
Initializes a new instance of the Upload
Declaration
[Preserve]
public UploadRepresentationVersionResponse(string uploadUrl = null, Dictionary<string, List<string>> uploadHeaders = null, string version = null, string md5Hash = null, RepresentationDTO representation = null, RepresentationVersionDTO representationVersion = null)
Parameters
Type | Name | Description |
---|---|---|
string | uploadUrl | The URL in which to upload the representation output version. Once the Representation Output version is successfully uploaded, the Representation Output version will be created in UGC and be selectable as the current version.. |
Dictionary<string, List<string>> | uploadHeaders | The headers that were used when generating the upload signed url. Forward these when uploading to the UploadUrl.. |
string | version | Representation Output version Id.. |
string | md5Hash | Md5 hash of the Representation Output file to upload.. |
Representation |
representation | representation. |
Representation |
representationVersion | representationVersion. |
Properties
Md5Hash
Md5 hash of the Representation Output file to upload.
Declaration
[Preserve]
public string Md5Hash { get; set; }
Property Value
Type | Description |
---|---|
string | Md5 hash of the Representation Output file to upload. |
Representation
Gets or Sets Representation
Declaration
[Preserve]
public RepresentationDTO Representation { get; set; }
Property Value
Type | Description |
---|---|
Representation |
RepresentationVersion
Gets or Sets RepresentationVersion
Declaration
[Preserve]
public RepresentationVersionDTO RepresentationVersion { get; set; }
Property Value
Type | Description |
---|---|
Representation |
UploadHeaders
The headers that were used when generating the upload signed url. Forward these when uploading to the UploadUrl.
Declaration
[Preserve]
public Dictionary<string, List<string>> UploadHeaders { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, List<string>> | The headers that were used when generating the upload signed url. Forward these when uploading to the UploadUrl. |
UploadUrl
The URL in which to upload the representation output version. Once the Representation Output version is successfully uploaded, the Representation Output version will be created in UGC and be selectable as the current version.
Declaration
[Preserve]
public string UploadUrl { get; set; }
Property Value
Type | Description |
---|---|
string | The URL in which to upload the representation output version. Once the Representation Output version is successfully uploaded, the Representation Output version will be created in UGC and be selectable as the current version. |
_Version
Representation Output version Id.
Declaration
[Preserve]
public string _Version { get; set; }
Property Value
Type | Description |
---|---|
string | Representation Output version Id. |