File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
CosyncStorage/React-Native/CosyncStorageSample/config Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,9 @@ exports.CosyncAsset = {
33
33
"_partition" :{ "type" : "string" , "indexed" : true } ,
34
34
"uid" :{ "type" : "string" , "indexed" : true } ,
35
35
"sessionId" :{ "type" : "string" , "indexed" : true } ,
36
- "assetPartition" :{ "type" : "string" , "indexed" : true } ,
37
- "filePath" : { "type" : "string" , "default" : "" } ,
38
36
"path" :{ "type" : "string" , "default" : "" } ,
39
- "expirationHours" : { "type" : "double" , "default" : 24 } ,
37
+ "expirationHours" : { "type" : "double" , "default" : 24 } ,
38
+ "expiration" : { "type" : "date" , "optional" : true } ,
40
39
"contentType" :{ "type" : "string" , "optional" : true } ,
41
40
"size" :{ "type" : "int" , "optional" : true , "indexed" : true } ,
42
41
"duration" :{ "type" : "double" , "optional" : true } ,
You can’t perform that action at this time.
0 commit comments