Class ContentStatus
Status information for the content of an entry.
Inherited Members
Namespace: Unity.Services.Ccd.Management
Assembly: Unity.Services.Ccd.Management.dll
Syntax
public class ContentStatus
Constructors
ContentStatus(string, long, long)
Constructor for ContentStatus
Declaration
public ContentStatus(string uploadHash, long uploadLength, long uploadOffset)
Parameters
Type | Name | Description |
---|---|---|
string | uploadHash | ContentHash |
long | uploadLength | ContentLength |
long | uploadOffset | UploadOffset |
Properties
UploadHash
Upload hash of the content.
Declaration
public string UploadHash { get; }
Property Value
Type | Description |
---|---|
string |
UploadLength
Size of the content in bytes.
Declaration
public long UploadLength { get; }
Property Value
Type | Description |
---|---|
long |
UploadOffset
Upload offset of the content in bytes.
Declaration
public long UploadOffset { get; }
Property Value
Type | Description |
---|---|
long |