DeleteResource
Delete resource.
Last updated
Was this helpful?
Delete resource.
Task version: 1.0.0
Required Frends version: 5.5+
Required .NET version: 6.0
Compatible Agents: Crossplatform
BaseUri : String
Service base URI.
If empty, the default base URI for the service is used.
Default: -
Example: https://bigquery.googleapis.com
Resource : Resources
Resource.
Possible values:
Dataset: Resource.
Job: Resource.
Model: Resource.
Routine: Resource.
Table: Resource.
Default: 4
Example: Resources.Tables
ProjectId : String
Project ID.
Default: -
Example: projectid
DatasetId : String
Dataset ID.
Default: -
Example: datasetid
TableId : String
Table ID.
Default: -
Example: tableid
JobId : String
Job ID
Default: -
Example: jobid
ModelId : String
Model ID.
Default: -
Example: modeid
RoutineId : String
Routine ID.
Default: -
Example: routineid
ReadJsonMethod : ReadJsonMethods
Method to read Service account JSON.
Possible values:
JSON: Method to read Service account JSON.
File: Method to read Service account JSON.
Default: 1
Example: ReadJsonMethods.File
🗝SecretJson : String
Service account key file.
Default: -
Example: { "type": "service_account", "project_id": "your-project-id", ... }
CredentialsFilePath : String
Filepath to service account key file.
Default: -
Example: C:\temp\jsonfile.json
ThrowOnError : Boolean
Throw an error on exception.
If set to false, exception message can be found in Result.ErrorMessage.
Default: True
Example: true
Success : Boolean
Operation complete without errors.
Example: true
ErrorMessage : String
Error message.
Example: Error occured...
Changelog for Task Frends.GoogleBigQuery.DeleteResource.
Initial implementation
Last updated
Was this helpful?
Was this helpful?

