Uses of Class
co.yellowdog.platform.clients.objectstore.TransferProperties
Packages that use TransferProperties
Package
Description
Provides the classes needed to interact with the YellowDog Object Store service.
-
Uses of TransferProperties in co.yellowdog.platform.clients.objectstore
Methods in co.yellowdog.platform.clients.objectstore that return TransferPropertiesModifier and TypeMethodDescriptionObjectStoreClientConfigurationProperties.getDownload()ObjectStoreClientConfigurationProperties.getUpload()Methods in co.yellowdog.platform.clients.objectstore with parameters of type TransferPropertiesModifier and TypeMethodDescriptionObjectStoreClient.createDownloadSession(String namespace, String objectName, Path destinationFolderPath, TransferProperties properties) ObjectStoreClientImpl.createDownloadSession(@NonNull String namespace, @NonNull String objectName, @NonNull Path destinationFolderPath, @NonNull TransferProperties properties) ObjectStoreClient.createUploadSession(String namespace, Path sourceFilePath, TransferProperties properties) ObjectStoreClient.createUploadSession(String namespace, Path sourceFilePath, String objectName, TransferProperties properties) ObjectStoreClientImpl.createUploadSession(@NonNull String namespace, @NonNull Path sourceFilePath, @NonNull TransferProperties properties) ObjectStoreClientImpl.createUploadSession(@NonNull String namespace, @NonNull Path sourceFilePath, @NonNull String objectName, @NonNull TransferProperties properties) DownloadBatchBuilder.transferProperties(TransferProperties transferProperties) UploadBatchBuilder.transferProperties(TransferProperties transferProperties)