Show / Hide Table of Contents

Class InvocationConfig

Includes various configuration options for a workflow invocation. If both included_targets and included_tags are unset, all actions will be included.

Inheritance
object
InvocationConfig
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.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class InvocationConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FullyRefreshIncrementalTablesEnabled

Optional. When set to true, any incremental tables will be fully refreshed.

Declaration
[JsonProperty("fullyRefreshIncrementalTablesEnabled")]
public virtual bool? FullyRefreshIncrementalTablesEnabled { get; set; }
Property Value
Type Description
bool?

IncludedTags

Optional. The set of tags to include.

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

IncludedTargets

Optional. The set of action identifiers to include.

Declaration
[JsonProperty("includedTargets")]
public virtual IList<Target> IncludedTargets { get; set; }
Property Value
Type Description
IList<Target>

ServiceAccount

Optional. The service account to run workflow invocations under.

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

TransitiveDependenciesIncluded

Optional. When set to true, transitive dependencies of included actions will be executed.

Declaration
[JsonProperty("transitiveDependenciesIncluded")]
public virtual bool? TransitiveDependenciesIncluded { get; set; }
Property Value
Type Description
bool?

TransitiveDependentsIncluded

Optional. When set to true, transitive dependents of included actions will be executed.

Declaration
[JsonProperty("transitiveDependentsIncluded")]
public virtual bool? TransitiveDependentsIncluded { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX