IWithChildResource<ParentT> インターフェイス

定義

子リソースを設定できる Gremlin データベース定義のステージ。

public interface IWithChildResource<ParentT>
type IWithChildResource<'ParentT> = interface
Public Interface IWithChildResource(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生

メソッド

DefineNewGremlinGraph(String)

新しい Gremlin Graph を定義します。

適用対象