Show / Hide Table of Contents

Class GoogleCloudDataplexV1TaskNotebookTaskConfig

Config for running scheduled notebooks.

Inheritance
object
GoogleCloudDataplexV1TaskNotebookTaskConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1TaskNotebookTaskConfig : IDirectResponseSchema

Properties

ArchiveUris

Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.

Declaration
[JsonProperty("archiveUris")]
public virtual IList<string> ArchiveUris { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileUris

Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.

Declaration
[JsonProperty("fileUris")]
public virtual IList<string> FileUris { get; set; }
Property Value
Type Description
IList<string>

InfrastructureSpec

Optional. Infrastructure specification for the execution.

Declaration
[JsonProperty("infrastructureSpec")]
public virtual GoogleCloudDataplexV1TaskInfrastructureSpec InfrastructureSpec { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1TaskInfrastructureSpec

Notebook

Required. Path to input notebook. This can be the Cloud Storage URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value).

Declaration
[JsonProperty("notebook")]
public virtual string Notebook { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX