Class CcdVersion
CcdVersion model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
public class CcdVersion : object
Constructors
CcdVersion(String, String, Int32, String, List<String>, DateTime, String, Object, String, System.Guid)
Creates an instance of CcdVersion.
Declaration
public CcdVersion(string contentHash = null, string contentLink = null, int contentSize = null, string contentType = null, List<string> labels = null, DateTime lastModified = null, string link = null, object metadata = null, string path = null, System.Guid versionid = null)
Parameters
| Type | Name | Description |
|---|---|---|
| String | contentHash | contentHash param |
| String | contentLink | contentLink param |
| Int32 | contentSize | contentSize param |
| String | contentType | contentType param |
| List<String> | labels | labels param |
| DateTime | lastModified | lastModified param |
| String | link | link param |
| Object | metadata | metadata param |
| String | path | path param |
| System.Guid | versionid | versionid param |
Properties
ContentHash
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 |
Labels
Declaration
public List<string> Labels { get; }
Property Value
| Type | Description |
|---|---|
| List<String> |
LastModified
Declaration
public DateTime LastModified { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
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 |
Versionid
Declaration
public System.Guid Versionid { get; }
Property Value
| Type | Description |
|---|---|
| System.Guid |