File tree Expand file tree Collapse file tree
synapseclient/models/services Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ These columns are present in manifests generated by the Synapse UI download cart
4444| -------------------| -------------------------------|
4545| error | any error in downloading file |
4646| versionNumber | version of the file |
47- | dataFileSizeBites | size of the file in bytes |
47+ | dataFileSizeBytes | size of the file in bytes |
4848| createdBy | user who created the file |
4949| createdOn | date the file was created |
5050| modifiedBy | user who last modified |
Original file line number Diff line number Diff line change 5757 # Download-list / Synapse UI informational columns — ignore for upload
5858 "error" ,
5959 "versionNumber" ,
60- "dataFileSizeBites " ,
60+ "dataFileSizeBytes " ,
6161 "createdBy" ,
6262 "createdOn" ,
6363 "modifiedBy" ,
You can’t perform that action at this time.
0 commit comments