@@ -56,6 +56,7 @@ defmodule Astarte.DataAccess.Mappings.XandraTest do
5656 database_retention_ttl: nil ,
5757 description: nil ,
5858 doc: nil ,
59+ encrypted: false ,
5960 endpoint: "/foo/%{param}/timestampValue" ,
6061 endpoint_id: << 52 , 108 , 128 , 228 , 202 , 153 , 98 , 116 , 129 , 246 , 123 , 28 , 27 , 229 , 149 , 33 >> ,
6162 expiry: 0 ,
@@ -74,6 +75,7 @@ defmodule Astarte.DataAccess.Mappings.XandraTest do
7475 database_retention_ttl: nil ,
7576 description: nil ,
7677 doc: nil ,
78+ encrypted: false ,
7779 endpoint: "/foo/%{param}/stringValue" ,
7880 endpoint_id: << 57 , 7 , 212 , 29 , 91 , 202 , 50 , 157 , 158 , 81 , 76 , 234 , 42 , 84 , 169 , 154 >> ,
7981 expiry: 0 ,
@@ -92,6 +94,7 @@ defmodule Astarte.DataAccess.Mappings.XandraTest do
9294 database_retention_ttl: 120 ,
9395 description: nil ,
9496 doc: nil ,
97+ encrypted: false ,
9598 endpoint: "/%{itemIndex}/value" ,
9699 endpoint_id: << 117 , 1 , 14 , 27 , 25 , 158 , 238 , 252 , 221 , 53 , 210 , 84 , 176 , 226 , 9 , 36 >> ,
97100 expiry: 0 ,
@@ -110,6 +113,7 @@ defmodule Astarte.DataAccess.Mappings.XandraTest do
110113 database_retention_ttl: nil ,
111114 description: nil ,
112115 doc: nil ,
116+ encrypted: false ,
113117 endpoint: "/foo/%{param}/blobValue" ,
114118 endpoint_id: << 122 , 164 , 76 , 17 , 34 , 115 , 71 , 217 , 230 , 36 , 74 , 224 , 41 , 222 , 222 , 170 >> ,
115119 expiry: 0 ,
@@ -128,6 +132,7 @@ defmodule Astarte.DataAccess.Mappings.XandraTest do
128132 database_retention_ttl: nil ,
129133 description: nil ,
130134 doc: nil ,
135+ encrypted: false ,
131136 endpoint: "/foo/%{param}/longValue" ,
132137 endpoint_id: << 239 , 249 , 87 , 207 , 3 , 223 , 222 , 237 , 151 , 132 , 168 , 112 , 142 , 61 , 140 , 185 >> ,
133138 expiry: 0 ,
@@ -139,6 +144,25 @@ defmodule Astarte.DataAccess.Mappings.XandraTest do
139144 retention: :discard ,
140145 type: nil ,
141146 value_type: :longinteger
147+ } ,
148+ << 59 , 57 , 253 , 58 , 244 , 150 , 38 , 255 , 129 , 246 , 76 , 45 , 209 , 80 , 184 , 100 >> => % Mapping {
149+ allow_unset: false ,
150+ database_retention_policy: :no_ttl ,
151+ database_retention_ttl: nil ,
152+ description: nil ,
153+ doc: nil ,
154+ encrypted: true ,
155+ endpoint: "/encrypted/value" ,
156+ endpoint_id: << 59 , 57 , 253 , 58 , 244 , 150 , 38 , 255 , 129 , 246 , 76 , 45 , 209 , 80 , 184 , 100 >> ,
157+ expiry: 0 ,
158+ explicit_timestamp: nil ,
159+ interface_id:
160+ << 10 , 13 , 167 , 125 , 133 , 181 , 147 , 217 , 212 , 210 , 189 , 38 , 221 , 24 , 201 , 175 >> ,
161+ path: nil ,
162+ reliability: :unique ,
163+ retention: :discard ,
164+ type: nil ,
165+ value_type: :datetime
142166 }
143167 }
144168
0 commit comments