Click or drag to resize

HoarderServiceClient Methods

The HoarderServiceClient type exposes the following members.

Methods
 NameDescription
Public methodAddVisitorBookEntryAdds an entry to the visitor book.
Public methodAssignSourceAssigns a source title in a set of titles.
Public methodBulkAssignBulk assigns the property values of many Titles to the same values.
Public methodCheckApiKeyChecks an ApiKey to gain application permissions.
Public methodClearTitleGenresClears all genres from Titles with Ids that match an argument set of Ids.
Public methodDataFixup Performs a custom fixup (repair) of certain information in Titles, and then updates the configuration document to ensure it is synchronised with the Titles.
Public methodDeletePictureBlobDeletes a picture blob.
Public methodDeleteTitleDeletes a title.
Public methodDeleteWorkerLogDeletes a worker log.
Public methodDispose 
Public methodExportCollectionToJsonBlobStarts an export of the entire database to a JSON document in the backup container.
Public methodExportCollectionToXmlBlobStarts an export of the entire database to an XML document in the backup container.
Public methodExportToAzureTablesStarts an exports the entire database to Azure Tables in the backup storage account.
Public methodExportToTsvNormalisedStarts an export of the entire database to normalized TSV files in the backup container.
Public methodGetDatabaseStatsRetrieves database query statistics and performance information.
Public methodGetDatabaseSummaryRetreives a summary of the counts of different types and values in the database.
Public methodGetGlobalConfigReturns the Hoarder application suite configuration values.
Public methodGetMetadataLists metadata about the web service and the data manager.
Public methodGetWorkerLogLinesGets the lines of a specific worker log.
Public methodGlobalNameSearchRuns a global search for a string in Title titles, Picture names, Track names, File names and Contributor names.
Public methodListBlobVDirMetadataGets metadata for picture blobs with a virtual directory prefix -- WARNING LARGE RESPONSE BODY.
Public methodListContributorsInvertedGets an array of inverted contributors.
Public methodListDuplicateTitlesLists duplicate titles.
Public methodListPicMetaShortGets short metadata for picture blobs.
Public methodListPicturesInvertedGets an array of inverted pictures.
Public methodListRandomTitlesLists random titles.
Public methodListThumbMetaShortGets short metadata for picture blobs.
Public methodListTitleItems 
Public methodListTitles This is a special method to convert a previous POST into a new GET.
Public methodListTitlesByContributorNameLists titles containing a specified name as one of the contributors.
Public methodListTitlesByLegacyIdLists titles with a legacy Int32 Id from previous databases.
Public methodListTitlesByPictureBlobNameLists titles containing a specified blob name as one of the pictures.
Public methodListUniqueContributorNamesLists unique constributor names in all titles in the database.
Public methodListVisitorBookEntriesLists all visitor book entries.
Public methodListWorkerLogsLists the short blob names of all worker logs.
Public methodLoginConverts an API Key into a JWT.
Public methodPurgeGenrePurges a genre from the database and removes it from all titles.
Public methodReadBlobMetadataGets metadata attached to the picture blob.
Public methodReadConfigReads the Hoarder database configuration record.
Public methodReadGlobalConfigReturns the Hoarder application configuration.
Public methodReadTitleRetrieves a single title by Id.
Public methodRenameContributorRenames a contributor and all Title references to the contributor.
Public methodRenameLocationRenames a Location in all titles that reference the name.
Public methodRenameMediaRenames a Media in all titles that reference the name.
Public methodRenameOwnerRenames an Owner in all titles that reference the name.
Public methodRenameTagRenames a Tag in all titles that reference the name.
Public methodRepairMissingPhotosScans the Pictures references in Titles to see if they exist as a blob.
Public methodRepsertTitleReplaces or inserts a title.
Public methodSetPictureMetadataSets picture metadata.
Public methodUpdateConfigUpdates the Hoarder database configuration record.
Public methodUpdateTitleFromItemUpdates a title with values from a title list item.
Public methodUploadPictureUploads a picture.
Public methodUseCountGenreGets a count of titles with a specified genre name.
Public methodUseCountLocationGets a count of titles with a specified location name.
Public methodUseCountMediaGets a count of titles with a specified media name.
Public methodUseCountOwnerGets a count of titles with a specified owner name.
Public methodUseCountRoleGets a count of titles with a specified role name.
Public methodUseCountTagGets a count of titles with a specified tag name.
Top
See Also