Class RepositoryVerifyIntegrityRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.snapshot.RepositoryVerifyIntegrityRequest

public class RepositoryVerifyIntegrityRequest extends RequestBase
Verifies the integrity of the contents of a snapshot repository
See Also:
  • Field Details

  • Method Details

    • of

    • blobThreadPoolConcurrency

      @Nullable public final Integer blobThreadPoolConcurrency()
      Number of threads to use for reading blob contents

      API name: blob_thread_pool_concurrency

    • indexSnapshotVerificationConcurrency

      @Nullable public final Integer indexSnapshotVerificationConcurrency()
      Number of snapshots to verify concurrently within each index

      API name: index_snapshot_verification_concurrency

    • indexVerificationConcurrency

      @Nullable public final Integer indexVerificationConcurrency()
      Number of indices to verify concurrently

      API name: index_verification_concurrency

    • maxBytesPerSec

      @Nullable public final String maxBytesPerSec()
      Rate limit for individual blob verification

      API name: max_bytes_per_sec

    • maxFailedShardSnapshots

      @Nullable public final Integer maxFailedShardSnapshots()
      Maximum permitted number of failed shard snapshots

      API name: max_failed_shard_snapshots

    • metaThreadPoolConcurrency

      @Nullable public final Integer metaThreadPoolConcurrency()
      Number of threads to use for reading metadata

      API name: meta_thread_pool_concurrency

    • name

      public final List<String> name()
      Required - A repository name

      API name: repository

    • snapshotVerificationConcurrency

      @Nullable public final Integer snapshotVerificationConcurrency()
      Number of snapshots to verify concurrently

      API name: snapshot_verification_concurrency

    • verifyBlobContents

      @Nullable public final Boolean verifyBlobContents()
      Whether to verify the contents of individual blobs

      API name: verify_blob_contents