Class SnapshotsRequest

java.lang.Object
All Implemented Interfaces:
ElasticsearchCatRequest, ElasticsearchCommonRequest

public final class SnapshotsRequest
extends CatRequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • repository

      @Nullable public java.util.List<java.lang.String> repository()
      Name of repository from which to fetch the snapshot information

      API name: repository

    • ignoreUnavailable

      @Nullable public java.lang.Boolean ignoreUnavailable()
      Set to true to ignore unavailable snapshots

      API name: ignore_unavailable