Sha256: 1d88255a64df7a47598958b4ddb774174130e55eda0d92676081e2862997cbf2
Contents?: true
Size: 487 Bytes
Versions: 86
Compression:
Stored size: 487 Bytes
Contents
# PulpFileClient::Repair ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **verify_checksums** | **Boolean** | Will verify that the checksum of all stored files matches what saved in the database. Otherwise only the existence of the files will be checked. Enabled by default | [optional] [default to true] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::Repair.new(verify_checksums: null) ```
Version data entries
86 entries across 86 versions & 1 rubygems