Class UpdateSqlEndpointDetails
The information about all updatable parameters of a SQL Endpoint.
Inheritance
UpdateSqlEndpointDetails
Assembly: OCI.DotNetSDK.Dataflow.dll
Syntax
public class UpdateSqlEndpointDetails
Properties
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type |
Description |
string |
The description of CreateSQLEndpointDetails.
|
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type |
Description |
string |
The SQL Endpoint name, which can be changed.
|
DriverShape
Declaration
[JsonProperty(PropertyName = "driverShape")]
public string DriverShape { get; set; }
Property Value
Type |
Description |
string |
The shape of the SQL Endpoint driver instance.
|
DriverShapeConfig
Declaration
[JsonProperty(PropertyName = "driverShapeConfig")]
public ShapeConfig DriverShapeConfig { get; set; }
Property Value
ExecutorShape
Declaration
[JsonProperty(PropertyName = "executorShape")]
public string ExecutorShape { get; set; }
Property Value
Type |
Description |
string |
The shape of the SQL Endpoint worker instance.
|
ExecutorShapeConfig
Declaration
[JsonProperty(PropertyName = "executorShapeConfig")]
public ShapeConfig ExecutorShapeConfig { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type |
Description |
Dictionary<string, string> |
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
For more information, see Resource Tags.
Example: {"Department": "Finance"}
|
LakeId
Declaration
[JsonProperty(PropertyName = "lakeId")]
public string LakeId { get; set; }
Property Value
Type |
Description |
string |
OCI lake OCID
|
MaxExecutorCount
Declaration
[JsonProperty(PropertyName = "maxExecutorCount")]
public int? MaxExecutorCount { get; set; }
Property Value
Type |
Description |
int? |
The maximum number of executors.
|
Declaration
[JsonProperty(PropertyName = "metastoreId")]
public string MetastoreId { get; set; }
Property Value
Type |
Description |
string |
Metastore OCID
|
MinExecutorCount
Declaration
[JsonProperty(PropertyName = "minExecutorCount")]
public int? MinExecutorCount { get; set; }
Property Value
Type |
Description |
int? |
The minimum number of executors.
|
SparkAdvancedConfigurations
Declaration
[JsonProperty(PropertyName = "sparkAdvancedConfigurations")]
public Dictionary<string, string> SparkAdvancedConfigurations { get; set; }
Property Value