Uses of Class
com.databricks.sdk.service.files.ReadDbfsRequest
-
Packages that use ReadDbfsRequest Package Description com.databricks.sdk.service.files -
-
Uses of ReadDbfsRequest in com.databricks.sdk.service.files
Methods in com.databricks.sdk.service.files that return ReadDbfsRequest Modifier and Type Method Description ReadDbfsRequest
ReadDbfsRequest. setLength(Long length)
ReadDbfsRequest
ReadDbfsRequest. setOffset(Long offset)
ReadDbfsRequest
ReadDbfsRequest. setPath(String path)
Methods in com.databricks.sdk.service.files with parameters of type ReadDbfsRequest Modifier and Type Method Description ReadResponse
DbfsAPI. read(ReadDbfsRequest request)
Get the contents of a file.ReadResponse
DbfsService. read(ReadDbfsRequest readDbfsRequest)
Get the contents of a file.
-