Class ContentStatus
Status information for the content of an entry.
Namespace: Unity.Services.Ccd.Management
Syntax
public class ContentStatus : object
Constructors
ContentStatus(String, Int32, Int32)
Constructor for ContentStatus
Declaration
public ContentStatus(string uploadHash, int uploadLength, int uploadOffset)
Parameters
Type | Name | Description |
---|---|---|
String | uploadHash | ContentHash |
Int32 | uploadLength | ContentLength |
Int32 | 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 int UploadLength { get; }
Property Value
Type | Description |
---|---|
Int32 |
UploadOffset
Upload offset of the content in bytes.
Declaration
public int UploadOffset { get; }
Property Value
Type | Description |
---|---|
Int32 |