OutputArtifacts
查詢執行期間建立的輸出構件,例如:使用廣告資料中心查詢中的 CREATE TABLE temp_table AS (...) 建立資料表。
JSON 表示法 |
{
"tempTables": [
{
object (TempTable )
}
]
} |
欄位 |
tempTables[] |
object (TempTable )
定義廣告資料中心查詢所建立的臨時表格清單。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-09-27 (世界標準時間)。
[null,null,["上次更新時間:2022-09-27 (世界標準時間)。"],[[["Output artifacts such as temporary tables are generated during query execution in Ads Data Hub."],["Temporary tables are created using the syntax `CREATE TABLE temp_table AS (...)` within an Ads Data Hub query."],["JSON representation is used to define the structure of these temporary tables within the query's output."],["The `tempTables[]` field within the JSON structure provides a list of all temporary tables created by the query, each represented as a `TempTable` object."]]],[]]