Class ConnectorServiceV1.DownloadThreeDFileBinary

    • Constructor Detail

      • DownloadThreeDFileBinary

        public DownloadThreeDFileBinary()
    • Method Detail

      • downloadThreeDFileBinaryFromURL

        public static CompletableFuture<com.cognite.client.dto.ThreeDFileBinary> downloadThreeDFileBinaryFromURL​(String downloadUrl,
                                                                                                                 int maxRetries,
                                                                                                                 @Nullable
                                                                                                                 URI tempStorageURI,
                                                                                                                 boolean forceTempStorage,
                                                                                                                 List<okhttp3.Interceptor> interceptors)