Main Content
isfullfile
Class: matlab.io.datastore.HadoopFileBased
Namespace: matlab.io.datastore
(Not recommended) Check if datastore reads full files
matlab.io.datastore.HadoopFileBased.isfullfile
is not recommended.
Use the
method for the isfullfile
class instead.matlab.io.datastore.HadoopLocationBased
Syntax
tf = isfullfile(ds)
Description
tf = isfullfile(
returns logical
ds
)1
(true
) if the datastore object specified by
ds
reads an entire file with each call to the read
method. Otherwise, it returns logical 0
(false
).
Input Arguments
Version History
Introduced in R2017b