Uses of Class
com.databricks.sdk.service.files.ReadResponse
-
Packages that use ReadResponse Package Description com.databricks.sdk.service.files -
-
Uses of ReadResponse in com.databricks.sdk.service.files
Methods in com.databricks.sdk.service.files that return ReadResponse Modifier and Type Method Description ReadResponseDbfsAPI. read(ReadDbfsRequest request)Get the contents of a file.ReadResponseDbfsAPI. read(String path)ReadResponseDbfsService. read(ReadDbfsRequest readDbfsRequest)Get the contents of a file.ReadResponseReadResponse. setBytesRead(Long bytesRead)ReadResponseReadResponse. setData(String data)
-