PurviewLineages.NextPageLineage Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retornar informações imediatas de linhagem da próxima página sobre a entidade com paginação.
public virtual Azure.Response NextPageLineage (string guid, string direction, bool? getDerivedLineage = default, int? offset = default, int? limit = default, Azure.RequestContext context = default);
abstract member NextPageLineage : string * string * Nullable<bool> * Nullable<int> * Nullable<int> * Azure.RequestContext -> Azure.Response
override this.NextPageLineage : string * string * Nullable<bool> * Nullable<int> * Nullable<int> * Azure.RequestContext -> Azure.Response
Public Overridable Function NextPageLineage (guid As String, direction As String, Optional getDerivedLineage As Nullable(Of Boolean) = Nothing, Optional offset As Nullable(Of Integer) = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional context As RequestContext = Nothing) As Response
Parâmetros
- guid
- String
O identificador global exclusivo da entidade.
- direction
- String
A direção da linhagem, que pode ser INPUT, OUTPUT ou BOTH. Valores permitidos: "BOTH" | "INPUT" | "OUTPUT".
- context
- RequestContext
O contexto de solicitação, que pode substituir comportamentos padrão na solicitação por chamada.
Retornos
Exceções
guid
ou direction
é nulo.
guid
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
Comentários
Esquema para Response Body
:
{
baseEntityGuid: string,
guidEntityMap: Dictionary<string, AtlasEntityHeader>,
widthCounts: Dictionary<string, Dictionary<string, AnyObject>>,
lineageDepth: number,
lineageWidth: number,
includeParent: boolean,
childrenCount: number,
lineageDirection: "INPUT" | "OUTPUT" | "BOTH",
parentRelations: [
{
childEntityId: string,
relationshipId: string,
parentEntityId: string
}
],
relations: [
{
fromEntityId: string,
relationshipId: string,
toEntityId: string
}
]
}
Esquema para Response Error
:
{
requestId: string,
errorCode: string,
errorMessage: string
}
Aplica-se a
Azure SDK for .NET