Class CcdEntry
CcdEntry model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
[Preserve]
public class CcdEntry
Constructors
CcdEntry(Boolean, String, String, Int32, String, Guid, Guid, List<String>, DateTime, String, String, String, Object, String, String, DateTime)
Creates an instance of CcdEntry.
Declaration
[Preserve]
public CcdEntry(bool complete = false, string contentHash = null, string contentLink = null, int contentSize = 0, string contentType = null, Guid currentVersionid = default(Guid), Guid entryid = default(Guid), List<string> labels = null, DateTime lastModified = default(DateTime), string lastModifiedBy = null, string lastModifiedByName = null, string link = null, object metadata = null, string path = null, string signedUrl = null, DateTime updatedAt = default(DateTime))
Parameters
Type | Name | Description |
---|---|---|
Boolean | complete | complete param |
String | contentHash | The "content_hash" should be MD5sum hash value. |
String | contentLink | contentLink param |
Int32 | contentSize | contentSize param |
String | contentType | contentType param |
Guid | currentVersionid | currentVersionid param |
Guid | entryid | entryid param |
List<String> | labels | labels param |
DateTime | lastModified | lastModified param |
String | lastModifiedBy | lastModifiedBy param |
String | lastModifiedByName | lastModifiedByName param |
String | link | link param |
Object | metadata | metadata param |
String | path | path param |
String | signedUrl | signedUrl param |
DateTime | updatedAt | updatedAt param |
Properties
Complete
Declaration
[Preserve]
public bool Complete { get; }
Property Value
Type | Description |
---|---|
Boolean |
ContentHash
The "content_hash" should be MD5sum hash value.
Declaration
[Preserve]
public string ContentHash { get; }
Property Value
Type | Description |
---|---|
String |
ContentLink
Declaration
[Preserve]
public string ContentLink { get; }
Property Value
Type | Description |
---|---|
String |
ContentSize
Declaration
[Preserve]
public int ContentSize { get; }
Property Value
Type | Description |
---|---|
Int32 |
ContentType
Declaration
[Preserve]
public string ContentType { get; }
Property Value
Type | Description |
---|---|
String |
CurrentVersionid
Declaration
[Preserve]
public Guid CurrentVersionid { get; }
Property Value
Type | Description |
---|---|
Guid |
Entryid
Declaration
[Preserve]
public Guid Entryid { get; }
Property Value
Type | Description |
---|---|
Guid |
Labels
Declaration
[Preserve]
public List<string> Labels { get; }
Property Value
Type | Description |
---|---|
List<String> |
LastModified
Declaration
[Preserve]
public DateTime LastModified { get; }
Property Value
Type | Description |
---|---|
DateTime |
LastModifiedBy
Declaration
[Preserve]
public string LastModifiedBy { get; }
Property Value
Type | Description |
---|---|
String |
LastModifiedByName
Declaration
[Preserve]
public string LastModifiedByName { get; }
Property Value
Type | Description |
---|---|
String |
Link
Declaration
[Preserve]
public string Link { get; }
Property Value
Type | Description |
---|---|
String |
Metadata
Declaration
[Preserve]
public JsonObject Metadata { get; }
Property Value
Type | Description |
---|---|
JsonObject |
Path
Declaration
[Preserve]
public string Path { get; }
Property Value
Type | Description |
---|---|
String |
SignedUrl
Declaration
[Preserve]
public string SignedUrl { get; }
Property Value
Type | Description |
---|---|
String |
UpdatedAt
Declaration
[Preserve]
public DateTime UpdatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime |