Class: matlab.io.datastore.HadoopLocationBased
Package: matlab.io.datastore
Check if datastore reads full files
tf = isfullfile(ds)
tf = isfullfile(
returns
ds
)true
if the datastore object specified by ds
reads an
entire file with each call to the read
method. Otherwise, it returns
false
.
isfullfile
is not required for non-file-based data.