Sha256: 5064022521e8332c0643971b543bd12bd11b05976c72029eb32aaf47d98ac8cb
Contents?: true
Size: 427 Bytes
Versions: 2
Compression:
Stored size: 427 Bytes
Contents
module Longleaf # File metadata fields class MDFields DATA = 'data' SERVICES = 'services' REGISTERED_TIMESTAMP = 'registered' DEREGISTERED_TIMESTAMP = 'deregistered' LAST_MODIFIED = 'last-modified' FILE_SIZE = 'size' PHYSICAL_PATH = 'physical-path' CHECKSUMS = 'checksums' STALE_REPLICAS = 'stale-replicas' SERVICE_TIMESTAMP = 'timestamp' RUN_NEEDED = 'run-needed' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
longleaf-1.1.1 | lib/longleaf/models/md_fields.rb |
longleaf-1.1.0 | lib/longleaf/models/md_fields.rb |