Class Progress

java.lang.Object
io.minio.messages.Stats
io.minio.messages.Progress

public class Progress extends Stats
Progress information of S3 select response message.
  • Constructor Details

    • Progress

      public Progress(Long bytesScanned, Long bytesProcessed, Long bytesReturned)
  • Method Details