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

Bb::Collaborate::V3::Server::QuotaLimits - Gets quota limits and usage information

DESCRIPTION

This class is used to determine how much of your quotas you have used.

PROPERTIES

versionId (Int)

The version number as a 4 digit integer, e.g. 1002.

quotaName (Str)

The name of the quota. This may be one of the following:

  • session - The number of sessions.

  • disk - The number of bytes of disk storage.

  • recordingConversion - The number of conversions of recordings.

  • recordingPlayback - The number of times recordings have been played back in the past 12 months.

quotaUsage (Int)

How many have been used.

quotaAvailable (Int)

The number available

METHODS

list

    my $server_version = Bb::Collaborate::V3::Server::QuotaLimits->get;
    print "ELM version is: ".$server_version->versionName."\n";

Returns the server version information for the current connection.