Show / Hide Table of Contents

Class GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources

Batch compute resources associated with the task.

Inheritance
object
GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources
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 GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExecutorsCount

Optional. Total number of job executors. Executor Count should be between 2 and 100. Default=2

Declaration
[JsonProperty("executorsCount")]
public virtual int? ExecutorsCount { get; set; }
Property Value
Type Description
int?

MaxExecutorsCount

Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. Default=1000

Declaration
[JsonProperty("maxExecutorsCount")]
public virtual int? MaxExecutorsCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX