\OSS\ModelObjectInfo

Class ObjectInfo

listObjects接口中返回的Object列表中的类

listObjects接口返回数据中包含两个Array 一个是拿到的Object列表【可以理解成对应文件系统中的文件列表】 一个是拿到的Prefix列表【可以理解成对应文件系统中的目录列表】

Summary

Methods
Properties
Constants
__construct()
getKey()
getLastModified()
getETag()
getType()
getSize()
getStorageClass()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$key
$lastModified
$eTag
$type
$size
$storageClass
N/A

Properties

$key

$key : 

Type

$lastModified

$lastModified : 

Type

$eTag

$eTag : 

Type

$type

$type : 

Type

$size

$size : 

Type

$storageClass

$storageClass : 

Type

Methods

__construct()

__construct(string  $key, string  $lastModified, string  $eTag, string  $type, integer  $size, string  $storageClass) 

ObjectInfo constructor.

Parameters

string $key
string $lastModified
string $eTag
string $type
integer $size
string $storageClass

getKey()

getKey() : string

Returns

string

getLastModified()

getLastModified() : string

Returns

string

getETag()

getETag() : string

Returns

string

getType()

getType() : string

Returns

string

getSize()

getSize() : integer

Returns

integer

getStorageClass()

getStorageClass() : string

Returns

string