Sha256: 1d88255a64df7a47598958b4ddb774174130e55eda0d92676081e2862997cbf2

Contents?: true

Size: 487 Bytes

Versions: 89

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

89 entries across 89 versions & 1 rubygems

Version Path
pulp_file_client-1.14.1 docs/Repair.md
pulp_file_client-1.14.0 docs/Repair.md
pulp_file_client-1.13.1 docs/Repair.md
pulp_file_client-1.13.0 docs/Repair.md
pulp_file_client-1.12.0 docs/Repair.md
pulp_file_client-1.11.3 docs/Repair.md
pulp_file_client-1.11.2 docs/Repair.md
pulp_file_client-1.11.1 docs/Repair.md
pulp_file_client-1.11.0 docs/Repair.md