Class BlobPathParameters

java.lang.Object
org.opensearch.common.remote.BlobPathParameters

public class BlobPathParameters extends Object
Parameters which can be used to construct a blob path
  • Constructor Details

    • BlobPathParameters

      public BlobPathParameters(List<String> pathTokens, String filePrefix)
  • Method Details

    • getPathTokens

      public List<String> getPathTokens()
    • getFilePrefix

      public String getFilePrefix()