Main Content

isfullfile

Class: matlab.io.datastore.HadoopLocationBased
Namespace: matlab.io.datastore

Check if datastore reads full files

Syntax

tf = isfullfile(ds)

Description

tf = isfullfile(ds) returns true if the datastore object specified by ds reads an entire file with each call to the read method. Otherwise, it returns 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.

Tips

  • isfullfile is not required for non-file-based data.

Version History

Introduced in R2019a