Package io.digdag.spi

Interface StorageObjectSummary


  • @Immutable
    public interface StorageObjectSummary
    • Method Detail

      • getKey

        java.lang.String getKey()
      • getContentLength

        long getContentLength()
      • getLastModified

        java.time.Instant getLastModified()
      • builder

        static io.digdag.spi.ImmutableStorageObjectSummary.Builder builder()