Click or drag to resize
IOssGetObjectMetadata Method
获取OssObject的元信息。

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
ObjectMetadata GetObjectMetadata(
	string bucketName,
	string key
)

Parameters

bucketName
Type: SystemString
Bucket的名称。
key
Type: SystemString
Key

Return Value

Type: ObjectMetadata
OssObject的元信息。
See Also