interface GoogleBigQueryV1NodeParameters {
authentication?: "oAuth2" | "serviceAccount";
columns?: string;
datasetId?: string;
limit?: number;
operation?: "create" | "getAll";
options?:
| {
ignoreUnknownValues?: boolean;
skipInvalidRows?: boolean;
templateSuffix?: string;
traceId?: string;
}
| { selectedFields?: string };
projectId?: string;
resource?: "record";
returnAll?: boolean;
simple?: boolean;
tableId?: string;
}Properties§
readonly authentication?: "oAuth2" | "serviceAccount"readonly columns?: stringComma-separated list of the item properties to use as columns
readonly dataset Id?: stringID of the dataset to create the record in. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId"]}
readonly limit?: numberMax number of results to return Default: 50 Type options: {"minValue":1,"maxValue":500}
readonly operation?: "create" | "getAll"Default: "create"
readonly options?:
| {
ignoreUnknownValues?: boolean;
skipInvalidRows?: boolean;
templateSuffix?: string;
traceId?: string;
}
| { selectedFields?: string }Default: {}
readonly project Id?: stringID of the project to create the record in. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getProjects"}
readonly resource?: "record"Default: "record"
readonly return All?: booleanWhether to return all results or only up to a given limit
readonly simple?: booleanWhether to return a simplified version of the response instead of the raw data Default: true
readonly table Id?: stringID of the table to create the record in. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getTables","loadOptionsDependsOn":["projectId","datasetId"]}
Default: "oAuth2"