Method ReadObjectMetadataAsync
ReadObjectMetadataAsync(ObjectKey)
Retrieves the metadata for the specified object.
public Task<ObjectMetadata> ReadObjectMetadataAsync(ObjectKey key)
Parameters
keyObjectKeyObjectKey
Returns
- Task<ObjectMetadata>
An ObjectMetadata instance or null if the object is not found.
Exceptions
- ScaleoutException
Server returned an unexpected error.