Class GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources
Batch compute resources associated with the task.
Implements
Inherited Members
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? |