ObsClientGetObjectMetadata Method (String, String, String) |
Obtain object properties.
Namespace:
OBS
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntaxpublic 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:
GetObjectMetadataResponseResponse to a request for obtaining object properties
See Also