IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6648


Ignore:
Timestamp:
Mar 20, 2006, 12:02:29 PM (20 years ago)
Author:
jhoblitt
Message:

doc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/lib/DataStore/File.pm

    r6625 r6648  
    11# Copyright (C) 2006  Joshua Hoblitt
    22#
    3 # $Id: File.pm,v 1.10 2006-03-17 03:40:46 jhoblitt Exp $
     3# $Id: File.pm,v 1.11 2006-03-20 22:02:29 jhoblitt Exp $
    44
    55package DataStore::File;
     
    9292The FIle ID as a string.
    9393
     94This key is optional.
     95
    9496=item * bytes
    9597
    9698The size of the file as an integer number of bytes.
    9799
     100This key is optional.
     101
    98102=item * md5sum
    99103
    100104The hex encoded md5 checksum of the file.
    101105
     106This key is optional.
     107
    102108=item * type
    103109
    104110The type of file as a string.
     111
     112This key is optional.
    105113
    106114=back
Note: See TracChangeset for help on using the changeset viewer.