Class CcdEntryCreateByPath
CcdEntryCreateByPath model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
public class CcdEntryCreateByPath : object
Constructors
CcdEntryCreateByPath(String, Int32, String, List<String>, Object)
Creates an instance of CcdEntryCreateByPath.
Declaration
public CcdEntryCreateByPath(string contentHash, int contentSize, string contentType = null, List<string> labels = null, object metadata = null)
Parameters
Type | Name | Description |
---|---|---|
String | contentHash | The "content_hash" should be MD5sum hash value. |
Int32 | contentSize | contentSize param |
String | contentType | contentType param |
List<String> | labels | labels param |
Object | metadata | metadata param |
Properties
ContentHash
The "content_hash" should be MD5sum hash value.
Declaration
public string ContentHash { 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> |
Metadata
Declaration
public JsonObject Metadata { get; }
Property Value
Type | Description |
---|---|
JsonObject |