Interface protos.google.cloud.dataproc.v1.IPrestoJob (2.4.4)

Properties of a PrestoJob.

Package

@google-cloud/dataproc!

Properties

clientTags

clientTags?: (string[]|null);

PrestoJob clientTags

Property Value
TypeDescription
(string[]|null)

continueOnFailure

continueOnFailure?: (boolean|null);

PrestoJob continueOnFailure

Property Value
TypeDescription
(boolean|null)

loggingConfig

loggingConfig?: (google.cloud.dataproc.v1.ILoggingConfig|null);

PrestoJob loggingConfig

Property Value
TypeDescription
(google.cloud.dataproc.v1.ILoggingConfig|null)

outputFormat

outputFormat?: (string|null);

PrestoJob outputFormat

Property Value
TypeDescription
(string|null)

properties

properties?: ({ [k: string]: string }|null);

PrestoJob properties

Property Value
TypeDescription
({ [k: string]: string }|null)

queryFileUri

queryFileUri?: (string|null);

PrestoJob queryFileUri

Property Value
TypeDescription
(string|null)

queryList

queryList?: (google.cloud.dataproc.v1.IQueryList|null);

PrestoJob queryList

Property Value
TypeDescription
(google.cloud.dataproc.v1.IQueryList|null)