Main Content

isfullfile

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

检查数据存储是否读取完整文件

语法

tf = isfullfile(ds)

说明

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

输入参数

全部展开

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

属性

Abstracttrue
Hiddentrue

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

提示

  • isfullfile 对于非基于文件的数据不是必需的。

版本历史记录

在 R2019a 中推出