Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F401863
counter.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Feb 20, 1:39 PM
Size
493 B
Mime Type
text/x-c++
Expires
Sat, Feb 22, 1:39 PM (16 h, 17 m)
Engine
blob
Format
Raw Data
Handle
191842
Attached To
rARCHIVING archiving
counter.rb
View Options
# Bacula Counter table
#
# The Counter table contains one entry for each permanent counter defined by the user.
class
Counter
<
ActiveRecord
::
Base
establish_connection
BACULA_CONF
self
.
table_name
=
"
#{
connection_config
[
:database
]
}
.Counters"
self
.
primary_key
=
:Counter
alias_attribute
:counter
,
:Counter
alias_attribute
:min_value
,
:MinValue
alias_attribute
:max_value
,
:MaxValue
alias_attribute
:current_value
,
:CurrentValue
alias_attribute
:wrap_coounter
,
:WrapCounter
end
Event Timeline
Log In to Comment