OSS/Models/ObjectListing.php

Show: PublicProtectedPrivateinherited
Table of Contents
Copyright (C) Alibaba Cloud Computing All rights reserved.

版权所有 (C)阿里云计算有限公司

\Aliyun\OSS\Models\ObjectListing

Package: Aliyun\OSS\Models
List Objects 返回的结果

Properties

>VPropertyprivatestring $bucketName

Bucket的名字

Details
Type
string
>VPropertyprivatearray $commonPrefixes = array()
Default valuearray()Details
Type
array
>VPropertyprivatestring $delimiter
Details
Type
string
>VPropertyprivatebool $isTruncated

是否全部获取完成

Details
Type
bool
>VPropertyprivatestring $marker
Details
Type
string
>VPropertyprivateinteger $maxKeys
Details
Type
integer
>VPropertyprivatestring $nextMarker

如果没有全部获取,nextMarker指明下一次获取的位置

Details
Type
string
>VPropertyprivatearray $objectSummarys = array()

Object 信息列表

Default valuearray()Details
Type
array
>VPropertyprivatestring $prefix
Details
Type
string

Methods

methodpublicgetBucketName() : string

获取Bucket的名字

Returns
TypeDescription
string
methodpublicgetCommonPrefixes() : array

获取CommonPrefixes

Returns
TypeDescription
array
methodpublicgetDelimiter() : string

获取Delimiter

Returns
TypeDescription
string
methodpublicgetIsTruncated() : bool

获取IsTruncated,表示返回结果是否被截断

Returns
TypeDescription
bool
methodpublicgetMarker() : string

获取Marker

Returns
TypeDescription
string
methodpublicgetMaxKeys() : int

获取MexKeys

Returns
TypeDescription
int
methodpublicgetNextMarker() : string

获取NextMarker

Returns
TypeDescription
string
methodpublicgetObjectSummarys() : array

获取Object的列表

Returns
TypeDescription
array
methodpublicgetPrefix() : string

获取Prefix

Returns
TypeDescription
string
Documentation was generated by phpDocumentor 2.0.0a12.