Changeset 6648
- Timestamp:
- Mar 20, 2006, 12:02:29 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/DataStore/lib/DataStore/File.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStore/lib/DataStore/File.pm
r6625 r6648 1 1 # Copyright (C) 2006 Joshua Hoblitt 2 2 # 3 # $Id: File.pm,v 1.1 0 2006-03-17 03:40:46jhoblitt Exp $3 # $Id: File.pm,v 1.11 2006-03-20 22:02:29 jhoblitt Exp $ 4 4 5 5 package DataStore::File; … … 92 92 The FIle ID as a string. 93 93 94 This key is optional. 95 94 96 =item * bytes 95 97 96 98 The size of the file as an integer number of bytes. 97 99 100 This key is optional. 101 98 102 =item * md5sum 99 103 100 104 The hex encoded md5 checksum of the file. 101 105 106 This key is optional. 107 102 108 =item * type 103 109 104 110 The type of file as a string. 111 112 This key is optional. 105 113 106 114 =back
Note:
See TracChangeset
for help on using the changeset viewer.
