16 using Newtonsoft.Json;
17 using System.Collections.Generic;
30 [JsonProperty(
"jobId")]
31 public string JobId {
get;
set; }
37 public string Url {
get;
set; }
48 [JsonProperty(PropertyName =
"key")]
49 public string Key {
get;
set; }
54 [JsonProperty(PropertyName =
"modified")]
60 [JsonProperty(PropertyName =
"mime")]
61 public string Mime {
get;
set; }
66 [JsonProperty(PropertyName =
"size")]
67 public decimal?
Size {
get;
set; }
78 [JsonProperty(PropertyName =
"name")]
79 public string Name {
get;
set; }
84 [JsonProperty(PropertyName =
"isFolder")]
96 [JsonProperty(PropertyName =
"created")]
102 [JsonProperty(PropertyName =
"md5")]
103 public string Md5 {
get;
set; }
108 [JsonProperty(PropertyName =
"preview")]
120 [JsonProperty(PropertyName =
"path")]
121 public string Path {
get;
set; }
126 [JsonProperty(PropertyName =
"objects")]
127 public List<SummaryObjectStore>
Objects {
get;
set; }
132 [JsonProperty(PropertyName =
"objectStorageUsed")]
138 [JsonProperty(PropertyName =
"objectStorageUsedHuman")]
150 [JsonProperty(PropertyName =
"metadata")]