Class CcdEntry
CcdEntry model
Inherited Members
Namespace: Unity.Services.Ccd.Management.Models
Assembly: Unity.Services.Ccd.Management.dll
Syntax
[Preserve]
[DataContract(Name = "ccd.entry")]
public class CcdEntry
Constructors
CcdEntry(bool, string, string, long, 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, long contentSize = 0, string contentType = null, Guid currentVersionid = default, Guid entryid = default, List<string> labels = null, DateTime lastModified = default, string lastModifiedBy = null, string lastModifiedByName = null, string link = null, object metadata = null, string path = null, string signedUrl = null, DateTime updatedAt = default)
Parameters
Type | Name | Description |
---|---|---|
bool | complete | complete param |
string | contentHash | The "content_hash" should be MD5sum hash value. |
string | contentLink | contentLink param |
long | 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
Parameter complete of CcdEntry
Declaration
[Preserve]
[DataMember(Name = "complete", EmitDefaultValue = true)]
public bool Complete { get; }
Property Value
Type | Description |
---|---|
bool |
ContentHash
The "content_hash" should be MD5sum hash value.
Declaration
[Preserve]
[DataMember(Name = "content_hash", EmitDefaultValue = false)]
public string ContentHash { get; }
Property Value
Type | Description |
---|---|
string |
ContentLink
Parameter content_link of CcdEntry
Declaration
[Preserve]
[DataMember(Name = "content_link", EmitDefaultValue = false)]
public string ContentLink { get; }
Property Value
Type | Description |
---|---|
string |
ContentSize
Parameter content_size of CcdEntry
Declaration
[Preserve]
[DataMember(Name = "content_size", EmitDefaultValue = false)]
public long ContentSize { get; }
Property Value
Type | Description |
---|---|
long |
ContentType
Parameter content_type of CcdEntry
Declaration
[Preserve]
[DataMember(Name = "content_type", EmitDefaultValue = false)]
public string ContentType { get; }
Property Value
Type | Description |
---|---|
string |
CurrentVersionid
Parameter current_versionid of CcdEntry
Declaration
[Preserve]
[DataMember(Name = "current_versionid", EmitDefaultValue = false)]
public Guid CurrentVersionid { get; }
Property Value
Type | Description |
---|---|
Guid |
Entryid
Parameter entryid of CcdEntry
Declaration
[Preserve]
[DataMember(Name = "entryid", EmitDefaultValue = false)]
public Guid Entryid { get; }
Property Value
Type | Description |
---|---|
Guid |
Labels
Parameter labels of CcdEntry
Declaration
[Preserve]
[DataMember(Name = "labels", EmitDefaultValue = false)]
public List<string> Labels { get; }
Property Value
Type | Description |
---|---|
List<string> |
LastModified
Parameter last_modified of CcdEntry
Declaration
[Preserve]
[DataMember(Name = "last_modified", EmitDefaultValue = false)]
public DateTime LastModified { get; }
Property Value
Type | Description |
---|---|
DateTime |
LastModifiedBy
Parameter last_modified_by of CcdEntry
Declaration
[Preserve]
[DataMember(Name = "last_modified_by", EmitDefaultValue = false)]
public string LastModifiedBy { get; }
Property Value
Type | Description |
---|---|
string |
LastModifiedByName
Parameter last_modified_by_name of CcdEntry
Declaration
[Preserve]
[DataMember(Name = "last_modified_by_name", EmitDefaultValue = false)]
public string LastModifiedByName { get; }
Property Value
Type | Description |
---|---|
string |
Link
Parameter link of CcdEntry
Declaration
[Preserve]
[DataMember(Name = "link", EmitDefaultValue = false)]
public string Link { get; }
Property Value
Type | Description |
---|---|
string |
Metadata
Parameter metadata of CcdEntry
Declaration
[Preserve]
[JsonConverter(typeof(JsonObjectConverter))]
[DataMember(Name = "metadata", EmitDefaultValue = false)]
public JsonObject Metadata { get; }
Property Value
Type | Description |
---|---|
JsonObject |
Path
Parameter path of CcdEntry
Declaration
[Preserve]
[DataMember(Name = "path", EmitDefaultValue = false)]
public string Path { get; }
Property Value
Type | Description |
---|---|
string |
SignedUrl
Parameter signed_url of CcdEntry
Declaration
[Preserve]
[DataMember(Name = "signed_url", EmitDefaultValue = false)]
public string SignedUrl { get; }
Property Value
Type | Description |
---|---|
string |
UpdatedAt
Parameter updated_at of CcdEntry
Declaration
[Preserve]
[DataMember(Name = "updated_at", EmitDefaultValue = false)]
public DateTime UpdatedAt { get; }
Property Value
Type | Description |
---|---|
DateTime |