Click or drag to resize

ObsClientGetObjectMetadata Method (String, String, String)

Obtain object properties.

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public GetObjectMetadataResponse GetObjectMetadata(
	string bucketName,
	string objectKey,
	string versionId
)

Parameters

bucketName
Type: SystemString
Bucket name
objectKey
Type: SystemString
Object name
versionId
Type: SystemString
Version ID

Return Value

Type: GetObjectMetadataResponse
Response to a request for obtaining object properties
See Also