PurviewLineages 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 PurviewLineages service client.
public class PurviewLineages
type PurviewLineages = class
Public Class PurviewLineages
- Inheritance
-
PurviewLineages
Constructors
PurviewLineages() |
Initializes a new instance of PurviewLineages for mocking. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
GetLineageByUniqueAttribute(String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, RequestContext) |
Returns lineage info about entity. In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format attr:[attrName]=[attrValue] NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName |
GetLineageByUniqueAttributeAsync(String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, RequestContext) |
Returns lineage info about entity. In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format attr:[attrName]=[attrValue] NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName |
GetLineageGraph(String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, RequestContext) |
Get lineage info of the entity specified by GUID. |
GetLineageGraphAsync(String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, RequestContext) |
Get lineage info of the entity specified by GUID. |
NextPageLineage(String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, RequestContext) |
Return immediate next page lineage info about entity with pagination. |
NextPageLineageAsync(String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, RequestContext) |
Return immediate next page lineage info about entity with pagination. |
Applies to
Azure SDK for .NET