public class VolumePartition extends LazyLoad
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getComment()
获取注释
|
Date |
getCreatedTime()
获取创建时间
|
int |
getFileCount()
获取内部文件个数
|
Iterator<VolumeFile> |
getFileIterator()
获取文件迭代器
|
Iterator<VolumeFile> |
getFileIterator(String path)
获取文件迭代器
|
Date |
getLastModifiedTime()
获取volume partition最后修改时间
|
long |
getLength()
获取内部存储大小
|
String |
getName()
获取volume partition名
|
String |
getOwner()
获取volume partition所属用户
|
void |
reload()
重新加载属性值
|
public void reload()
throws OdpsException
LazyLoadreload 在类中 LazyLoadOdpsExceptionpublic String getName()
public String getComment()
public String getOwner()
public Date getCreatedTime()
public Date getLastModifiedTime()
public long getLength()
public int getFileCount()
public Iterator<VolumeFile> getFileIterator()
public Iterator<VolumeFile> getFileIterator(String path)
path - 文件路径Copyright © 2015 Alibaba Cloud Computing. All rights reserved.