Revision 31844
Added by Marek Horst about 10 years ago
modules/icm-iis-schemas/trunk/src/main/resources/eu/dnetlib/iis/importer/auxiliary/DocumentContentUrl.avdl | ||
---|---|---|
7 | 7 |
string url; |
8 | 8 |
union { null , string } mimeType = null; |
9 | 9 |
union { null , string } contentChecksum = null; |
10 |
union { null , int } contentSize = null;
|
|
10 |
union { null , long } contentSizeKB = null;
|
|
11 | 11 |
} |
12 | 12 |
|
13 | 13 |
} |
Also available in: Unified diff
#913 renaming DocumentContentUrl#contentSize to DocumentContentUrl#contentSizeKB changing field type from int to long, importing content size from ObjectStoreFile#fileSizeKB, updating dnet-objectstore-rmi dependency from 1.0.0 to 2.0.1-SNAPSHOT