Sha256: f3aa1e5c0de51634609597f7f71ec62268e17977bacd1a23913cc4169874bf59

Contents?: true

Size: 440 Bytes

Versions: 3

Compression:

Stored size: 440 Bytes

Contents

module Longleaf
  # Constants for common configuration fields for preservation service definitions
  class ServiceFields
    WORK_SCRIPT = 'work_script'
    WORK_CLASS = 'work_class'
    FREQUENCY = 'frequency'
    DELAY = 'delay'

    REPLICATE_TO = 'to'
    DIGEST_ALGORITHMS = 'algorithms'

    COLLISION_PROPERTY = "replica_collision_policy"
    DEFAULT_COLLISION_POLICY = "replace"
    VALID_COLLISION_POLICIES = ["replace"]
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
longleaf-1.1.1 lib/longleaf/models/service_fields.rb
longleaf-1.1.0 lib/longleaf/models/service_fields.rb
longleaf-1.0.0 lib/longleaf/models/service_fields.rb