PurviewCatalogClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The PurviewCatalog service client.
public class PurviewCatalogClient
type PurviewCatalogClient = class
Public Class PurviewCatalogClient
- Inheritance
-
PurviewCatalogClient
Constructors
PurviewCatalogClient() |
Initializes a new instance of PurviewCatalogClient for mocking. |
PurviewCatalogClient(Uri, TokenCredential, PurviewCatalogClientOptions) |
Initializes a new instance of PurviewCatalogClient. |
PurviewCatalogClient(Uri, TokenCredential) |
Initializes a new instance of PurviewCatalogClient. |
Properties
Collections |
Provides access to operations which interact with collections in the catalog. |
Entities |
Provides access to operations which interact with entities in the catalog. |
Glossaries |
Provides access to operations which interact with glossaries in the catalog. |
Lineages |
Provides access to operations which interact with lineages in the catalog. |
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Relationships |
Provides access to operations which interact with glossaries in the catalog. |
Types |
Provides access to operations which interact with types in the catalog. |
Methods
AutoComplete(RequestContent, RequestContext) |
Get auto complete options. |
AutoCompleteAsync(RequestContent, RequestContext) |
Get auto complete options. |
Browse(RequestContent, RequestContext) |
Browse entities by path or entity type. |
BrowseAsync(RequestContent, RequestContext) |
Browse entities by path or entity type. |
GetPurviewCollectionsClient() |
Initializes a new instance of PurviewCollections. |
GetPurviewEntitiesClient() |
Initializes a new instance of PurviewEntities. |
GetPurviewGlossariesClient() |
Initializes a new instance of PurviewGlossaries. |
GetPurviewLineagesClient() |
Initializes a new instance of PurviewLineages. |
GetPurviewRelationshipsClient() |
Initializes a new instance of PurviewRelationships. |
GetPurviewTypesClient() |
Initializes a new instance of PurviewTypes. |
Search(RequestContent, RequestContext) |
Gets data using search. |
SearchAsync(RequestContent, RequestContext) |
Gets data using search. |
Suggest(RequestContent, RequestContext) |
Get search suggestions by query criteria. |
SuggestAsync(RequestContent, RequestContext) |
Get search suggestions by query criteria. |
Applies to
Azure SDK for .NET