Interface FileStorageSrv.Iface

All Known Implementing Classes:
FileStorageSrv.Client
Enclosing class:
FileStorageSrv

public static interface FileStorageSrv.Iface
  • Method Details

    • createNewFile

      NewFileResult createNewFile​(Map<String,​dev.vality.damsel.msgpack.Value> metadata, String expires_at) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • generateDownloadUrl

      String generateDownloadUrl​(String file_data_id, String expires_at) throws FileNotFound, org.apache.thrift.TException
      Throws:
      FileNotFound
      org.apache.thrift.TException
    • getFileData

      FileData getFileData​(String file_data_id) throws FileNotFound, org.apache.thrift.TException
      Throws:
      FileNotFound
      org.apache.thrift.TException