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 ReadDbfsRequestReadDbfsRequest. setLength(Long length)ReadDbfsRequestReadDbfsRequest. setOffset(Long offset)ReadDbfsRequestReadDbfsRequest. setPath(String path)Methods in com.databricks.sdk.service.files with parameters of type ReadDbfsRequest Modifier and Type Method Description ReadResponseDbfsAPI. read(ReadDbfsRequest request)Get the contents of a file.ReadResponseDbfsService. read(ReadDbfsRequest readDbfsRequest)Get the contents of a file.
-