Class Entry
Entry
Inherited Members
Namespace: Unity.Services.Apis.CloudContentDelivery
Assembly: solution.dll
Syntax
[Preserve]
public class Entry
Constructors
Entry(string, string, long, string, string, string, List<string>, DateTime, string, object, string, DateTime)
Initializes a new instance of the Entry class.
Declaration
[Preserve]
public Entry(string contentHash = null, string contentLink = null, long contentSize = 0, string contentType = null, string currentVersionid = null, string entryid = null, List<string> labels = null, DateTime lastModified = default, string link = null, object metadata = null, string path = null, DateTime updatedAt = default)
Parameters
Type | Name | Description |
---|---|---|
string | contentHash | contentHash. |
string | contentLink | contentLink. |
long | contentSize | contentSize. |
string | contentType | contentType. |
string | currentVersionid | currentVersionid. |
string | entryid | entryid. |
List<string> | labels | labels. |
DateTime | lastModified | lastModified. |
string | link | link. |
object | metadata | metadata. |
string | path | path. |
DateTime | updatedAt | updatedAt. |
Properties
ContentHash
Gets or Sets ContentHash
Declaration
[Preserve]
public string ContentHash { get; set; }
Property Value
Type | Description |
---|---|
string |
ContentLink
Gets or Sets ContentLink
Declaration
[Preserve]
public string ContentLink { get; set; }
Property Value
Type | Description |
---|---|
string |
ContentSize
Gets or Sets ContentSize
Declaration
[Preserve]
public long ContentSize { get; set; }
Property Value
Type | Description |
---|---|
long |
ContentType
Gets or Sets ContentType
Declaration
[Preserve]
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
string |
CurrentVersionid
Gets or Sets CurrentVersionid
Declaration
[Preserve]
public string CurrentVersionid { get; set; }
Property Value
Type | Description |
---|---|
string |
Entryid
Gets or Sets Entryid
Declaration
[Preserve]
public string Entryid { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
Gets or Sets Labels
Declaration
[Preserve]
public List<string> Labels { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
LastModified
Gets or Sets LastModified
Declaration
[Preserve]
public DateTime LastModified { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Link
Gets or Sets Link
Declaration
[Preserve]
public string Link { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
Gets or Sets Metadata
Declaration
[Preserve]
public object Metadata { get; set; }
Property Value
Type | Description |
---|---|
object |
Path
Gets or Sets Path
Declaration
[Preserve]
public string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdatedAt
Gets or Sets UpdatedAt
Declaration
[Preserve]
public DateTime UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
DateTime |