 | HoarderServiceClient.ListThumbMetaShort Method |
Gets short metadata for picture blobs.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic Task<ThumbMetaShort[]> ListThumbMetaShort(
int? max = null
)
Parameters
- max Nullable<Int32> (Optional)
- Maximum return count (for testing only).
Return Value
Task<ThumbMetaShort[]>An ThumbMetaShort object array.
See Also