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