ShopifyObjectDataset interface
Shopify Service データセット。
- Extends
継承されたプロパティ
| annotations | データセットの記述に使用できるタグの一覧。 |
| description | データセットの説明。 |
| folder | このデータセットが存在するフォルダー。 指定しない場合、データセットはルート レベルで表示されます。 |
| linked |
リンクされたサービス参照。 |
| parameters | データセットのパラメーター。 |
| schema | データセットの物理型スキーマを定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetSchemaDataElement。 |
| structure | データセットの構造を定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetDataElement。 |
プロパティの詳細
tableName
テーブル名。 型: string (または resultType 文字列を含む式)。
tableName?: any
プロパティ値
any
type
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。
type: "ShopifyObject"
プロパティ値
"ShopifyObject"
継承されたプロパティの詳細
annotations
データセットの記述に使用できるタグの一覧。
annotations?: any[]
プロパティ値
any[]
description
データセットの説明。
description?: string
プロパティ値
string
folder
このデータセットが存在するフォルダー。 指定しない場合、データセットはルート レベルで表示されます。
folder?: DatasetFolder
プロパティ値
linkedServiceName
リンクされたサービス参照。
linkedServiceName: LinkedServiceReference
プロパティ値
parameters
データセットのパラメーター。
parameters?: {[propertyName: string]: ParameterSpecification}
プロパティ値
{[propertyName: string]: ParameterSpecification}
schema
データセットの物理型スキーマを定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetSchemaDataElement。
schema?: any
プロパティ値
any
structure
データセットの構造を定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetDataElement。
structure?: any
プロパティ値
any