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, int, int)
Constructor for ContentStatus
Declaration
public ContentStatus(string uploadHash, int uploadLength, int uploadOffset)
Parameters
| Type | Name | Description |
|---|---|---|
| string | uploadHash | ContentHash |
| int | uploadLength | ContentLength |
| int | 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 |
|---|---|
| int |
UploadOffset
Upload offset of the content in bytes.
Declaration
public int UploadOffset { get; }
Property Value
| Type | Description |
|---|---|
| int |