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

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
Syntax
C#
ObjectMetadata GetObjectMetadata(
	string bucketName,
	string key
)

Parameters

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

Return Value

Type: ObjectMetadata
OssObject的元信息。
See Also