IOssListObjects Method (String, String) |
Namespace: Aliyun.OpenServices.OpenStorageServiceAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
SyntaxObjectListing ListObjects(
string bucketName,
string prefix
)
Function ListObjects (
bucketName As String,
prefix As String
) As ObjectListing
Parameters
- bucketName
- Type: SystemString
Bucket的名称。 - prefix
- Type: SystemString
限定返回的Key必须以此作为前缀。
Return Value
Type:
ObjectListingOssObject的列表信息。
See Also