ObsClientGetObjectMetadata Method (String, String) |
Obtain object properties.
Namespace:
OBS
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntaxpublic GetObjectMetadataResponse GetObjectMetadata(
string bucketName,
string objectKey
)
Parameters
- bucketName
- Type: SystemString
Bucket name - objectKey
- Type: SystemString
Object name
Return Value
Type:
GetObjectMetadataResponseResponse to a request for obtaining object properties
See Also