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 ReadResponse
DbfsAPI. read(ReadDbfsRequest request)
Get the contents of a file.ReadResponse
DbfsAPI. read(String path)
ReadResponse
DbfsService. read(ReadDbfsRequest readDbfsRequest)
Get the contents of a file.ReadResponse
ReadResponse. setBytesRead(Long bytesRead)
ReadResponse
ReadResponse. setData(String data)
-