SSIS Components for GraphQL

Build 25.0.9434

Schema

このセクションでは、本プロバイダーの接続設定で設定可能なSchema プロパティの全リストを提供します。


プロパティ説明
Locationテーブル、ビュー、およびストアドプロシージャを定義するスキーマファイルを格納するディレクトリの場所を指定します。サービスの要件に応じて、これは絶対パスまたは相対パスのいずれかで表されます。
BrowsableSchemasレポートされるスキーマを利用可能なすべてのスキーマのサブセットに制限するオプション設定。例えば、 BrowsableSchemas=SchemaA,SchemaB,SchemaC です。
Tablesレポートされるテーブルを利用可能なすべてのテーブルのサブセットに制限するオプション設定。例えば、 Tables=TableA,TableB,TableC です。
Viewsレポートされたビューを使用可能なテーブルのサブセットに制限するオプション設定。例えば、 Views=ViewA,ViewB,ViewC です。
ExpandArgumentsDepthSpecifies the depth the provider searches for columns within nested GraphQL arguments of type INPUT_OBJECT. Higher values expand deeper levels of nested fields, while lower values limit the expansion.
ExpandTablesDepthSpecifies how deeply the provider explores nested child tables in the GraphQL schema when building the relational model. This setting only takes effect if the ExposeObjectTables property is set to DEEP.
ExpandTemporaryTablesDepthSpecifies the depth at which the provider includes nested child temporary tables in the schema. This property only takes effect when the ExposeDynamicProcedures property is set to true.
ExpandColumnsDepthSpecifies the depth at which the provider searches for columns within nested GraphQL objects, exposing those fields as columns.
IncludeDeprecatedMetadataSpecifies whether the provider includes deprecated tables and columns in the schema.
ExposeDynamicProceduresSpecifies whether the provider exposes GraphQL mutations as dynamic procedures in the schema.
ExposeObjectTablesSpecifies the scope of GraphQL object type fields that the provider exposes as tables in the schema.
ExposeAbstractTypesSpecifies the scope of GraphQL abstract types (interfaces and unions) that the provider exposes in the schema.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434