matlab.io.datastore.HadoopLocationBased.isfullfile - Check if datastore reads full files - MATLAB (original) (raw)

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

Check if datastore reads full files

expand all in page

Syntax

tf = isfullfile(ds)

Description

tf = isfullfile([ds](#mw%5Ff170e509-2599-4b5f-8632-1ba963a54560)) returnstrue if the datastore object specified by ds reads an entire file with each call to the read method. Otherwise, it returnsfalse.

Input Arguments

expand all

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

Attributes

Abstract true
Hidden true

To learn about attributes of methods, seeMethod Attributes.

Tips

Version History

Introduced in R2019a

See Also

matlab.io.datastore.HadoopLocationBased | getLocation | initializeDatastore

Topics