Class GetRepositoryRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.snapshot.GetRepositoryRequest
All Implemented Interfaces:
ElasticsearchCommonRequest

public final class GetRepositoryRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • repository

      @Nullable public java.util.List<java.lang.String> repository()
      A comma-separated list of repository names

      API name: repository

    • local

      @Nullable public java.lang.Boolean local()
      Return local information, do not retrieve the state from master node (default: false)

      API name: local

    • masterTimeout

      @Nullable public java.lang.String masterTimeout()
      Explicit operation timeout for connection to master node

      API name: master_timeout