Click or drag to resize

HoarderServiceClient.ReadBlobMetadata Method

Gets metadata attached to the picture blob.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public Task<FotoProperties> ReadBlobMetadata(
	string blobName
)

Parameters

blobName  String
The name of the picture blob

Return Value

Task<FotoProperties>
A FotoProperties object.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if blobName is null.
See Also