Main Content

isfullfile

类: matlab.io.datastore.HadoopFileBased
命名空间: matlab.io.datastore

(不推荐)检查数据存储是否读取完整文件

不推荐使用 matlab.io.datastore.HadoopFileBased.isfullfile。请改用 matlab.io.datastore.HadoopLocationBased 类的 isfullfile 方法。

语法

tf = isfullfile(ds)

说明

如果 ds 指定的数据存储对象每次调用 read 方法都读取整个文件,则 tf = isfullfile(ds) 返回逻辑值 1 (true)。否则,将返回逻辑值 0 (false)。

输入参数

全部展开

输入数据存储,指定为 matlab.io.Datastore 对象。要创建 Datastore 对象,请参阅 matlab.io.Datastore

属性

Abstracttrue
Hiddentrue

要了解方法的属性,请参阅方法属性

版本历史记录

在 R2017b 中推出