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 isfullfile method for the matlab.io.datastore.HadoopLocationBased class instead.

Syntax

tf = isfullfile(ds)

Description

tf = isfullfile(ds) returns logical 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

expand all

Input datastore, specified as a matlab.io.Datastore object. To create a Datastore object, see matlab.io.Datastore.

Attributes

Abstracttrue
Hiddentrue

To learn about attributes of methods, see Method Attributes.

Version History

Introduced in R2017b