次の方法で共有


PurviewRelationships.GetPurviewRelationship メソッド

定義

エンティティ間のリレーションシップ情報を GUID で取得します。

public virtual Azure.Response GetPurviewRelationship(string guid, bool? extendedInfo = default, Azure.RequestContext context = default);
abstract member GetPurviewRelationship : string * Nullable<bool> * Azure.RequestContext -> Azure.Response
override this.GetPurviewRelationship : string * Nullable<bool> * Azure.RequestContext -> Azure.Response
Public Overridable Function GetPurviewRelationship (guid As String, Optional extendedInfo As Nullable(Of Boolean) = Nothing, Optional context As RequestContext = Nothing) As Response

パラメーター

guid
String

リレーションシップのグローバル一意識別子。

extendedInfo
Nullable<Boolean>

拡張情報を含めるかどうかを制限します。

context
RequestContext

要求コンテキスト。これは、呼び出しごとに要求の既定の動作をオーバーライドできます。

戻り値

例外

guid が null です。

guid は空の文字列であり、空でないと予想されていました。

注釈

Response Bodyスキーマ:

{
              referredEntities: Dictionary<string, AtlasEntityHeader>,
              relationship: {
                attributes: Dictionary<string, AnyObject>,
                typeName: string,
                lastModifiedTS: string,
                createTime: number,
                createdBy: string,
                end1: {
                  guid: string,
                  typeName: string,
                  uniqueAttributes: Dictionary<string, AnyObject>
                },
                end2: AtlasObjectId,
                guid: string,
                homeId: string,
                label: string,
                provenanceType: number,
                status: "ACTIVE" | "DELETED",
                updateTime: number,
                updatedBy: string,
                version: number
              }
            }

Response Errorスキーマ:

{
              requestId: string,
              errorCode: string,
              errorMessage: string
            }

適用対象