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