Class Release
Release
Inherited Members
Namespace: Unity.Services.Apis.CloudContentDelivery
Assembly: solution.dll
Syntax
[Preserve]
public class Release
Constructors
Release(string, long, DateTime, object, string, long)
Initializes a new instance of the Release class.
Declaration
[Preserve]
public Release(string contentHash = null, long contentSize = 0, DateTime created = default, object metadata = null, string releaseid = null, long releasenum = 0)
Parameters
Type | Name | Description |
---|---|---|
string | contentHash | contentHash. |
long | contentSize | contentSize. |
DateTime | created | created. |
object | metadata | metadata. |
string | releaseid | releaseid. |
long | releasenum | releasenum. |
Properties
ContentHash
Gets or Sets ContentHash
Declaration
[Preserve]
public string ContentHash { get; set; }
Property Value
Type | Description |
---|---|
string |
ContentSize
Gets or Sets ContentSize
Declaration
[Preserve]
public long ContentSize { get; set; }
Property Value
Type | Description |
---|---|
long |
Created
Gets or Sets Created
Declaration
[Preserve]
public DateTime Created { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Metadata
Gets or Sets Metadata
Declaration
[Preserve]
public object Metadata { get; set; }
Property Value
Type | Description |
---|---|
object |
Releaseid
Gets or Sets Releaseid
Declaration
[Preserve]
public string Releaseid { get; set; }
Property Value
Type | Description |
---|---|
string |
Releasenum
Gets or Sets Releasenum
Declaration
[Preserve]
public long Releasenum { get; set; }
Property Value
Type | Description |
---|---|
long |