 | HoarderServiceClient.ReadBlobMetadata Method |
Gets metadata attached to the picture blob.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic Task<FotoProperties> ReadBlobMetadata(
string blobName
)
Parameters
- blobName String
- The name of the picture blob
Return Value
Task<FotoProperties>A FotoProperties object.
Exceptions
See Also