The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Crashplan::Client::ArchiveRecord - Object representation of Crashplan PROe server's entity

SYNOPSIS

Crashplan::Client::ArchiveRecord objects are instancied by Crashplan::Client.

Specifically, calling Crashplan::Client->parse_response after querying the server could produce Crashplan::Client::ArchiveRecord

DESCRIPTION

Daily historical record of archive statistics. Records for users and orgs are summaries of all the computers in that user or organization.

METHODS

new

The Crashplan::Client::ArchiveRecord constructor

id

Getter for the 'id" attribute.

creationDate

Getter for the 'creationDate" attribute.

modificationDate

Getter for the 'modificationDate" attribute.

targetId

The id of the target computer - will be null if userIdor orgId is not null

dailyChange

A rolling 30-day average of bytes added or removed fromthe archive

lastConnected

Timestamp indicating the last time a computer connectedto the target or null if there has been no connection

userId

The id of the user this record represents - will be nullif sourceId, targetId, or orgId are not null

selectedBytes

Byte count for all files selected for backup

todoFiles

Count of all files waiting to be backed up

archiveBytes

Bytes used by the archive

lastActivity

Timestamp indicating the last backup activity or null ifthere has been no activity

sourceId

The id of the source computer - will be null if userIdor orgId is not null

orgId

The id of the org this record represents - will be nullif sourceId, targetId, or userId are not null

selectedFiles

Count of all files selected for backup

todoBytes

Byte count for all files waiting to be backed up

SEE ALSO

http://support.crashplanpro.com/doku.php/api#archive_record

AUTHOR

Arnaud (Arhuman) Assad, copyright 2011 Jaguar Network

LICENSE

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.