Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1299654
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
Wed, Nov 19, 12:07 AM
Size
493 B
Mime Type
text/x-c++
Expires
Fri, Nov 21, 12:07 AM (17 h, 29 m)
Engine
blob
Format
Raw Data
Handle
290445
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