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