These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.datafactory.Pipeline
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Pipeline resource type. API Version: 2018-06-01.
Create Pipeline Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Pipeline(name: string, args: PipelineArgs, opts?: CustomResourceOptions);
@overload
def Pipeline(resource_name: str,
args: PipelineArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Pipeline(resource_name: str,
opts: Optional[ResourceOptions] = None,
factory_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
activities: Optional[Sequence[Union[AppendVariableActivityArgs, AzureDataExplorerCommandActivityArgs, AzureFunctionActivityArgs, AzureMLBatchExecutionActivityArgs, AzureMLExecutePipelineActivityArgs, AzureMLUpdateResourceActivityArgs, ControlActivityArgs, CopyActivityArgs, CustomActivityArgs, DataLakeAnalyticsUSQLActivityArgs, DatabricksNotebookActivityArgs, DatabricksSparkJarActivityArgs, DatabricksSparkPythonActivityArgs, DeleteActivityArgs, ExecuteDataFlowActivityArgs, ExecutePipelineActivityArgs, ExecuteSSISPackageActivityArgs, ExecuteWranglingDataflowActivityArgs, ExecutionActivityArgs, FailActivityArgs, FilterActivityArgs, ForEachActivityArgs, GetMetadataActivityArgs, HDInsightHiveActivityArgs, HDInsightMapReduceActivityArgs, HDInsightPigActivityArgs, HDInsightSparkActivityArgs, HDInsightStreamingActivityArgs, IfConditionActivityArgs, LookupActivityArgs, ScriptActivityArgs, SetVariableActivityArgs, SqlServerStoredProcedureActivityArgs, SwitchActivityArgs, SynapseNotebookActivityArgs, SynapseSparkJobDefinitionActivityArgs, UntilActivityArgs, ValidationActivityArgs, WaitActivityArgs, WebActivityArgs, WebHookActivityArgs]]] = None,
annotations: Optional[Sequence[Any]] = None,
concurrency: Optional[int] = None,
description: Optional[str] = None,
folder: Optional[PipelineFolderArgs] = None,
parameters: Optional[Mapping[str, ParameterSpecificationArgs]] = None,
pipeline_name: Optional[str] = None,
policy: Optional[PipelinePolicyArgs] = None,
run_dimensions: Optional[Mapping[str, Any]] = None,
variables: Optional[Mapping[str, VariableSpecificationArgs]] = None)
func NewPipeline(ctx *Context, name string, args PipelineArgs, opts ...ResourceOption) (*Pipeline, error)
public Pipeline(string name, PipelineArgs args, CustomResourceOptions? opts = null)
public Pipeline(String name, PipelineArgs args)
public Pipeline(String name, PipelineArgs args, CustomResourceOptions options)
type: azure-native:datafactory:Pipeline
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args PipelineArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args PipelineArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PipelineArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PipelineArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PipelineArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var pipelineResource = new AzureNative.Datafactory.Pipeline("pipelineResource", new()
{
FactoryName = "string",
ResourceGroupName = "string",
Activities = new[]
{
{
{ "name", "string" },
{ "type", "AppendVariable" },
{ "dependsOn", new[]
{
{
{ "activity", "string" },
{ "dependencyConditions", new[]
{
"string",
} },
},
} },
{ "description", "string" },
{ "userProperties", new[]
{
{
{ "name", "string" },
{ "value", "any" },
},
} },
{ "value", "any" },
{ "variableName", "string" },
},
},
Annotations = new[]
{
"any",
},
Concurrency = 0,
Description = "string",
Folder =
{
{ "name", "string" },
},
Parameters =
{
{ "string",
{
{ "type", "string" },
{ "defaultValue", "any" },
} },
},
PipelineName = "string",
Policy =
{
{ "elapsedTimeMetric",
{
{ "duration", "any" },
} },
},
RunDimensions =
{
{ "string", "any" },
},
Variables =
{
{ "string",
{
{ "type", "string" },
{ "defaultValue", "any" },
} },
},
});
example, err := datafactory.NewPipeline(ctx, "pipelineResource", &datafactory.PipelineArgs{
FactoryName: "string",
ResourceGroupName: "string",
Activities: []map[string]interface{}{
map[string]interface{}{
"name": "string",
"type": "AppendVariable",
"dependsOn": []map[string]interface{}{
map[string]interface{}{
"activity": "string",
"dependencyConditions": []string{
"string",
},
},
},
"description": "string",
"userProperties": []map[string]interface{}{
map[string]interface{}{
"name": "string",
"value": "any",
},
},
"value": "any",
"variableName": "string",
},
},
Annotations: []string{
"any",
},
Concurrency: 0,
Description: "string",
Folder: map[string]interface{}{
"name": "string",
},
Parameters: map[string]interface{}{
"string": map[string]interface{}{
"type": "string",
"defaultValue": "any",
},
},
PipelineName: "string",
Policy: map[string]interface{}{
"elapsedTimeMetric": map[string]interface{}{
"duration": "any",
},
},
RunDimensions: map[string]interface{}{
"string": "any",
},
Variables: map[string]interface{}{
"string": map[string]interface{}{
"type": "string",
"defaultValue": "any",
},
},
})
var pipelineResource = new Pipeline("pipelineResource", PipelineArgs.builder()
.factoryName("string")
.resourceGroupName("string")
.activities(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.annotations("any")
.concurrency(0)
.description("string")
.folder(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.parameters(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.pipelineName("string")
.policy(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.runDimensions(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.variables(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
pipeline_resource = azure_native.datafactory.Pipeline("pipelineResource",
factory_name=string,
resource_group_name=string,
activities=[{
name: string,
type: AppendVariable,
dependsOn: [{
activity: string,
dependencyConditions: [string],
}],
description: string,
userProperties: [{
name: string,
value: any,
}],
value: any,
variableName: string,
}],
annotations=[any],
concurrency=0,
description=string,
folder={
name: string,
},
parameters={
string: {
type: string,
defaultValue: any,
},
},
pipeline_name=string,
policy={
elapsedTimeMetric: {
duration: any,
},
},
run_dimensions={
string: any,
},
variables={
string: {
type: string,
defaultValue: any,
},
})
const pipelineResource = new azure_native.datafactory.Pipeline("pipelineResource", {
factoryName: "string",
resourceGroupName: "string",
activities: [{
name: "string",
type: "AppendVariable",
dependsOn: [{
activity: "string",
dependencyConditions: ["string"],
}],
description: "string",
userProperties: [{
name: "string",
value: "any",
}],
value: "any",
variableName: "string",
}],
annotations: ["any"],
concurrency: 0,
description: "string",
folder: {
name: "string",
},
parameters: {
string: {
type: "string",
defaultValue: "any",
},
},
pipelineName: "string",
policy: {
elapsedTimeMetric: {
duration: "any",
},
},
runDimensions: {
string: "any",
},
variables: {
string: {
type: "string",
defaultValue: "any",
},
},
});
type: azure-native:datafactory:Pipeline
properties:
activities:
- dependsOn:
- activity: string
dependencyConditions:
- string
description: string
name: string
type: AppendVariable
userProperties:
- name: string
value: any
value: any
variableName: string
annotations:
- any
concurrency: 0
description: string
factoryName: string
folder:
name: string
parameters:
string:
defaultValue: any
type: string
pipelineName: string
policy:
elapsedTimeMetric:
duration: any
resourceGroupName: string
runDimensions:
string: any
variables:
string:
defaultValue: any
type: string
Pipeline Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Pipeline resource accepts the following input properties:
- Factory
Name string - The factory name.
- Resource
Group stringName - The resource group name.
- Activities List<object>
- List of activities in pipeline.
- Annotations List<object>
- List of tags that can be used for describing the Pipeline.
- Concurrency int
- The max number of concurrent runs for the pipeline.
- Description string
- The description of the pipeline.
- Folder
Pulumi.
Azure Native. Data Factory. Inputs. Pipeline Folder - The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
- Parameters
Dictionary<string, Pulumi.
Azure Native. Data Factory. Inputs. Parameter Specification Args> - List of parameters for pipeline.
- Pipeline
Name string - The pipeline name.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Pipeline Policy - Pipeline Policy.
- Run
Dimensions Dictionary<string, object> - Dimensions emitted by Pipeline.
- Variables
Dictionary<string, Pulumi.
Azure Native. Data Factory. Inputs. Variable Specification Args> - List of variables for pipeline.
- Factory
Name string - The factory name.
- Resource
Group stringName - The resource group name.
- Activities []interface{}
- List of activities in pipeline.
- Annotations []interface{}
- List of tags that can be used for describing the Pipeline.
- Concurrency int
- The max number of concurrent runs for the pipeline.
- Description string
- The description of the pipeline.
- Folder
Pipeline
Folder Args - The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
- Parameters
map[string]Parameter
Specification Args - List of parameters for pipeline.
- Pipeline
Name string - The pipeline name.
- Policy
Pipeline
Policy Args - Pipeline Policy.
- Run
Dimensions map[string]interface{} - Dimensions emitted by Pipeline.
- Variables
map[string]Variable
Specification Args - List of variables for pipeline.
- factory
Name String - The factory name.
- resource
Group StringName - The resource group name.
- activities List<Object>
- List of activities in pipeline.
- annotations List<Object>
- List of tags that can be used for describing the Pipeline.
- concurrency Integer
- The max number of concurrent runs for the pipeline.
- description String
- The description of the pipeline.
- folder
Pipeline
Folder - The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
- parameters
Map<String,Parameter
Specification Args> - List of parameters for pipeline.
- pipeline
Name String - The pipeline name.
- policy
Pipeline
Policy - Pipeline Policy.
- run
Dimensions Map<String,Object> - Dimensions emitted by Pipeline.
- variables
Map<String,Variable
Specification Args> - List of variables for pipeline.
- factory
Name string - The factory name.
- resource
Group stringName - The resource group name.
- activities
(Append
Variable Activity | Azure Data Explorer Command Activity Args | Azure Function Activity Args | Azure MLBatch Execution Activity Args | Azure MLExecute Pipeline Activity Args | Azure MLUpdate Resource Activity Args | Control Activity Args | Copy Activity Args | Custom Activity Args | Data Lake Analytics USQLActivity Args | Databricks Notebook Activity Args | Databricks Spark Jar Activity Args | Databricks Spark Python Activity Args | Delete Activity Args | Execute Data Flow Activity Args | Execute Pipeline Activity Args | Execute SSISPackage Activity Args | Execute Wrangling Dataflow Activity Args | Execution Activity Args | Fail Activity Args | Filter Activity Args | For Each Activity Args | Get Metadata Activity Args | HDInsight Hive Activity Args | HDInsight Map Reduce Activity Args | HDInsight Pig Activity Args | HDInsight Spark Activity Args | HDInsight Streaming Activity Args | If Condition Activity Args | Lookup Activity Args | Script Activity Args | Set Variable Activity Args | Sql Server Stored Procedure Activity Args | Switch Activity Args | Synapse Notebook Activity Args | Synapse Spark Job Definition Activity Args | Until Activity Args | Validation Activity Args | Wait Activity Args | Web Activity Args | Web Hook Activity Args)[] - List of activities in pipeline.
- annotations any[]
- List of tags that can be used for describing the Pipeline.
- concurrency number
- The max number of concurrent runs for the pipeline.
- description string
- The description of the pipeline.
- folder
Pipeline
Folder - The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
- parameters
{[key: string]: Parameter
Specification Args} - List of parameters for pipeline.
- pipeline
Name string - The pipeline name.
- policy
Pipeline
Policy - Pipeline Policy.
- run
Dimensions {[key: string]: any} - Dimensions emitted by Pipeline.
- variables
{[key: string]: Variable
Specification Args} - List of variables for pipeline.
- factory_
name str - The factory name.
- resource_
group_ strname - The resource group name.
- activities
Sequence[Union[Append
Variable Activity Args, Azure Data Explorer Command Activity Args, Azure Function Activity Args, Azure MLBatch Execution Activity Args, Azure MLExecute Pipeline Activity Args, Azure MLUpdate Resource Activity Args, Control Activity Args, Copy Activity Args, Custom Activity Args, Data Lake Analytics USQLActivity Args, Databricks Notebook Activity Args, Databricks Spark Jar Activity Args, Databricks Spark Python Activity Args, Delete Activity Args, Execute Data Flow Activity Args, Execute Pipeline Activity Args, Execute SSISPackage Activity Args, Execute Wrangling Dataflow Activity Args, Execution Activity Args, Fail Activity Args, Filter Activity Args, For Each Activity Args, Get Metadata Activity Args, HDInsight Hive Activity Args, HDInsight Map Reduce Activity Args, HDInsight Pig Activity Args, HDInsight Spark Activity Args, HDInsight Streaming Activity Args, If Condition Activity Args, Lookup Activity Args, Script Activity Args, Set Variable Activity Args, Sql Server Stored Procedure Activity Args, Switch Activity Args, Synapse Notebook Activity Args, Synapse Spark Job Definition Activity Args, Until Activity Args, Validation Activity Args, Wait Activity Args, Web Activity Args, Web Hook Activity Args]] - List of activities in pipeline.
- annotations Sequence[Any]
- List of tags that can be used for describing the Pipeline.
- concurrency int
- The max number of concurrent runs for the pipeline.
- description str
- The description of the pipeline.
- folder
Pipeline
Folder Args - The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
- parameters
Mapping[str, Parameter
Specification Args] - List of parameters for pipeline.
- pipeline_
name str - The pipeline name.
- policy
Pipeline
Policy Args - Pipeline Policy.
- run_
dimensions Mapping[str, Any] - Dimensions emitted by Pipeline.
- variables
Mapping[str, Variable
Specification Args] - List of variables for pipeline.
- factory
Name String - The factory name.
- resource
Group StringName - The resource group name.
- activities List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>
- List of activities in pipeline.
- annotations List<Any>
- List of tags that can be used for describing the Pipeline.
- concurrency Number
- The max number of concurrent runs for the pipeline.
- description String
- The description of the pipeline.
- folder Property Map
- The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
- parameters Map<Property Map>
- List of parameters for pipeline.
- pipeline
Name String - The pipeline name.
- policy Property Map
- Pipeline Policy.
- run
Dimensions Map<Any> - Dimensions emitted by Pipeline.
- variables Map<Property Map>
- List of variables for pipeline.
Outputs
All input properties are implicitly available as output properties. Additionally, the Pipeline resource produces the following output properties:
Supporting Types
ActivityDependency, ActivityDependencyArgs
- Activity string
- Activity name.
- Dependency
Conditions List<Union<string, Pulumi.Azure Native. Data Factory. Dependency Condition>> - Match-Condition for the dependency.
- Activity string
- Activity name.
- Dependency
Conditions []string - Match-Condition for the dependency.
- activity String
- Activity name.
- dependency
Conditions List<Either<String,DependencyCondition>> - Match-Condition for the dependency.
- activity string
- Activity name.
- dependency
Conditions (string | DependencyCondition)[] - Match-Condition for the dependency.
- activity str
- Activity name.
- dependency_
conditions Sequence[Union[str, DependencyCondition]] - Match-Condition for the dependency.
- activity String
- Activity name.
- dependency
Conditions List<String | "Succeeded" | "Failed" | "Skipped" | "Completed"> - Match-Condition for the dependency.
ActivityDependencyResponse, ActivityDependencyResponseArgs
- Activity string
- Activity name.
- Dependency
Conditions List<string> - Match-Condition for the dependency.
- Activity string
- Activity name.
- Dependency
Conditions []string - Match-Condition for the dependency.
- activity String
- Activity name.
- dependency
Conditions List<String> - Match-Condition for the dependency.
- activity string
- Activity name.
- dependency
Conditions string[] - Match-Condition for the dependency.
- activity str
- Activity name.
- dependency_
conditions Sequence[str] - Match-Condition for the dependency.
- activity String
- Activity name.
- dependency
Conditions List<String> - Match-Condition for the dependency.
ActivityPolicy, ActivityPolicyArgs
- Retry object
- Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
- Retry
Interval intIn Seconds - Interval between each retry attempt (in seconds). The default is 30 sec.
- Secure
Input bool - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- Secure
Output bool - When set to true, Output from activity is considered as secure and will not be logged to monitoring.
- Timeout object
- Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Retry interface{}
- Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
- Retry
Interval intIn Seconds - Interval between each retry attempt (in seconds). The default is 30 sec.
- Secure
Input bool - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- Secure
Output bool - When set to true, Output from activity is considered as secure and will not be logged to monitoring.
- Timeout interface{}
- Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- retry Object
- Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
- retry
Interval IntegerIn Seconds - Interval between each retry attempt (in seconds). The default is 30 sec.
- secure
Input Boolean - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- secure
Output Boolean - When set to true, Output from activity is considered as secure and will not be logged to monitoring.
- timeout Object
- Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- retry any
- Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
- retry
Interval numberIn Seconds - Interval between each retry attempt (in seconds). The default is 30 sec.
- secure
Input boolean - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- secure
Output boolean - When set to true, Output from activity is considered as secure and will not be logged to monitoring.
- timeout any
- Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- retry Any
- Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
- retry_
interval_ intin_ seconds - Interval between each retry attempt (in seconds). The default is 30 sec.
- secure_
input bool - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- secure_
output bool - When set to true, Output from activity is considered as secure and will not be logged to monitoring.
- timeout Any
- Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- retry Any
- Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
- retry
Interval NumberIn Seconds - Interval between each retry attempt (in seconds). The default is 30 sec.
- secure
Input Boolean - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- secure
Output Boolean - When set to true, Output from activity is considered as secure and will not be logged to monitoring.
- timeout Any
- Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ActivityPolicyResponse, ActivityPolicyResponseArgs
- Retry object
- Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
- Retry
Interval intIn Seconds - Interval between each retry attempt (in seconds). The default is 30 sec.
- Secure
Input bool - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- Secure
Output bool - When set to true, Output from activity is considered as secure and will not be logged to monitoring.
- Timeout object
- Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Retry interface{}
- Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
- Retry
Interval intIn Seconds - Interval between each retry attempt (in seconds). The default is 30 sec.
- Secure
Input bool - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- Secure
Output bool - When set to true, Output from activity is considered as secure and will not be logged to monitoring.
- Timeout interface{}
- Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- retry Object
- Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
- retry
Interval IntegerIn Seconds - Interval between each retry attempt (in seconds). The default is 30 sec.
- secure
Input Boolean - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- secure
Output Boolean - When set to true, Output from activity is considered as secure and will not be logged to monitoring.
- timeout Object
- Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- retry any
- Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
- retry
Interval numberIn Seconds - Interval between each retry attempt (in seconds). The default is 30 sec.
- secure
Input boolean - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- secure
Output boolean - When set to true, Output from activity is considered as secure and will not be logged to monitoring.
- timeout any
- Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- retry Any
- Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
- retry_
interval_ intin_ seconds - Interval between each retry attempt (in seconds). The default is 30 sec.
- secure_
input bool - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- secure_
output bool - When set to true, Output from activity is considered as secure and will not be logged to monitoring.
- timeout Any
- Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- retry Any
- Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
- retry
Interval NumberIn Seconds - Interval between each retry attempt (in seconds). The default is 30 sec.
- secure
Input Boolean - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- secure
Output Boolean - When set to true, Output from activity is considered as secure and will not be logged to monitoring.
- timeout Any
- Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AmazonMWSSource, AmazonMWSSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AmazonMWSSourceResponse, AmazonMWSSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AmazonRdsForOraclePartitionSettings, AmazonRdsForOraclePartitionSettingsArgs
- Partition
Column objectName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Lower objectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Names List<object> - Names of the physical partitions of AmazonRdsForOracle table.
- Partition
Upper objectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Column interface{}Name - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Lower interface{}Bound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Names []interface{} - Names of the physical partitions of AmazonRdsForOracle table.
- Partition
Upper interface{}Bound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column ObjectName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower ObjectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Names List<Object> - Names of the physical partitions of AmazonRdsForOracle table.
- partition
Upper ObjectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column anyName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower anyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Names any[] - Names of the physical partitions of AmazonRdsForOracle table.
- partition
Upper anyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
column_ Anyname - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
lower_ Anybound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
names Sequence[Any] - Names of the physical partitions of AmazonRdsForOracle table.
- partition_
upper_ Anybound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column AnyName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower AnyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Names List<Any> - Names of the physical partitions of AmazonRdsForOracle table.
- partition
Upper AnyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
AmazonRdsForOraclePartitionSettingsResponse, AmazonRdsForOraclePartitionSettingsResponseArgs
- Partition
Column objectName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Lower objectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Names List<object> - Names of the physical partitions of AmazonRdsForOracle table.
- Partition
Upper objectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Column interface{}Name - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Lower interface{}Bound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Names []interface{} - Names of the physical partitions of AmazonRdsForOracle table.
- Partition
Upper interface{}Bound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column ObjectName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower ObjectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Names List<Object> - Names of the physical partitions of AmazonRdsForOracle table.
- partition
Upper ObjectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column anyName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower anyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Names any[] - Names of the physical partitions of AmazonRdsForOracle table.
- partition
Upper anyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
column_ Anyname - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
lower_ Anybound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
names Sequence[Any] - Names of the physical partitions of AmazonRdsForOracle table.
- partition_
upper_ Anybound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column AnyName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower AnyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Names List<Any> - Names of the physical partitions of AmazonRdsForOracle table.
- partition
Upper AnyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
AmazonRdsForOracleSource, AmazonRdsForOracleSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Oracle
Reader objectQuery - AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
- Partition
Option object - The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Amazon Rds For Oracle Partition Settings - The settings that will be leveraged for AmazonRdsForOracle source partitioning.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Oracle
Reader interface{}Query - AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
- Partition
Option interface{} - The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
- Partition
Settings AmazonRds For Oracle Partition Settings - The settings that will be leveraged for AmazonRdsForOracle source partitioning.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- oracle
Reader ObjectQuery - AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
- partition
Option Object - The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
- partition
Settings AmazonRds For Oracle Partition Settings - The settings that will be leveraged for AmazonRdsForOracle source partitioning.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- oracle
Reader anyQuery - AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
- partition
Option any - The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
- partition
Settings AmazonRds For Oracle Partition Settings - The settings that will be leveraged for AmazonRdsForOracle source partitioning.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- oracle_
reader_ Anyquery - AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
- partition_
option Any - The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
- partition_
settings AmazonRds For Oracle Partition Settings - The settings that will be leveraged for AmazonRdsForOracle source partitioning.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- oracle
Reader AnyQuery - AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
- partition
Option Any - The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
- partition
Settings Property Map - The settings that will be leveraged for AmazonRdsForOracle source partitioning.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AmazonRdsForOracleSourceResponse, AmazonRdsForOracleSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Oracle
Reader objectQuery - AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
- Partition
Option object - The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Amazon Rds For Oracle Partition Settings Response - The settings that will be leveraged for AmazonRdsForOracle source partitioning.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Oracle
Reader interface{}Query - AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
- Partition
Option interface{} - The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
- Partition
Settings AmazonRds For Oracle Partition Settings Response - The settings that will be leveraged for AmazonRdsForOracle source partitioning.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- oracle
Reader ObjectQuery - AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
- partition
Option Object - The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
- partition
Settings AmazonRds For Oracle Partition Settings Response - The settings that will be leveraged for AmazonRdsForOracle source partitioning.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- oracle
Reader anyQuery - AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
- partition
Option any - The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
- partition
Settings AmazonRds For Oracle Partition Settings Response - The settings that will be leveraged for AmazonRdsForOracle source partitioning.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- oracle_
reader_ Anyquery - AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
- partition_
option Any - The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
- partition_
settings AmazonRds For Oracle Partition Settings Response - The settings that will be leveraged for AmazonRdsForOracle source partitioning.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- oracle
Reader AnyQuery - AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
- partition
Option Any - The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
- partition
Settings Property Map - The settings that will be leveraged for AmazonRdsForOracle source partitioning.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AmazonRdsForSqlServerSource, AmazonRdsForSqlServerSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Partition Settings - The settings that will be leveraged for Sql source partitioning.
- Produce
Additional objectTypes - Which additional types to produce.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader objectQuery - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader objectStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure objectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- Produce
Additional interface{}Types - Which additional types to produce.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader interface{}Query - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader interface{}Stored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure interface{}Parameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- produce
Additional ObjectTypes - Which additional types to produce.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader ObjectQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader ObjectStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure ObjectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- produce
Additional anyTypes - Which additional types to produce.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader anyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader anyStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure anyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition_
settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- produce_
additional_ Anytypes - Which additional types to produce.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
reader_ Anyquery - SQL reader query. Type: string (or Expression with resultType string).
- sql_
reader_ Anystored_ procedure_ name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored_
procedure_ Anyparameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for Sql source partitioning.
- produce
Additional AnyTypes - Which additional types to produce.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader AnyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader AnyStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure AnyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
AmazonRdsForSqlServerSourceResponse, AmazonRdsForSqlServerSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Partition Settings Response - The settings that will be leveraged for Sql source partitioning.
- Produce
Additional objectTypes - Which additional types to produce.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader objectQuery - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader objectStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure objectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- Produce
Additional interface{}Types - Which additional types to produce.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader interface{}Query - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader interface{}Stored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure interface{}Parameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- produce
Additional ObjectTypes - Which additional types to produce.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader ObjectQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader ObjectStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure ObjectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- produce
Additional anyTypes - Which additional types to produce.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader anyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader anyStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure anyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition_
settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- produce_
additional_ Anytypes - Which additional types to produce.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
reader_ Anyquery - SQL reader query. Type: string (or Expression with resultType string).
- sql_
reader_ Anystored_ procedure_ name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored_
procedure_ Anyparameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for Sql source partitioning.
- produce
Additional AnyTypes - Which additional types to produce.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader AnyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader AnyStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure AnyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
AmazonRedshiftSource, AmazonRedshiftSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Redshift
Unload Pulumi.Settings Azure Native. Data Factory. Inputs. Redshift Unload Settings - The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink from the interim S3.
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Redshift
Unload RedshiftSettings Unload Settings - The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink from the interim S3.
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- redshift
Unload RedshiftSettings Unload Settings - The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink from the interim S3.
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- redshift
Unload RedshiftSettings Unload Settings - The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink from the interim S3.
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- redshift_
unload_ Redshiftsettings Unload Settings - The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink from the interim S3.
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- redshift
Unload Property MapSettings - The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink from the interim S3.
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AmazonRedshiftSourceResponse, AmazonRedshiftSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Redshift
Unload Pulumi.Settings Azure Native. Data Factory. Inputs. Redshift Unload Settings Response - The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink from the interim S3.
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Redshift
Unload RedshiftSettings Unload Settings Response - The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink from the interim S3.
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- redshift
Unload RedshiftSettings Unload Settings Response - The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink from the interim S3.
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- redshift
Unload RedshiftSettings Unload Settings Response - The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink from the interim S3.
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- redshift_
unload_ Redshiftsettings Unload Settings Response - The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink from the interim S3.
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- redshift
Unload Property MapSettings - The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink from the interim S3.
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AmazonS3CompatibleReadSettings, AmazonS3CompatibleReadSettingsArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix object
- The prefix filter for the S3 Compatible object name. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix interface{}
- The prefix filter for the S3 Compatible object name. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Object
- The prefix filter for the S3 Compatible object name. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix any
- The prefix filter for the S3 Compatible object name. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the S3 Compatible object name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the S3 Compatible object name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
AmazonS3CompatibleReadSettingsResponse, AmazonS3CompatibleReadSettingsResponseArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix object
- The prefix filter for the S3 Compatible object name. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix interface{}
- The prefix filter for the S3 Compatible object name. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Object
- The prefix filter for the S3 Compatible object name. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix any
- The prefix filter for the S3 Compatible object name. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the S3 Compatible object name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the S3 Compatible object name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
AmazonS3ReadSettings, AmazonS3ReadSettingsArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix object
- The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix interface{}
- The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Object
- The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix any
- The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
AmazonS3ReadSettingsResponse, AmazonS3ReadSettingsResponseArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix object
- The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix interface{}
- The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Object
- The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix any
- The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
AppendVariableActivity, AppendVariableActivityArgs
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Value object
- Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item
- Variable
Name string - Name of the variable whose value needs to be appended to.
- Name string
- Activity name.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- User
Properties []UserProperty - Activity user properties.
- Value interface{}
- Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item
- Variable
Name string - Name of the variable whose value needs to be appended to.
- name String
- Activity name.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<UserProperty> - Activity user properties.
- value Object
- Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item
- variable
Name String - Name of the variable whose value needs to be appended to.
- name string
- Activity name.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- user
Properties UserProperty[] - Activity user properties.
- value any
- Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item
- variable
Name string - Name of the variable whose value needs to be appended to.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- user_
properties Sequence[UserProperty] - Activity user properties.
- value Any
- Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item
- variable_
name str - Name of the variable whose value needs to be appended to.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<Property Map> - Activity user properties.
- value Any
- Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item
- variable
Name String - Name of the variable whose value needs to be appended to.
AppendVariableActivityResponse, AppendVariableActivityResponseArgs
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Value object
- Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item
- Variable
Name string - Name of the variable whose value needs to be appended to.
- Name string
- Activity name.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- User
Properties []UserProperty Response - Activity user properties.
- Value interface{}
- Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item
- Variable
Name string - Name of the variable whose value needs to be appended to.
- name String
- Activity name.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<UserProperty Response> - Activity user properties.
- value Object
- Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item
- variable
Name String - Name of the variable whose value needs to be appended to.
- name string
- Activity name.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- user
Properties UserProperty Response[] - Activity user properties.
- value any
- Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item
- variable
Name string - Name of the variable whose value needs to be appended to.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- value Any
- Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item
- variable_
name str - Name of the variable whose value needs to be appended to.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<Property Map> - Activity user properties.
- value Any
- Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item
- variable
Name String - Name of the variable whose value needs to be appended to.
AvroSink, AvroSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Avro Write Settings - Avro format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSWrite Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Write Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Write Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Write Settings Azure | Pulumi.Native. Data Factory. Inputs. File Server Write Settings Azure Native. Data Factory. Inputs. Sftp Write Settings - Avro store settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings AvroWrite Settings - Avro format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - Avro store settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings AvroWrite Settings - Avro format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - Avro store settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings AvroWrite Settings - Avro format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - Avro store settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings AvroWrite Settings - Avro format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - Avro store settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - Avro format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Avro store settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AvroSinkResponse, AvroSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Avro Write Settings Response - Avro format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSWrite Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. File Server Write Settings Response Azure Native. Data Factory. Inputs. Sftp Write Settings Response - Avro store settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings AvroWrite Settings Response - Avro format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - Avro store settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings AvroWrite Settings Response - Avro format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - Avro store settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings AvroWrite Settings Response - Avro format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - Avro store settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings AvroWrite Settings Response - Avro format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - Avro store settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - Avro format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Avro store settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AvroSource, AvroSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Azure Native. Data Factory. Inputs. Sftp Read Settings - Avro store settings.
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Avro store settings.
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Avro store settings.
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Avro store settings.
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Avro store settings.
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Avro store settings.
AvroSourceResponse, AvroSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Response Azure Native. Data Factory. Inputs. Sftp Read Settings Response - Avro store settings.
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Avro store settings.
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Avro store settings.
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Avro store settings.
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Avro store settings.
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Avro store settings.
AvroWriteSettings, AvroWriteSettingsArgs
- File
Name objectPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- Max
Rows objectPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- Record
Name string - Top level record name in write result, which is required in AVRO spec.
- Record
Namespace string - Record namespace in the write result.
- File
Name interface{}Prefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- Max
Rows interface{}Per File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- Record
Name string - Top level record name in write result, which is required in AVRO spec.
- Record
Namespace string - Record namespace in the write result.
- file
Name ObjectPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows ObjectPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- record
Name String - Top level record name in write result, which is required in AVRO spec.
- record
Namespace String - Record namespace in the write result.
- file
Name anyPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows anyPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- record
Name string - Top level record name in write result, which is required in AVRO spec.
- record
Namespace string - Record namespace in the write result.
- file_
name_ Anyprefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max_
rows_ Anyper_ file - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- record_
name str - Top level record name in write result, which is required in AVRO spec.
- record_
namespace str - Record namespace in the write result.
- file
Name AnyPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows AnyPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- record
Name String - Top level record name in write result, which is required in AVRO spec.
- record
Namespace String - Record namespace in the write result.
AvroWriteSettingsResponse, AvroWriteSettingsResponseArgs
- File
Name objectPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- Max
Rows objectPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- Record
Name string - Top level record name in write result, which is required in AVRO spec.
- Record
Namespace string - Record namespace in the write result.
- File
Name interface{}Prefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- Max
Rows interface{}Per File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- Record
Name string - Top level record name in write result, which is required in AVRO spec.
- Record
Namespace string - Record namespace in the write result.
- file
Name ObjectPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows ObjectPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- record
Name String - Top level record name in write result, which is required in AVRO spec.
- record
Namespace String - Record namespace in the write result.
- file
Name anyPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows anyPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- record
Name string - Top level record name in write result, which is required in AVRO spec.
- record
Namespace string - Record namespace in the write result.
- file_
name_ Anyprefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max_
rows_ Anyper_ file - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- record_
name str - Top level record name in write result, which is required in AVRO spec.
- record_
namespace str - Record namespace in the write result.
- file
Name AnyPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows AnyPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- record
Name String - Top level record name in write result, which is required in AVRO spec.
- record
Namespace String - Record namespace in the write result.
AzureBlobFSReadSettings, AzureBlobFSReadSettingsArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
AzureBlobFSReadSettingsResponse, AzureBlobFSReadSettingsResponseArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
AzureBlobFSSink, AzureBlobFSSinkArgs
- Copy
Behavior object - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Metadata
List<Pulumi.
Azure Native. Data Factory. Inputs. Metadata Item> - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Copy
Behavior interface{} - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Metadata
[]Metadata
Item - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior Object - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- metadata
List<Metadata
Item> - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior any - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- metadata
Metadata
Item[] - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy_
behavior Any - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- metadata
Sequence[Metadata
Item] - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior Any - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- metadata List<Property Map>
- Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureBlobFSSinkResponse, AzureBlobFSSinkResponseArgs
- Copy
Behavior object - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Metadata
List<Pulumi.
Azure Native. Data Factory. Inputs. Metadata Item Response> - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Copy
Behavior interface{} - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Metadata
[]Metadata
Item Response - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior Object - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- metadata
List<Metadata
Item Response> - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior any - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- metadata
Metadata
Item Response[] - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy_
behavior Any - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- metadata
Sequence[Metadata
Item Response] - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior Any - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- metadata List<Property Map>
- Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureBlobFSSource, AzureBlobFSSourceArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Skip
Header objectLine Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Treat
Empty objectAs Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Skip
Header interface{}Line Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Treat
Empty interface{}As Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- skip
Header ObjectLine Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- treat
Empty ObjectAs Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- skip
Header anyLine Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- treat
Empty anyAs Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- skip_
header_ Anyline_ count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- treat_
empty_ Anyas_ null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- skip
Header AnyLine Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- treat
Empty AnyAs Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
AzureBlobFSSourceResponse, AzureBlobFSSourceResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Skip
Header objectLine Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Treat
Empty objectAs Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Skip
Header interface{}Line Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Treat
Empty interface{}As Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- skip
Header ObjectLine Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- treat
Empty ObjectAs Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- skip
Header anyLine Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- treat
Empty anyAs Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- skip_
header_ Anyline_ count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- treat_
empty_ Anyas_ null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- skip
Header AnyLine Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- treat
Empty AnyAs Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
AzureBlobFSWriteSettings, AzureBlobFSWriteSettingsArgs
- Block
Size objectIn MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- Copy
Behavior object - The type of copy behavior for copy sink.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Block
Size interface{}In MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- Copy
Behavior interface{} - The type of copy behavior for copy sink.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- block
Size ObjectIn MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- copy
Behavior Object - The type of copy behavior for copy sink.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- block
Size anyIn MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- copy
Behavior any - The type of copy behavior for copy sink.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- block_
size_ Anyin_ mb - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- copy_
behavior Any - The type of copy behavior for copy sink.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- block
Size AnyIn MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- copy
Behavior Any - The type of copy behavior for copy sink.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
AzureBlobFSWriteSettingsResponse, AzureBlobFSWriteSettingsResponseArgs
- Block
Size objectIn MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- Copy
Behavior object - The type of copy behavior for copy sink.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Block
Size interface{}In MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- Copy
Behavior interface{} - The type of copy behavior for copy sink.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- block
Size ObjectIn MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- copy
Behavior Object - The type of copy behavior for copy sink.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- block
Size anyIn MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- copy
Behavior any - The type of copy behavior for copy sink.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- block_
size_ Anyin_ mb - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- copy_
behavior Any - The type of copy behavior for copy sink.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- block
Size AnyIn MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- copy
Behavior Any - The type of copy behavior for copy sink.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
AzureBlobStorageReadSettings, AzureBlobStorageReadSettingsArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix object
- The prefix filter for the Azure Blob name. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - Azure blob wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix interface{}
- The prefix filter for the Azure Blob name. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - Azure blob wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Object
- The prefix filter for the Azure Blob name. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - Azure blob wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix any
- The prefix filter for the Azure Blob name. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - Azure blob wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the Azure Blob name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - Azure blob wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the Azure Blob name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - Azure blob wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
AzureBlobStorageReadSettingsResponse, AzureBlobStorageReadSettingsResponseArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix object
- The prefix filter for the Azure Blob name. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - Azure blob wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix interface{}
- The prefix filter for the Azure Blob name. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - Azure blob wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Object
- The prefix filter for the Azure Blob name. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - Azure blob wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix any
- The prefix filter for the Azure Blob name. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - Azure blob wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the Azure Blob name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - Azure blob wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the Azure Blob name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - Azure blob wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
AzureBlobStorageWriteSettings, AzureBlobStorageWriteSettingsArgs
- Block
Size objectIn MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- Copy
Behavior object - The type of copy behavior for copy sink.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Block
Size interface{}In MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- Copy
Behavior interface{} - The type of copy behavior for copy sink.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- block
Size ObjectIn MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- copy
Behavior Object - The type of copy behavior for copy sink.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- block
Size anyIn MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- copy
Behavior any - The type of copy behavior for copy sink.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- block_
size_ Anyin_ mb - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- copy_
behavior Any - The type of copy behavior for copy sink.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- block
Size AnyIn MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- copy
Behavior Any - The type of copy behavior for copy sink.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
AzureBlobStorageWriteSettingsResponse, AzureBlobStorageWriteSettingsResponseArgs
- Block
Size objectIn MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- Copy
Behavior object - The type of copy behavior for copy sink.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Block
Size interface{}In MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- Copy
Behavior interface{} - The type of copy behavior for copy sink.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- block
Size ObjectIn MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- copy
Behavior Object - The type of copy behavior for copy sink.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- block
Size anyIn MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- copy
Behavior any - The type of copy behavior for copy sink.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- block_
size_ Anyin_ mb - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- copy_
behavior Any - The type of copy behavior for copy sink.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- block
Size AnyIn MB - Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
- copy
Behavior Any - The type of copy behavior for copy sink.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
AzureDataExplorerCommandActivity, AzureDataExplorerCommandActivityArgs
- Command object
- A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Command
Timeout object - Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Command interface{}
- A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Command
Timeout interface{} - Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Policy
Activity
Policy - Activity policy.
- User
Properties []UserProperty - Activity user properties.
- command Object
- A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
- name String
- Activity name.
- command
Timeout Object - Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user
Properties List<UserProperty> - Activity user properties.
- command any
- A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
- name string
- Activity name.
- command
Timeout any - Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user
Properties UserProperty[] - Activity user properties.
- command Any
- A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
- name str
- Activity name.
- command_
timeout Any - Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user_
properties Sequence[UserProperty] - Activity user properties.
- command Any
- A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
- name String
- Activity name.
- command
Timeout Any - Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
AzureDataExplorerCommandActivityResponse, AzureDataExplorerCommandActivityResponseArgs
- Command object
- A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Command
Timeout object - Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Command interface{}
- A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Command
Timeout interface{} - Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Policy
Activity
Policy Response - Activity policy.
- User
Properties []UserProperty Response - Activity user properties.
- command Object
- A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
- name String
- Activity name.
- command
Timeout Object - Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user
Properties List<UserProperty Response> - Activity user properties.
- command any
- A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
- name string
- Activity name.
- command
Timeout any - Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user
Properties UserProperty Response[] - Activity user properties.
- command Any
- A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
- name str
- Activity name.
- command_
timeout Any - Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- command Any
- A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
- name String
- Activity name.
- command
Timeout Any - Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
AzureDataExplorerSink, AzureDataExplorerSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Flush
Immediately object - If set to true, any aggregation will be skipped. Default is false. Type: boolean.
- Ingestion
Mapping objectAs Json - An explicit column mapping description provided in a json format. Type: string.
- Ingestion
Mapping objectName - A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Flush
Immediately interface{} - If set to true, any aggregation will be skipped. Default is false. Type: boolean.
- Ingestion
Mapping interface{}As Json - An explicit column mapping description provided in a json format. Type: string.
- Ingestion
Mapping interface{}Name - A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- flush
Immediately Object - If set to true, any aggregation will be skipped. Default is false. Type: boolean.
- ingestion
Mapping ObjectAs Json - An explicit column mapping description provided in a json format. Type: string.
- ingestion
Mapping ObjectName - A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- flush
Immediately any - If set to true, any aggregation will be skipped. Default is false. Type: boolean.
- ingestion
Mapping anyAs Json - An explicit column mapping description provided in a json format. Type: string.
- ingestion
Mapping anyName - A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- flush_
immediately Any - If set to true, any aggregation will be skipped. Default is false. Type: boolean.
- ingestion_
mapping_ Anyas_ json - An explicit column mapping description provided in a json format. Type: string.
- ingestion_
mapping_ Anyname - A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- flush
Immediately Any - If set to true, any aggregation will be skipped. Default is false. Type: boolean.
- ingestion
Mapping AnyAs Json - An explicit column mapping description provided in a json format. Type: string.
- ingestion
Mapping AnyName - A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureDataExplorerSinkResponse, AzureDataExplorerSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Flush
Immediately object - If set to true, any aggregation will be skipped. Default is false. Type: boolean.
- Ingestion
Mapping objectAs Json - An explicit column mapping description provided in a json format. Type: string.
- Ingestion
Mapping objectName - A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Flush
Immediately interface{} - If set to true, any aggregation will be skipped. Default is false. Type: boolean.
- Ingestion
Mapping interface{}As Json - An explicit column mapping description provided in a json format. Type: string.
- Ingestion
Mapping interface{}Name - A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- flush
Immediately Object - If set to true, any aggregation will be skipped. Default is false. Type: boolean.
- ingestion
Mapping ObjectAs Json - An explicit column mapping description provided in a json format. Type: string.
- ingestion
Mapping ObjectName - A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- flush
Immediately any - If set to true, any aggregation will be skipped. Default is false. Type: boolean.
- ingestion
Mapping anyAs Json - An explicit column mapping description provided in a json format. Type: string.
- ingestion
Mapping anyName - A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- flush_
immediately Any - If set to true, any aggregation will be skipped. Default is false. Type: boolean.
- ingestion_
mapping_ Anyas_ json - An explicit column mapping description provided in a json format. Type: string.
- ingestion_
mapping_ Anyname - A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- flush
Immediately Any - If set to true, any aggregation will be skipped. Default is false. Type: boolean.
- ingestion
Mapping AnyAs Json - An explicit column mapping description provided in a json format. Type: string.
- ingestion
Mapping AnyName - A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureDataExplorerSource, AzureDataExplorerSourceArgs
- Query object
- Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType string).
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- No
Truncation object - The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Query interface{}
- Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType string).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- No
Truncation interface{} - The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- query Object
- Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType string).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- no
Truncation Object - The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- query any
- Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType string).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- no
Truncation any - The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- query Any
- Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType string).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- no_
truncation Any - The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- query Any
- Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType string).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- no
Truncation Any - The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureDataExplorerSourceResponse, AzureDataExplorerSourceResponseArgs
- Query object
- Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType string).
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- No
Truncation object - The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Query interface{}
- Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType string).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- No
Truncation interface{} - The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- query Object
- Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType string).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- no
Truncation Object - The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- query any
- Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType string).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- no
Truncation any - The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- query Any
- Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType string).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- no_
truncation Any - The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- query Any
- Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType string).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- no
Truncation Any - The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureDataLakeStoreReadSettings, AzureDataLakeStoreReadSettingsArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- List
After object - Lists files after the value (exclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- List
Before object - Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - ADLS wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- List
After interface{} - Lists files after the value (exclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- List
Before interface{} - Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - ADLS wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- list
After Object - Lists files after the value (exclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- list
Before Object - Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - ADLS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- list
After any - Lists files after the value (exclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- list
Before any - Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - ADLS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- list_
after Any - Lists files after the value (exclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- list_
before Any - Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - ADLS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- list
After Any - Lists files after the value (exclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- list
Before Any - Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - ADLS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
AzureDataLakeStoreReadSettingsResponse, AzureDataLakeStoreReadSettingsResponseArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- List
After object - Lists files after the value (exclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- List
Before object - Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - ADLS wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- List
After interface{} - Lists files after the value (exclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- List
Before interface{} - Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - ADLS wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- list
After Object - Lists files after the value (exclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- list
Before Object - Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - ADLS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- list
After any - Lists files after the value (exclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- list
Before any - Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - ADLS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- list_
after Any - Lists files after the value (exclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- list_
before Any - Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - ADLS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- list
After Any - Lists files after the value (exclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- list
Before Any - Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - ADLS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
AzureDataLakeStoreSink, AzureDataLakeStoreSinkArgs
- Copy
Behavior object - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Adls objectSingle File Parallel - Single File Parallel.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Copy
Behavior interface{} - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Adls interface{}Single File Parallel - Single File Parallel.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior Object - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Adls ObjectSingle File Parallel - Single File Parallel.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior any - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Adls anySingle File Parallel - Single File Parallel.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy_
behavior Any - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
adls_ Anysingle_ file_ parallel - Single File Parallel.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior Any - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Adls AnySingle File Parallel - Single File Parallel.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureDataLakeStoreSinkResponse, AzureDataLakeStoreSinkResponseArgs
- Copy
Behavior object - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Adls objectSingle File Parallel - Single File Parallel.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Copy
Behavior interface{} - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Adls interface{}Single File Parallel - Single File Parallel.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior Object - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Adls ObjectSingle File Parallel - Single File Parallel.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior any - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Adls anySingle File Parallel - Single File Parallel.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy_
behavior Any - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
adls_ Anysingle_ file_ parallel - Single File Parallel.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior Any - The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Adls AnySingle File Parallel - Single File Parallel.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureDataLakeStoreSource, AzureDataLakeStoreSourceArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureDataLakeStoreSourceResponse, AzureDataLakeStoreSourceResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureDataLakeStoreWriteSettings, AzureDataLakeStoreWriteSettingsArgs
- Copy
Behavior object - The type of copy behavior for copy sink.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Expiry
Date objectTime - Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Copy
Behavior interface{} - The type of copy behavior for copy sink.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Expiry
Date interface{}Time - Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior Object - The type of copy behavior for copy sink.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- expiry
Date ObjectTime - Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior any - The type of copy behavior for copy sink.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- expiry
Date anyTime - Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy_
behavior Any - The type of copy behavior for copy sink.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- expiry_
date_ Anytime - Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior Any - The type of copy behavior for copy sink.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- expiry
Date AnyTime - Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
AzureDataLakeStoreWriteSettingsResponse, AzureDataLakeStoreWriteSettingsResponseArgs
- Copy
Behavior object - The type of copy behavior for copy sink.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Expiry
Date objectTime - Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Copy
Behavior interface{} - The type of copy behavior for copy sink.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Expiry
Date interface{}Time - Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior Object - The type of copy behavior for copy sink.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- expiry
Date ObjectTime - Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior any - The type of copy behavior for copy sink.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- expiry
Date anyTime - Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy_
behavior Any - The type of copy behavior for copy sink.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- expiry_
date_ Anytime - Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior Any - The type of copy behavior for copy sink.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- expiry
Date AnyTime - Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
AzureDatabricksDeltaLakeExportCommand, AzureDatabricksDeltaLakeExportCommandArgs
- Date
Format object - Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- Timestamp
Format object - Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- Date
Format interface{} - Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- Timestamp
Format interface{} - Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- date
Format Object - Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestamp
Format Object - Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- date
Format any - Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestamp
Format any - Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- date_
format Any - Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestamp_
format Any - Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- date
Format Any - Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestamp
Format Any - Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
AzureDatabricksDeltaLakeExportCommandResponse, AzureDatabricksDeltaLakeExportCommandResponseArgs
- Date
Format object - Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- Timestamp
Format object - Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- Date
Format interface{} - Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- Timestamp
Format interface{} - Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- date
Format Object - Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestamp
Format Object - Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- date
Format any - Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestamp
Format any - Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- date_
format Any - Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestamp_
format Any - Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- date
Format Any - Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestamp
Format Any - Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
AzureDatabricksDeltaLakeImportCommand, AzureDatabricksDeltaLakeImportCommandArgs
- Date
Format object - Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- Timestamp
Format object - Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- Date
Format interface{} - Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- Timestamp
Format interface{} - Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- date
Format Object - Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestamp
Format Object - Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- date
Format any - Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestamp
Format any - Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- date_
format Any - Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestamp_
format Any - Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- date
Format Any - Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestamp
Format Any - Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
AzureDatabricksDeltaLakeImportCommandResponse, AzureDatabricksDeltaLakeImportCommandResponseArgs
- Date
Format object - Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- Timestamp
Format object - Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- Date
Format interface{} - Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- Timestamp
Format interface{} - Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- date
Format Object - Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestamp
Format Object - Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- date
Format any - Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestamp
Format any - Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- date_
format Any - Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestamp_
format Any - Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- date
Format Any - Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
- timestamp
Format Any - Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
AzureDatabricksDeltaLakeSink, AzureDatabricksDeltaLakeSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Import
Settings Pulumi.Azure Native. Data Factory. Inputs. Azure Databricks Delta Lake Import Command - Azure Databricks Delta Lake import settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Import
Settings AzureDatabricks Delta Lake Import Command - Azure Databricks Delta Lake import settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- import
Settings AzureDatabricks Delta Lake Import Command - Azure Databricks Delta Lake import settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- import
Settings AzureDatabricks Delta Lake Import Command - Azure Databricks Delta Lake import settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- import_
settings AzureDatabricks Delta Lake Import Command - Azure Databricks Delta Lake import settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- import
Settings Property Map - Azure Databricks Delta Lake import settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureDatabricksDeltaLakeSinkResponse, AzureDatabricksDeltaLakeSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Import
Settings Pulumi.Azure Native. Data Factory. Inputs. Azure Databricks Delta Lake Import Command Response - Azure Databricks Delta Lake import settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Import
Settings AzureDatabricks Delta Lake Import Command Response - Azure Databricks Delta Lake import settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- import
Settings AzureDatabricks Delta Lake Import Command Response - Azure Databricks Delta Lake import settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- import
Settings AzureDatabricks Delta Lake Import Command Response - Azure Databricks Delta Lake import settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- import_
settings AzureDatabricks Delta Lake Import Command Response - Azure Databricks Delta Lake import settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- import
Settings Property Map - Azure Databricks Delta Lake import settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureDatabricksDeltaLakeSource, AzureDatabricksDeltaLakeSourceArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Export
Settings Pulumi.Azure Native. Data Factory. Inputs. Azure Databricks Delta Lake Export Command - Azure Databricks Delta Lake export settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Export
Settings AzureDatabricks Delta Lake Export Command - Azure Databricks Delta Lake export settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- export
Settings AzureDatabricks Delta Lake Export Command - Azure Databricks Delta Lake export settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- export
Settings AzureDatabricks Delta Lake Export Command - Azure Databricks Delta Lake export settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- export_
settings AzureDatabricks Delta Lake Export Command - Azure Databricks Delta Lake export settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- export
Settings Property Map - Azure Databricks Delta Lake export settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureDatabricksDeltaLakeSourceResponse, AzureDatabricksDeltaLakeSourceResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Export
Settings Pulumi.Azure Native. Data Factory. Inputs. Azure Databricks Delta Lake Export Command Response - Azure Databricks Delta Lake export settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Export
Settings AzureDatabricks Delta Lake Export Command Response - Azure Databricks Delta Lake export settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- export
Settings AzureDatabricks Delta Lake Export Command Response - Azure Databricks Delta Lake export settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- export
Settings AzureDatabricks Delta Lake Export Command Response - Azure Databricks Delta Lake export settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- export_
settings AzureDatabricks Delta Lake Export Command Response - Azure Databricks Delta Lake export settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- export
Settings Property Map - Azure Databricks Delta Lake export settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureFileStorageReadSettings, AzureFileStorageReadSettingsArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix object
- The prefix filter for the Azure File name starting from root path. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix interface{}
- The prefix filter for the Azure File name starting from root path. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Object
- The prefix filter for the Azure File name starting from root path. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix any
- The prefix filter for the Azure File name starting from root path. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the Azure File name starting from root path. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the Azure File name starting from root path. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
AzureFileStorageReadSettingsResponse, AzureFileStorageReadSettingsResponseArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix object
- The prefix filter for the Azure File name starting from root path. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix interface{}
- The prefix filter for the Azure File name starting from root path. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Object
- The prefix filter for the Azure File name starting from root path. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix any
- The prefix filter for the Azure File name starting from root path. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the Azure File name starting from root path. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the Azure File name starting from root path. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
AzureFileStorageWriteSettings, AzureFileStorageWriteSettingsArgs
- Copy
Behavior object - The type of copy behavior for copy sink.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Copy
Behavior interface{} - The type of copy behavior for copy sink.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior Object - The type of copy behavior for copy sink.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior any - The type of copy behavior for copy sink.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy_
behavior Any - The type of copy behavior for copy sink.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior Any - The type of copy behavior for copy sink.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
AzureFileStorageWriteSettingsResponse, AzureFileStorageWriteSettingsResponseArgs
- Copy
Behavior object - The type of copy behavior for copy sink.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Copy
Behavior interface{} - The type of copy behavior for copy sink.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior Object - The type of copy behavior for copy sink.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior any - The type of copy behavior for copy sink.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy_
behavior Any - The type of copy behavior for copy sink.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior Any - The type of copy behavior for copy sink.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
AzureFunctionActivity, AzureFunctionActivityArgs
- Function
Name object - Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
- Method
string | Pulumi.
Azure Native. Data Factory. Azure Function Activity Method - Rest API method for target endpoint.
- Name string
- Activity name.
- Body object
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Headers object
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Function
Name interface{} - Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
- Method
string | Azure
Function Activity Method - Rest API method for target endpoint.
- Name string
- Activity name.
- Body interface{}
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Headers interface{}
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference - Linked service reference.
- Policy
Activity
Policy - Activity policy.
- User
Properties []UserProperty - Activity user properties.
- function
Name Object - Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
- method
String | Azure
Function Activity Method - Rest API method for target endpoint.
- name String
- Activity name.
- body Object
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- headers Object
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user
Properties List<UserProperty> - Activity user properties.
- function
Name any - Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
- method
string | Azure
Function Activity Method - Rest API method for target endpoint.
- name string
- Activity name.
- body any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- headers any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user
Properties UserProperty[] - Activity user properties.
- function_
name Any - Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
- method
str | Azure
Function Activity Method - Rest API method for target endpoint.
- name str
- Activity name.
- body Any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- headers Any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user_
properties Sequence[UserProperty] - Activity user properties.
- function
Name Any - Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
- method String | "GET" | "POST" | "PUT" | "DELETE" | "OPTIONS" | "HEAD" | "TRACE"
- Rest API method for target endpoint.
- name String
- Activity name.
- body Any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- headers Any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
AzureFunctionActivityMethod, AzureFunctionActivityMethodArgs
- GET
- GET
- POST
- POST
- PUT
- PUT
- DELETE
- DELETE
- OPTIONS
- OPTIONS
- HEAD
- HEAD
- TRACE
- TRACE
- Azure
Function Activity Method GET - GET
- Azure
Function Activity Method POST - POST
- Azure
Function Activity Method PUT - PUT
- Azure
Function Activity Method DELETE - DELETE
- Azure
Function Activity Method OPTIONS - OPTIONS
- Azure
Function Activity Method HEAD - HEAD
- Azure
Function Activity Method TRACE - TRACE
- GET
- GET
- POST
- POST
- PUT
- PUT
- DELETE
- DELETE
- OPTIONS
- OPTIONS
- HEAD
- HEAD
- TRACE
- TRACE
- GET
- GET
- POST
- POST
- PUT
- PUT
- DELETE
- DELETE
- OPTIONS
- OPTIONS
- HEAD
- HEAD
- TRACE
- TRACE
- GET
- GET
- POST
- POST
- PUT
- PUT
- DELETE
- DELETE
- OPTIONS
- OPTIONS
- HEAD
- HEAD
- TRACE
- TRACE
- "GET"
- GET
- "POST"
- POST
- "PUT"
- PUT
- "DELETE"
- DELETE
- "OPTIONS"
- OPTIONS
- "HEAD"
- HEAD
- "TRACE"
- TRACE
AzureFunctionActivityResponse, AzureFunctionActivityResponseArgs
- Function
Name object - Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
- Method string
- Rest API method for target endpoint.
- Name string
- Activity name.
- Body object
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Headers object
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Function
Name interface{} - Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
- Method string
- Rest API method for target endpoint.
- Name string
- Activity name.
- Body interface{}
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Headers interface{}
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Policy
Activity
Policy Response - Activity policy.
- User
Properties []UserProperty Response - Activity user properties.
- function
Name Object - Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
- method String
- Rest API method for target endpoint.
- name String
- Activity name.
- body Object
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- headers Object
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user
Properties List<UserProperty Response> - Activity user properties.
- function
Name any - Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
- method string
- Rest API method for target endpoint.
- name string
- Activity name.
- body any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- headers any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user
Properties UserProperty Response[] - Activity user properties.
- function_
name Any - Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
- method str
- Rest API method for target endpoint.
- name str
- Activity name.
- body Any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- headers Any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- function
Name Any - Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
- method String
- Rest API method for target endpoint.
- name String
- Activity name.
- body Any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- headers Any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
AzureKeyVaultSecretReference, AzureKeyVaultSecretReferenceArgs
- Secret
Name object - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- Store
Pulumi.
Azure Native. Data Factory. Inputs. Linked Service Reference - The Azure Key Vault linked service reference.
- Secret
Version object - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- Secret
Name interface{} - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- Store
Linked
Service Reference - The Azure Key Vault linked service reference.
- Secret
Version interface{} - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- secret
Name Object - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- store
Linked
Service Reference - The Azure Key Vault linked service reference.
- secret
Version Object - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- secret
Name any - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- store
Linked
Service Reference - The Azure Key Vault linked service reference.
- secret
Version any - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- secret_
name Any - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- store
Linked
Service Reference - The Azure Key Vault linked service reference.
- secret_
version Any - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- secret
Name Any - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- store Property Map
- The Azure Key Vault linked service reference.
- secret
Version Any - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
AzureKeyVaultSecretReferenceResponse, AzureKeyVaultSecretReferenceResponseArgs
- Secret
Name object - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- Store
Pulumi.
Azure Native. Data Factory. Inputs. Linked Service Reference Response - The Azure Key Vault linked service reference.
- Secret
Version object - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- Secret
Name interface{} - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- Store
Linked
Service Reference Response - The Azure Key Vault linked service reference.
- Secret
Version interface{} - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- secret
Name Object - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- store
Linked
Service Reference Response - The Azure Key Vault linked service reference.
- secret
Version Object - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- secret
Name any - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- store
Linked
Service Reference Response - The Azure Key Vault linked service reference.
- secret
Version any - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- secret_
name Any - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- store
Linked
Service Reference Response - The Azure Key Vault linked service reference.
- secret_
version Any - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
- secret
Name Any - The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- store Property Map
- The Azure Key Vault linked service reference.
- secret
Version Any - The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
AzureMLBatchExecutionActivity, AzureMLBatchExecutionActivityArgs
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Global
Parameters Dictionary<string, object> - Key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint. Keys must match the names of web service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters property of the Azure ML batch execution request.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Web
Service Dictionary<string, Pulumi.Inputs Azure Native. Data Factory. Inputs. Azure MLWeb Service File> - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request.
- Web
Service Dictionary<string, Pulumi.Outputs Azure Native. Data Factory. Inputs. Azure MLWeb Service File> - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request.
- Name string
- Activity name.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Global
Parameters map[string]interface{} - Key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint. Keys must match the names of web service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters property of the Azure ML batch execution request.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Policy
Activity
Policy - Activity policy.
- User
Properties []UserProperty - Activity user properties.
- Web
Service map[string]AzureInputs MLWeb Service File - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request.
- Web
Service map[string]AzureOutputs MLWeb Service File - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request.
- name String
- Activity name.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- global
Parameters Map<String,Object> - Key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint. Keys must match the names of web service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters property of the Azure ML batch execution request.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user
Properties List<UserProperty> - Activity user properties.
- web
Service Map<String,AzureInputs MLWeb Service File> - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request.
- web
Service Map<String,AzureOutputs MLWeb Service File> - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request.
- name string
- Activity name.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- global
Parameters {[key: string]: any} - Key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint. Keys must match the names of web service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters property of the Azure ML batch execution request.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user
Properties UserProperty[] - Activity user properties.
- web
Service {[key: string]: AzureInputs MLWeb Service File} - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request.
- web
Service {[key: string]: AzureOutputs MLWeb Service File} - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- global_
parameters Mapping[str, Any] - Key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint. Keys must match the names of web service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters property of the Azure ML batch execution request.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user_
properties Sequence[UserProperty] - Activity user properties.
- web_
service_ Mapping[str, Azureinputs MLWeb Service File] - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request.
- web_
service_ Mapping[str, Azureoutputs MLWeb Service File] - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- global
Parameters Map<Any> - Key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint. Keys must match the names of web service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters property of the Azure ML batch execution request.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
- web
Service Map<Property Map>Inputs - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request.
- web
Service Map<Property Map>Outputs - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request.
AzureMLBatchExecutionActivityResponse, AzureMLBatchExecutionActivityResponseArgs
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Global
Parameters Dictionary<string, object> - Key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint. Keys must match the names of web service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters property of the Azure ML batch execution request.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Web
Service Dictionary<string, Pulumi.Inputs Azure Native. Data Factory. Inputs. Azure MLWeb Service File Response> - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request.
- Web
Service Dictionary<string, Pulumi.Outputs Azure Native. Data Factory. Inputs. Azure MLWeb Service File Response> - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request.
- Name string
- Activity name.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Global
Parameters map[string]interface{} - Key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint. Keys must match the names of web service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters property of the Azure ML batch execution request.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Policy
Activity
Policy Response - Activity policy.
- User
Properties []UserProperty Response - Activity user properties.
- Web
Service map[string]AzureInputs MLWeb Service File Response - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request.
- Web
Service map[string]AzureOutputs MLWeb Service File Response - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request.
- name String
- Activity name.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- global
Parameters Map<String,Object> - Key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint. Keys must match the names of web service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters property of the Azure ML batch execution request.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user
Properties List<UserProperty Response> - Activity user properties.
- web
Service Map<String,AzureInputs MLWeb Service File Response> - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request.
- web
Service Map<String,AzureOutputs MLWeb Service File Response> - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request.
- name string
- Activity name.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- global
Parameters {[key: string]: any} - Key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint. Keys must match the names of web service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters property of the Azure ML batch execution request.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user
Properties UserProperty Response[] - Activity user properties.
- web
Service {[key: string]: AzureInputs MLWeb Service File Response} - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request.
- web
Service {[key: string]: AzureOutputs MLWeb Service File Response} - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- global_
parameters Mapping[str, Any] - Key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint. Keys must match the names of web service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters property of the Azure ML batch execution request.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- web_
service_ Mapping[str, Azureinputs MLWeb Service File Response] - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request.
- web_
service_ Mapping[str, Azureoutputs MLWeb Service File Response] - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- global
Parameters Map<Any> - Key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint. Keys must match the names of web service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters property of the Azure ML batch execution request.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
- web
Service Map<Property Map>Inputs - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the Azure ML batch execution request.
- web
Service Map<Property Map>Outputs - Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the Azure ML batch execution request.
AzureMLExecutePipelineActivity, AzureMLExecutePipelineActivityArgs
- Name string
- Activity name.
- Continue
On objectStep Failure - Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression with resultType boolean).
- Data
Path objectAssignments - Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Experiment
Name object - Run history experiment name of the pipeline run. This information will be passed in the ExperimentName property of the published pipeline execution request. Type: string (or Expression with resultType string).
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Ml
Parent objectRun Id - The parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the published pipeline execution request. Type: string (or Expression with resultType string).
- Ml
Pipeline objectEndpoint Id - ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- Ml
Pipeline objectId - ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
- Ml
Pipeline objectParameters - Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Version object
- Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Continue
On interface{}Step Failure - Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression with resultType boolean).
- Data
Path interface{}Assignments - Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Experiment
Name interface{} - Run history experiment name of the pipeline run. This information will be passed in the ExperimentName property of the published pipeline execution request. Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference - Linked service reference.
- Ml
Parent interface{}Run Id - The parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the published pipeline execution request. Type: string (or Expression with resultType string).
- Ml
Pipeline interface{}Endpoint Id - ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- Ml
Pipeline interface{}Id - ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
- Ml
Pipeline interface{}Parameters - Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- Policy
Activity
Policy - Activity policy.
- User
Properties []UserProperty - Activity user properties.
- Version interface{}
- Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- name String
- Activity name.
- continue
On ObjectStep Failure - Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression with resultType boolean).
- data
Path ObjectAssignments - Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- experiment
Name Object - Run history experiment name of the pipeline run. This information will be passed in the ExperimentName property of the published pipeline execution request. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Linked service reference.
- ml
Parent ObjectRun Id - The parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the published pipeline execution request. Type: string (or Expression with resultType string).
- ml
Pipeline ObjectEndpoint Id - ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- ml
Pipeline ObjectId - ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
- ml
Pipeline ObjectParameters - Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- policy
Activity
Policy - Activity policy.
- user
Properties List<UserProperty> - Activity user properties.
- version Object
- Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- name string
- Activity name.
- continue
On anyStep Failure - Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression with resultType boolean).
- data
Path anyAssignments - Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- experiment
Name any - Run history experiment name of the pipeline run. This information will be passed in the ExperimentName property of the published pipeline execution request. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Linked service reference.
- ml
Parent anyRun Id - The parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the published pipeline execution request. Type: string (or Expression with resultType string).
- ml
Pipeline anyEndpoint Id - ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- ml
Pipeline anyId - ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
- ml
Pipeline anyParameters - Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- policy
Activity
Policy - Activity policy.
- user
Properties UserProperty[] - Activity user properties.
- version any
- Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- name str
- Activity name.
- continue_
on_ Anystep_ failure - Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression with resultType boolean).
- data_
path_ Anyassignments - Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- experiment_
name Any - Run history experiment name of the pipeline run. This information will be passed in the ExperimentName property of the published pipeline execution request. Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference - Linked service reference.
- ml_
parent_ Anyrun_ id - The parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the published pipeline execution request. Type: string (or Expression with resultType string).
- ml_
pipeline_ Anyendpoint_ id - ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- ml_
pipeline_ Anyid - ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
- ml_
pipeline_ Anyparameters - Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- policy
Activity
Policy - Activity policy.
- user_
properties Sequence[UserProperty] - Activity user properties.
- version Any
- Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- name String
- Activity name.
- continue
On AnyStep Failure - Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression with resultType boolean).
- data
Path AnyAssignments - Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- experiment
Name Any - Run history experiment name of the pipeline run. This information will be passed in the ExperimentName property of the published pipeline execution request. Type: string (or Expression with resultType string).
- linked
Service Property MapName - Linked service reference.
- ml
Parent AnyRun Id - The parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the published pipeline execution request. Type: string (or Expression with resultType string).
- ml
Pipeline AnyEndpoint Id - ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- ml
Pipeline AnyId - ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
- ml
Pipeline AnyParameters - Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
- version Any
- Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
AzureMLExecutePipelineActivityResponse, AzureMLExecutePipelineActivityResponseArgs
- Name string
- Activity name.
- Continue
On objectStep Failure - Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression with resultType boolean).
- Data
Path objectAssignments - Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Experiment
Name object - Run history experiment name of the pipeline run. This information will be passed in the ExperimentName property of the published pipeline execution request. Type: string (or Expression with resultType string).
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Ml
Parent objectRun Id - The parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the published pipeline execution request. Type: string (or Expression with resultType string).
- Ml
Pipeline objectEndpoint Id - ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- Ml
Pipeline objectId - ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
- Ml
Pipeline objectParameters - Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Version object
- Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Continue
On interface{}Step Failure - Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression with resultType boolean).
- Data
Path interface{}Assignments - Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Experiment
Name interface{} - Run history experiment name of the pipeline run. This information will be passed in the ExperimentName property of the published pipeline execution request. Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Ml
Parent interface{}Run Id - The parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the published pipeline execution request. Type: string (or Expression with resultType string).
- Ml
Pipeline interface{}Endpoint Id - ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- Ml
Pipeline interface{}Id - ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
- Ml
Pipeline interface{}Parameters - Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- Policy
Activity
Policy Response - Activity policy.
- User
Properties []UserProperty Response - Activity user properties.
- Version interface{}
- Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- name String
- Activity name.
- continue
On ObjectStep Failure - Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression with resultType boolean).
- data
Path ObjectAssignments - Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- experiment
Name Object - Run history experiment name of the pipeline run. This information will be passed in the ExperimentName property of the published pipeline execution request. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Linked service reference.
- ml
Parent ObjectRun Id - The parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the published pipeline execution request. Type: string (or Expression with resultType string).
- ml
Pipeline ObjectEndpoint Id - ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- ml
Pipeline ObjectId - ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
- ml
Pipeline ObjectParameters - Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- policy
Activity
Policy Response - Activity policy.
- user
Properties List<UserProperty Response> - Activity user properties.
- version Object
- Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- name string
- Activity name.
- continue
On anyStep Failure - Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression with resultType boolean).
- data
Path anyAssignments - Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- experiment
Name any - Run history experiment name of the pipeline run. This information will be passed in the ExperimentName property of the published pipeline execution request. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Linked service reference.
- ml
Parent anyRun Id - The parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the published pipeline execution request. Type: string (or Expression with resultType string).
- ml
Pipeline anyEndpoint Id - ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- ml
Pipeline anyId - ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
- ml
Pipeline anyParameters - Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- policy
Activity
Policy Response - Activity policy.
- user
Properties UserProperty Response[] - Activity user properties.
- version any
- Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- name str
- Activity name.
- continue_
on_ Anystep_ failure - Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression with resultType boolean).
- data_
path_ Anyassignments - Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- experiment_
name Any - Run history experiment name of the pipeline run. This information will be passed in the ExperimentName property of the published pipeline execution request. Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- ml_
parent_ Anyrun_ id - The parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the published pipeline execution request. Type: string (or Expression with resultType string).
- ml_
pipeline_ Anyendpoint_ id - ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- ml_
pipeline_ Anyid - ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
- ml_
pipeline_ Anyparameters - Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- policy
Activity
Policy Response - Activity policy.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- version Any
- Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- name String
- Activity name.
- continue
On AnyStep Failure - Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression with resultType boolean).
- data
Path AnyAssignments - Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- experiment
Name Any - Run history experiment name of the pipeline run. This information will be passed in the ExperimentName property of the published pipeline execution request. Type: string (or Expression with resultType string).
- linked
Service Property MapName - Linked service reference.
- ml
Parent AnyRun Id - The parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the published pipeline execution request. Type: string (or Expression with resultType string).
- ml
Pipeline AnyEndpoint Id - ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
- ml
Pipeline AnyId - ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
- ml
Pipeline AnyParameters - Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
- version Any
- Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
AzureMLUpdateResourceActivity, AzureMLUpdateResourceActivityArgs
- Name string
- Activity name.
- Trained
Model objectFile Path - The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the update operation. Type: string (or Expression with resultType string).
- Trained
Model Pulumi.Linked Service Name Azure Native. Data Factory. Inputs. Linked Service Reference - Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
- Trained
Model objectName - Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Name string
- Activity name.
- Trained
Model interface{}File Path - The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the update operation. Type: string (or Expression with resultType string).
- Trained
Model LinkedLinked Service Name Service Reference - Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
- Trained
Model interface{}Name - Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Policy
Activity
Policy - Activity policy.
- User
Properties []UserProperty - Activity user properties.
- name String
- Activity name.
- trained
Model ObjectFile Path - The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the update operation. Type: string (or Expression with resultType string).
- trained
Model LinkedLinked Service Name Service Reference - Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
- trained
Model ObjectName - Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user
Properties List<UserProperty> - Activity user properties.
- name string
- Activity name.
- trained
Model anyFile Path - The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the update operation. Type: string (or Expression with resultType string).
- trained
Model LinkedLinked Service Name Service Reference - Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
- trained
Model anyName - Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user
Properties UserProperty[] - Activity user properties.
- name str
- Activity name.
- trained_
model_ Anyfile_ path - The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the update operation. Type: string (or Expression with resultType string).
- trained_
model_ Linkedlinked_ service_ name Service Reference - Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
- trained_
model_ Anyname - Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user_
properties Sequence[UserProperty] - Activity user properties.
- name String
- Activity name.
- trained
Model AnyFile Path - The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the update operation. Type: string (or Expression with resultType string).
- trained
Model Property MapLinked Service Name - Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
- trained
Model AnyName - Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
AzureMLUpdateResourceActivityResponse, AzureMLUpdateResourceActivityResponseArgs
- Name string
- Activity name.
- Trained
Model objectFile Path - The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the update operation. Type: string (or Expression with resultType string).
- Trained
Model Pulumi.Linked Service Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
- Trained
Model objectName - Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Name string
- Activity name.
- Trained
Model interface{}File Path - The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the update operation. Type: string (or Expression with resultType string).
- Trained
Model LinkedLinked Service Name Service Reference Response - Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
- Trained
Model interface{}Name - Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Policy
Activity
Policy Response - Activity policy.
- User
Properties []UserProperty Response - Activity user properties.
- name String
- Activity name.
- trained
Model ObjectFile Path - The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the update operation. Type: string (or Expression with resultType string).
- trained
Model LinkedLinked Service Name Service Reference Response - Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
- trained
Model ObjectName - Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user
Properties List<UserProperty Response> - Activity user properties.
- name string
- Activity name.
- trained
Model anyFile Path - The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the update operation. Type: string (or Expression with resultType string).
- trained
Model LinkedLinked Service Name Service Reference Response - Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
- trained
Model anyName - Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user
Properties UserProperty Response[] - Activity user properties.
- name str
- Activity name.
- trained_
model_ Anyfile_ path - The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the update operation. Type: string (or Expression with resultType string).
- trained_
model_ Linkedlinked_ service_ name Service Reference Response - Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
- trained_
model_ Anyname - Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- name String
- Activity name.
- trained
Model AnyFile Path - The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the update operation. Type: string (or Expression with resultType string).
- trained
Model Property MapLinked Service Name - Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
- trained
Model AnyName - Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
AzureMLWebServiceFile, AzureMLWebServiceFileArgs
- File
Path object - The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
- File
Path interface{} - The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference - Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
- file
Path Object - The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
- file
Path any - The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
- file_
path Any - The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference - Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
- file
Path Any - The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
- linked
Service Property MapName - Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
AzureMLWebServiceFileResponse, AzureMLWebServiceFileResponseArgs
- File
Path object - The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
- File
Path interface{} - The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference Response - Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
- file
Path Object - The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
- file
Path any - The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
- file_
path Any - The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference Response - Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
- file
Path Any - The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
- linked
Service Property MapName - Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
AzureMariaDBSource, AzureMariaDBSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureMariaDBSourceResponse, AzureMariaDBSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureMySqlSink, AzureMySqlSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureMySqlSinkResponse, AzureMySqlSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureMySqlSource, AzureMySqlSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureMySqlSourceResponse, AzureMySqlSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzurePostgreSqlSink, AzurePostgreSqlSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzurePostgreSqlSinkResponse, AzurePostgreSqlSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzurePostgreSqlSource, AzurePostgreSqlSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzurePostgreSqlSourceResponse, AzurePostgreSqlSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureQueueSink, AzureQueueSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureQueueSinkResponse, AzureQueueSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureSearchIndexSink, AzureSearchIndexSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string | Pulumi.Azure Native. Data Factory. Azure Search Index Write Behavior Type - Specify the write behavior when upserting documents into Azure Search Index.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string | AzureSearch Index Write Behavior Type - Specify the write behavior when upserting documents into Azure Search Index.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String | AzureSearch Index Write Behavior Type - Specify the write behavior when upserting documents into Azure Search Index.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior string | AzureSearch Index Write Behavior Type - Specify the write behavior when upserting documents into Azure Search Index.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior str | AzureSearch Index Write Behavior Type - Specify the write behavior when upserting documents into Azure Search Index.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String | "Merge" | "Upload" - Specify the write behavior when upserting documents into Azure Search Index.
AzureSearchIndexSinkResponse, AzureSearchIndexSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string - Specify the write behavior when upserting documents into Azure Search Index.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string - Specify the write behavior when upserting documents into Azure Search Index.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String - Specify the write behavior when upserting documents into Azure Search Index.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior string - Specify the write behavior when upserting documents into Azure Search Index.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior str - Specify the write behavior when upserting documents into Azure Search Index.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String - Specify the write behavior when upserting documents into Azure Search Index.
AzureSearchIndexWriteBehaviorType, AzureSearchIndexWriteBehaviorTypeArgs
- Merge
- Merge
- Upload
- Upload
- Azure
Search Index Write Behavior Type Merge - Merge
- Azure
Search Index Write Behavior Type Upload - Upload
- Merge
- Merge
- Upload
- Upload
- Merge
- Merge
- Upload
- Upload
- MERGE
- Merge
- UPLOAD
- Upload
- "Merge"
- Merge
- "Upload"
- Upload
AzureSqlSink, AzureSqlSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer objectStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- Sql
Writer objectTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- Sql
Writer objectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Stored
Procedure objectParameters - SQL stored procedure parameters.
- Stored
Procedure objectTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- Table
Option object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Upsert Settings - SQL upsert settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer interface{}Stored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- Sql
Writer interface{}Table Type - SQL writer table type. Type: string (or Expression with resultType string).
- Sql
Writer interface{}Use Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Stored
Procedure interface{}Parameters - SQL stored procedure parameters.
- Stored
Procedure interface{}Table Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- Table
Option interface{} - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings SqlUpsert Settings - SQL upsert settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer ObjectStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer ObjectTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer ObjectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure ObjectParameters - SQL stored procedure parameters.
- stored
Procedure ObjectTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option Object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlUpsert Settings - SQL upsert settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer anyStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer anyTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer anyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure anyParameters - SQL stored procedure parameters.
- stored
Procedure anyTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlUpsert Settings - SQL upsert settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
writer_ Anystored_ procedure_ name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql_
writer_ Anytable_ type - SQL writer table type. Type: string (or Expression with resultType string).
- sql_
writer_ Anyuse_ table_ lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored_
procedure_ Anyparameters - SQL stored procedure parameters.
- stored_
procedure_ Anytable_ type_ parameter_ name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table_
option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert_
settings SqlUpsert Settings - SQL upsert settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer AnyStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer AnyTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer AnyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure AnyParameters - SQL stored procedure parameters.
- stored
Procedure AnyTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings Property Map - SQL upsert settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
AzureSqlSinkResponse, AzureSqlSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer objectStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- Sql
Writer objectTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- Sql
Writer objectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Stored
Procedure objectParameters - SQL stored procedure parameters.
- Stored
Procedure objectTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- Table
Option object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Upsert Settings Response - SQL upsert settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer interface{}Stored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- Sql
Writer interface{}Table Type - SQL writer table type. Type: string (or Expression with resultType string).
- Sql
Writer interface{}Use Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Stored
Procedure interface{}Parameters - SQL stored procedure parameters.
- Stored
Procedure interface{}Table Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- Table
Option interface{} - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings SqlUpsert Settings Response - SQL upsert settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer ObjectStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer ObjectTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer ObjectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure ObjectParameters - SQL stored procedure parameters.
- stored
Procedure ObjectTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option Object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlUpsert Settings Response - SQL upsert settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer anyStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer anyTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer anyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure anyParameters - SQL stored procedure parameters.
- stored
Procedure anyTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlUpsert Settings Response - SQL upsert settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
writer_ Anystored_ procedure_ name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql_
writer_ Anytable_ type - SQL writer table type. Type: string (or Expression with resultType string).
- sql_
writer_ Anyuse_ table_ lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored_
procedure_ Anyparameters - SQL stored procedure parameters.
- stored_
procedure_ Anytable_ type_ parameter_ name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table_
option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert_
settings SqlUpsert Settings Response - SQL upsert settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer AnyStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer AnyTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer AnyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure AnyParameters - SQL stored procedure parameters.
- stored
Procedure AnyTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings Property Map - SQL upsert settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
AzureSqlSource, AzureSqlSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Partition Settings - The settings that will be leveraged for Sql source partitioning.
- Produce
Additional objectTypes - Which additional types to produce.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader objectQuery - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader objectStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure objectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- Produce
Additional interface{}Types - Which additional types to produce.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader interface{}Query - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader interface{}Stored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure interface{}Parameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- produce
Additional ObjectTypes - Which additional types to produce.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader ObjectQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader ObjectStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure ObjectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- produce
Additional anyTypes - Which additional types to produce.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader anyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader anyStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure anyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition_
settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- produce_
additional_ Anytypes - Which additional types to produce.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
reader_ Anyquery - SQL reader query. Type: string (or Expression with resultType string).
- sql_
reader_ Anystored_ procedure_ name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored_
procedure_ Anyparameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for Sql source partitioning.
- produce
Additional AnyTypes - Which additional types to produce.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader AnyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader AnyStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure AnyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
AzureSqlSourceResponse, AzureSqlSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Partition Settings Response - The settings that will be leveraged for Sql source partitioning.
- Produce
Additional objectTypes - Which additional types to produce.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader objectQuery - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader objectStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure objectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- Produce
Additional interface{}Types - Which additional types to produce.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader interface{}Query - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader interface{}Stored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure interface{}Parameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- produce
Additional ObjectTypes - Which additional types to produce.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader ObjectQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader ObjectStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure ObjectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- produce
Additional anyTypes - Which additional types to produce.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader anyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader anyStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure anyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition_
settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- produce_
additional_ Anytypes - Which additional types to produce.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
reader_ Anyquery - SQL reader query. Type: string (or Expression with resultType string).
- sql_
reader_ Anystored_ procedure_ name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored_
procedure_ Anyparameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for Sql source partitioning.
- produce
Additional AnyTypes - Which additional types to produce.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader AnyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader AnyStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure AnyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
AzureTableSink, AzureTableSinkArgs
- Azure
Table objectDefault Partition Key Value - Azure Table default partition key value. Type: string (or Expression with resultType string).
- Azure
Table objectInsert Type - Azure Table insert type. Type: string (or Expression with resultType string).
- Azure
Table objectPartition Key Name - Azure Table partition key name. Type: string (or Expression with resultType string).
- Azure
Table objectRow Key Name - Azure Table row key name. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Azure
Table interface{}Default Partition Key Value - Azure Table default partition key value. Type: string (or Expression with resultType string).
- Azure
Table interface{}Insert Type - Azure Table insert type. Type: string (or Expression with resultType string).
- Azure
Table interface{}Partition Key Name - Azure Table partition key name. Type: string (or Expression with resultType string).
- Azure
Table interface{}Row Key Name - Azure Table row key name. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- azure
Table ObjectDefault Partition Key Value - Azure Table default partition key value. Type: string (or Expression with resultType string).
- azure
Table ObjectInsert Type - Azure Table insert type. Type: string (or Expression with resultType string).
- azure
Table ObjectPartition Key Name - Azure Table partition key name. Type: string (or Expression with resultType string).
- azure
Table ObjectRow Key Name - Azure Table row key name. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- azure
Table anyDefault Partition Key Value - Azure Table default partition key value. Type: string (or Expression with resultType string).
- azure
Table anyInsert Type - Azure Table insert type. Type: string (or Expression with resultType string).
- azure
Table anyPartition Key Name - Azure Table partition key name. Type: string (or Expression with resultType string).
- azure
Table anyRow Key Name - Azure Table row key name. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- azure_
table_ Anydefault_ partition_ key_ value - Azure Table default partition key value. Type: string (or Expression with resultType string).
- azure_
table_ Anyinsert_ type - Azure Table insert type. Type: string (or Expression with resultType string).
- azure_
table_ Anypartition_ key_ name - Azure Table partition key name. Type: string (or Expression with resultType string).
- azure_
table_ Anyrow_ key_ name - Azure Table row key name. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- azure
Table AnyDefault Partition Key Value - Azure Table default partition key value. Type: string (or Expression with resultType string).
- azure
Table AnyInsert Type - Azure Table insert type. Type: string (or Expression with resultType string).
- azure
Table AnyPartition Key Name - Azure Table partition key name. Type: string (or Expression with resultType string).
- azure
Table AnyRow Key Name - Azure Table row key name. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureTableSinkResponse, AzureTableSinkResponseArgs
- Azure
Table objectDefault Partition Key Value - Azure Table default partition key value. Type: string (or Expression with resultType string).
- Azure
Table objectInsert Type - Azure Table insert type. Type: string (or Expression with resultType string).
- Azure
Table objectPartition Key Name - Azure Table partition key name. Type: string (or Expression with resultType string).
- Azure
Table objectRow Key Name - Azure Table row key name. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Azure
Table interface{}Default Partition Key Value - Azure Table default partition key value. Type: string (or Expression with resultType string).
- Azure
Table interface{}Insert Type - Azure Table insert type. Type: string (or Expression with resultType string).
- Azure
Table interface{}Partition Key Name - Azure Table partition key name. Type: string (or Expression with resultType string).
- Azure
Table interface{}Row Key Name - Azure Table row key name. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- azure
Table ObjectDefault Partition Key Value - Azure Table default partition key value. Type: string (or Expression with resultType string).
- azure
Table ObjectInsert Type - Azure Table insert type. Type: string (or Expression with resultType string).
- azure
Table ObjectPartition Key Name - Azure Table partition key name. Type: string (or Expression with resultType string).
- azure
Table ObjectRow Key Name - Azure Table row key name. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- azure
Table anyDefault Partition Key Value - Azure Table default partition key value. Type: string (or Expression with resultType string).
- azure
Table anyInsert Type - Azure Table insert type. Type: string (or Expression with resultType string).
- azure
Table anyPartition Key Name - Azure Table partition key name. Type: string (or Expression with resultType string).
- azure
Table anyRow Key Name - Azure Table row key name. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- azure_
table_ Anydefault_ partition_ key_ value - Azure Table default partition key value. Type: string (or Expression with resultType string).
- azure_
table_ Anyinsert_ type - Azure Table insert type. Type: string (or Expression with resultType string).
- azure_
table_ Anypartition_ key_ name - Azure Table partition key name. Type: string (or Expression with resultType string).
- azure_
table_ Anyrow_ key_ name - Azure Table row key name. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- azure
Table AnyDefault Partition Key Value - Azure Table default partition key value. Type: string (or Expression with resultType string).
- azure
Table AnyInsert Type - Azure Table insert type. Type: string (or Expression with resultType string).
- azure
Table AnyPartition Key Name - Azure Table partition key name. Type: string (or Expression with resultType string).
- azure
Table AnyRow Key Name - Azure Table row key name. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureTableSource, AzureTableSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Azure
Table objectSource Ignore Table Not Found - Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
- Azure
Table objectSource Query - Azure Table source query. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Azure
Table interface{}Source Ignore Table Not Found - Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
- Azure
Table interface{}Source Query - Azure Table source query. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- azure
Table ObjectSource Ignore Table Not Found - Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
- azure
Table ObjectSource Query - Azure Table source query. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- azure
Table anySource Ignore Table Not Found - Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
- azure
Table anySource Query - Azure Table source query. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- azure_
table_ Anysource_ ignore_ table_ not_ found - Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
- azure_
table_ Anysource_ query - Azure Table source query. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- azure
Table AnySource Ignore Table Not Found - Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
- azure
Table AnySource Query - Azure Table source query. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureTableSourceResponse, AzureTableSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Azure
Table objectSource Ignore Table Not Found - Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
- Azure
Table objectSource Query - Azure Table source query. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Azure
Table interface{}Source Ignore Table Not Found - Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
- Azure
Table interface{}Source Query - Azure Table source query. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- azure
Table ObjectSource Ignore Table Not Found - Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
- azure
Table ObjectSource Query - Azure Table source query. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- azure
Table anySource Ignore Table Not Found - Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
- azure
Table anySource Query - Azure Table source query. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- azure_
table_ Anysource_ ignore_ table_ not_ found - Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
- azure_
table_ Anysource_ query - Azure Table source query. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- azure
Table AnySource Ignore Table Not Found - Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
- azure
Table AnySource Query - Azure Table source query. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
BigDataPoolParametrizationReference, BigDataPoolParametrizationReferenceArgs
- Reference
Name object - Reference big data pool name. Type: string (or Expression with resultType string).
- Type
string | Pulumi.
Azure Native. Data Factory. Big Data Pool Reference Type - Big data pool reference type.
- Reference
Name interface{} - Reference big data pool name. Type: string (or Expression with resultType string).
- Type
string | Big
Data Pool Reference Type - Big data pool reference type.
- reference
Name Object - Reference big data pool name. Type: string (or Expression with resultType string).
- type
String | Big
Data Pool Reference Type - Big data pool reference type.
- reference
Name any - Reference big data pool name. Type: string (or Expression with resultType string).
- type
string | Big
Data Pool Reference Type - Big data pool reference type.
- reference_
name Any - Reference big data pool name. Type: string (or Expression with resultType string).
- type
str | Big
Data Pool Reference Type - Big data pool reference type.
- reference
Name Any - Reference big data pool name. Type: string (or Expression with resultType string).
- type
String | "Big
Data Pool Reference" - Big data pool reference type.
BigDataPoolParametrizationReferenceResponse, BigDataPoolParametrizationReferenceResponseArgs
- Reference
Name object - Reference big data pool name. Type: string (or Expression with resultType string).
- Type string
- Big data pool reference type.
- Reference
Name interface{} - Reference big data pool name. Type: string (or Expression with resultType string).
- Type string
- Big data pool reference type.
- reference
Name Object - Reference big data pool name. Type: string (or Expression with resultType string).
- type String
- Big data pool reference type.
- reference
Name any - Reference big data pool name. Type: string (or Expression with resultType string).
- type string
- Big data pool reference type.
- reference_
name Any - Reference big data pool name. Type: string (or Expression with resultType string).
- type str
- Big data pool reference type.
- reference
Name Any - Reference big data pool name. Type: string (or Expression with resultType string).
- type String
- Big data pool reference type.
BigDataPoolReferenceType, BigDataPoolReferenceTypeArgs
- Big
Data Pool Reference - BigDataPoolReference
- Big
Data Pool Reference Type Big Data Pool Reference - BigDataPoolReference
- Big
Data Pool Reference - BigDataPoolReference
- Big
Data Pool Reference - BigDataPoolReference
- BIG_DATA_POOL_REFERENCE
- BigDataPoolReference
- "Big
Data Pool Reference" - BigDataPoolReference
BinaryReadSettings, BinaryReadSettingsArgs
- Compression
Properties TarGZip | TarRead Settings Read | ZipSettings Deflate Read Settings - Compression settings.
- compression
Properties TarGZip | TarRead Settings Read | ZipSettings Deflate Read Settings - Compression settings.
- compression
Properties TarGZip | TarRead Settings Read | ZipSettings Deflate Read Settings - Compression settings.
- compression_
properties TarGZip | TarRead Settings Read | ZipSettings Deflate Read Settings - Compression settings.
- compression
Properties Property Map | Property Map | Property Map - Compression settings.
BinaryReadSettingsResponse, BinaryReadSettingsResponseArgs
- Compression
Properties TarGZip | TarRead Settings Response Read | ZipSettings Response Deflate Read Settings Response - Compression settings.
- compression
Properties TarGZip | TarRead Settings Response Read | ZipSettings Response Deflate Read Settings Response - Compression settings.
- compression
Properties TarGZip | TarRead Settings Response Read | ZipSettings Response Deflate Read Settings Response - Compression settings.
- compression_
properties TarGZip | TarRead Settings Response Read | ZipSettings Response Deflate Read Settings Response - Compression settings.
- compression
Properties Property Map | Property Map | Property Map - Compression settings.
BinarySink, BinarySinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSWrite Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Write Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Write Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Write Settings Azure | Pulumi.Native. Data Factory. Inputs. File Server Write Settings Azure Native. Data Factory. Inputs. Sftp Write Settings - Binary store settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - Binary store settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - Binary store settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - Binary store settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - Binary store settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Binary store settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
BinarySinkResponse, BinarySinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSWrite Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. File Server Write Settings Response Azure Native. Data Factory. Inputs. Sftp Write Settings Response - Binary store settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - Binary store settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - Binary store settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - Binary store settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - Binary store settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Binary store settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
BinarySource, BinarySourceArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Binary Read Settings - Binary format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Azure Native. Data Factory. Inputs. Sftp Read Settings - Binary store settings.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings BinaryRead Settings - Binary format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Binary store settings.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings BinaryRead Settings - Binary format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Binary store settings.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings BinaryRead Settings - Binary format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Binary store settings.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings BinaryRead Settings - Binary format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Binary store settings.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - Binary format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Binary store settings.
BinarySourceResponse, BinarySourceResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Binary Read Settings Response - Binary format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Response Azure Native. Data Factory. Inputs. Sftp Read Settings Response - Binary store settings.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings BinaryRead Settings Response - Binary format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Binary store settings.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings BinaryRead Settings Response - Binary format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Binary store settings.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings BinaryRead Settings Response - Binary format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Binary store settings.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings BinaryRead Settings Response - Binary format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Binary store settings.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - Binary format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Binary store settings.
BlobSink, BlobSinkArgs
- Blob
Writer objectAdd Header - Blob writer add header. Type: boolean (or Expression with resultType boolean).
- Blob
Writer objectDate Time Format - Blob writer date time format. Type: string (or Expression with resultType string).
- Blob
Writer objectOverwrite Files - Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
- Copy
Behavior object - The type of copy behavior for copy sink.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Metadata
List<Pulumi.
Azure Native. Data Factory. Inputs. Metadata Item> - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Blob
Writer interface{}Add Header - Blob writer add header. Type: boolean (or Expression with resultType boolean).
- Blob
Writer interface{}Date Time Format - Blob writer date time format. Type: string (or Expression with resultType string).
- Blob
Writer interface{}Overwrite Files - Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
- Copy
Behavior interface{} - The type of copy behavior for copy sink.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Metadata
[]Metadata
Item - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- blob
Writer ObjectAdd Header - Blob writer add header. Type: boolean (or Expression with resultType boolean).
- blob
Writer ObjectDate Time Format - Blob writer date time format. Type: string (or Expression with resultType string).
- blob
Writer ObjectOverwrite Files - Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
- copy
Behavior Object - The type of copy behavior for copy sink.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- metadata
List<Metadata
Item> - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- blob
Writer anyAdd Header - Blob writer add header. Type: boolean (or Expression with resultType boolean).
- blob
Writer anyDate Time Format - Blob writer date time format. Type: string (or Expression with resultType string).
- blob
Writer anyOverwrite Files - Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
- copy
Behavior any - The type of copy behavior for copy sink.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- metadata
Metadata
Item[] - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- blob_
writer_ Anyadd_ header - Blob writer add header. Type: boolean (or Expression with resultType boolean).
- blob_
writer_ Anydate_ time_ format - Blob writer date time format. Type: string (or Expression with resultType string).
- blob_
writer_ Anyoverwrite_ files - Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
- copy_
behavior Any - The type of copy behavior for copy sink.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- metadata
Sequence[Metadata
Item] - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- blob
Writer AnyAdd Header - Blob writer add header. Type: boolean (or Expression with resultType boolean).
- blob
Writer AnyDate Time Format - Blob writer date time format. Type: string (or Expression with resultType string).
- blob
Writer AnyOverwrite Files - Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
- copy
Behavior Any - The type of copy behavior for copy sink.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- metadata List<Property Map>
- Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
BlobSinkResponse, BlobSinkResponseArgs
- Blob
Writer objectAdd Header - Blob writer add header. Type: boolean (or Expression with resultType boolean).
- Blob
Writer objectDate Time Format - Blob writer date time format. Type: string (or Expression with resultType string).
- Blob
Writer objectOverwrite Files - Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
- Copy
Behavior object - The type of copy behavior for copy sink.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Metadata
List<Pulumi.
Azure Native. Data Factory. Inputs. Metadata Item Response> - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Blob
Writer interface{}Add Header - Blob writer add header. Type: boolean (or Expression with resultType boolean).
- Blob
Writer interface{}Date Time Format - Blob writer date time format. Type: string (or Expression with resultType string).
- Blob
Writer interface{}Overwrite Files - Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
- Copy
Behavior interface{} - The type of copy behavior for copy sink.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Metadata
[]Metadata
Item Response - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- blob
Writer ObjectAdd Header - Blob writer add header. Type: boolean (or Expression with resultType boolean).
- blob
Writer ObjectDate Time Format - Blob writer date time format. Type: string (or Expression with resultType string).
- blob
Writer ObjectOverwrite Files - Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
- copy
Behavior Object - The type of copy behavior for copy sink.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- metadata
List<Metadata
Item Response> - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- blob
Writer anyAdd Header - Blob writer add header. Type: boolean (or Expression with resultType boolean).
- blob
Writer anyDate Time Format - Blob writer date time format. Type: string (or Expression with resultType string).
- blob
Writer anyOverwrite Files - Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
- copy
Behavior any - The type of copy behavior for copy sink.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- metadata
Metadata
Item Response[] - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- blob_
writer_ Anyadd_ header - Blob writer add header. Type: boolean (or Expression with resultType boolean).
- blob_
writer_ Anydate_ time_ format - Blob writer date time format. Type: string (or Expression with resultType string).
- blob_
writer_ Anyoverwrite_ files - Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
- copy_
behavior Any - The type of copy behavior for copy sink.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- metadata
Sequence[Metadata
Item Response] - Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- blob
Writer AnyAdd Header - Blob writer add header. Type: boolean (or Expression with resultType boolean).
- blob
Writer AnyDate Time Format - Blob writer date time format. Type: string (or Expression with resultType string).
- blob
Writer AnyOverwrite Files - Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
- copy
Behavior Any - The type of copy behavior for copy sink.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- metadata List<Property Map>
- Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
BlobSource, BlobSourceArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Skip
Header objectLine Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Treat
Empty objectAs Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Skip
Header interface{}Line Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Treat
Empty interface{}As Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- skip
Header ObjectLine Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- treat
Empty ObjectAs Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- skip
Header anyLine Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- treat
Empty anyAs Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- skip_
header_ Anyline_ count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- treat_
empty_ Anyas_ null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- skip
Header AnyLine Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- treat
Empty AnyAs Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
BlobSourceResponse, BlobSourceResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Skip
Header objectLine Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Treat
Empty objectAs Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Skip
Header interface{}Line Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Treat
Empty interface{}As Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- skip
Header ObjectLine Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- treat
Empty ObjectAs Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- skip
Header anyLine Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- treat
Empty anyAs Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- skip_
header_ Anyline_ count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- treat_
empty_ Anyas_ null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- skip
Header AnyLine Count - Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- treat
Empty AnyAs Null - Treat empty as null. Type: boolean (or Expression with resultType boolean).
CassandraSource, CassandraSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Consistency
Level string | Pulumi.Azure Native. Data Factory. Cassandra Source Read Consistency Levels - The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Should be a SQL-92 query expression or Cassandra Query Language (CQL) command. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Consistency
Level string | CassandraSource Read Consistency Levels - The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Should be a SQL-92 query expression or Cassandra Query Language (CQL) command. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- consistency
Level String | CassandraSource Read Consistency Levels - The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Should be a SQL-92 query expression or Cassandra Query Language (CQL) command. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- consistency
Level string | CassandraSource Read Consistency Levels - The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Should be a SQL-92 query expression or Cassandra Query Language (CQL) command. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- consistency_
level str | CassandraSource Read Consistency Levels - The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Should be a SQL-92 query expression or Cassandra Query Language (CQL) command. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- consistency
Level String | "ALL" | "EACH_QUORUM" | "QUORUM" | "LOCAL_QUORUM" | "ONE" | "TWO" | "THREE" | "LOCAL_ONE" | "SERIAL" | "LOCAL_SERIAL" - The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Should be a SQL-92 query expression or Cassandra Query Language (CQL) command. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
CassandraSourceReadConsistencyLevels, CassandraSourceReadConsistencyLevelsArgs
- ALL
- ALL
- EACH_QUORUM
- EACH_QUORUM
- QUORUM
- QUORUM
- LOCAL_QUORUM
- LOCAL_QUORUM
- ONE
- ONE
- TWO
- TWO
- THREE
- THREE
- LOCAL_ONE
- LOCAL_ONE
- SERIAL
- SERIAL
- LOCAL_SERIAL
- LOCAL_SERIAL
- Cassandra
Source Read Consistency Levels ALL - ALL
- Cassandra
Source Read Consistency Levels_EACH_QUORUM - EACH_QUORUM
- Cassandra
Source Read Consistency Levels QUORUM - QUORUM
- Cassandra
Source Read Consistency Levels_LOCAL_QUORUM - LOCAL_QUORUM
- Cassandra
Source Read Consistency Levels ONE - ONE
- Cassandra
Source Read Consistency Levels TWO - TWO
- Cassandra
Source Read Consistency Levels THREE - THREE
- Cassandra
Source Read Consistency Levels_LOCAL_ONE - LOCAL_ONE
- Cassandra
Source Read Consistency Levels SERIAL - SERIAL
- Cassandra
Source Read Consistency Levels_LOCAL_SERIAL - LOCAL_SERIAL
- ALL
- ALL
- EACH_QUORUM
- EACH_QUORUM
- QUORUM
- QUORUM
- LOCAL_QUORUM
- LOCAL_QUORUM
- ONE
- ONE
- TWO
- TWO
- THREE
- THREE
- LOCAL_ONE
- LOCAL_ONE
- SERIAL
- SERIAL
- LOCAL_SERIAL
- LOCAL_SERIAL
- ALL
- ALL
- EACH_QUORUM
- EACH_QUORUM
- QUORUM
- QUORUM
- LOCAL_QUORUM
- LOCAL_QUORUM
- ONE
- ONE
- TWO
- TWO
- THREE
- THREE
- LOCAL_ONE
- LOCAL_ONE
- SERIAL
- SERIAL
- LOCAL_SERIAL
- LOCAL_SERIAL
- ALL
- ALL
- EAC_H_QUORUM
- EACH_QUORUM
- QUORUM
- QUORUM
- LOCA_L_QUORUM
- LOCAL_QUORUM
- ONE
- ONE
- TWO
- TWO
- THREE
- THREE
- LOCA_L_ONE
- LOCAL_ONE
- SERIAL
- SERIAL
- LOCA_L_SERIAL
- LOCAL_SERIAL
- "ALL"
- ALL
- "EACH_QUORUM"
- EACH_QUORUM
- "QUORUM"
- QUORUM
- "LOCAL_QUORUM"
- LOCAL_QUORUM
- "ONE"
- ONE
- "TWO"
- TWO
- "THREE"
- THREE
- "LOCAL_ONE"
- LOCAL_ONE
- "SERIAL"
- SERIAL
- "LOCAL_SERIAL"
- LOCAL_SERIAL
CassandraSourceResponse, CassandraSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Consistency
Level string - The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Should be a SQL-92 query expression or Cassandra Query Language (CQL) command. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Consistency
Level string - The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Should be a SQL-92 query expression or Cassandra Query Language (CQL) command. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- consistency
Level String - The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Should be a SQL-92 query expression or Cassandra Query Language (CQL) command. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- consistency
Level string - The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Should be a SQL-92 query expression or Cassandra Query Language (CQL) command. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- consistency_
level str - The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Should be a SQL-92 query expression or Cassandra Query Language (CQL) command. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- consistency
Level String - The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Should be a SQL-92 query expression or Cassandra Query Language (CQL) command. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
CommonDataServiceForAppsSink, CommonDataServiceForAppsSinkArgs
- Write
Behavior string | Pulumi.Azure Native. Data Factory. Dynamics Sink Write Behavior - The write behavior for the operation.
- Alternate
Key objectName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Ignore
Null objectValues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string | DynamicsSink Write Behavior - The write behavior for the operation.
- Alternate
Key interface{}Name - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Ignore
Null interface{}Values - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String | DynamicsSink Write Behavior - The write behavior for the operation.
- alternate
Key ObjectName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null ObjectValues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior string | DynamicsSink Write Behavior - The write behavior for the operation.
- alternate
Key anyName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null anyValues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior str | DynamicsSink Write Behavior - The write behavior for the operation.
- alternate_
key_ Anyname - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore_
null_ Anyvalues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String | "Upsert" - The write behavior for the operation.
- alternate
Key AnyName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null AnyValues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
CommonDataServiceForAppsSinkResponse, CommonDataServiceForAppsSinkResponseArgs
- Write
Behavior string - The write behavior for the operation.
- Alternate
Key objectName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Ignore
Null objectValues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string - The write behavior for the operation.
- Alternate
Key interface{}Name - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Ignore
Null interface{}Values - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String - The write behavior for the operation.
- alternate
Key ObjectName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null ObjectValues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior string - The write behavior for the operation.
- alternate
Key anyName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null anyValues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior str - The write behavior for the operation.
- alternate_
key_ Anyname - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore_
null_ Anyvalues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String - The write behavior for the operation.
- alternate
Key AnyName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null AnyValues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
CommonDataServiceForAppsSource, CommonDataServiceForAppsSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- FetchXML is a proprietary query language that is used in Microsoft Common Data Service for Apps (online & on-premises). Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- FetchXML is a proprietary query language that is used in Microsoft Common Data Service for Apps (online & on-premises). Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- FetchXML is a proprietary query language that is used in Microsoft Common Data Service for Apps (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- FetchXML is a proprietary query language that is used in Microsoft Common Data Service for Apps (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- FetchXML is a proprietary query language that is used in Microsoft Common Data Service for Apps (online & on-premises). Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- FetchXML is a proprietary query language that is used in Microsoft Common Data Service for Apps (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
CommonDataServiceForAppsSourceResponse, CommonDataServiceForAppsSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- FetchXML is a proprietary query language that is used in Microsoft Common Data Service for Apps (online & on-premises). Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- FetchXML is a proprietary query language that is used in Microsoft Common Data Service for Apps (online & on-premises). Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- FetchXML is a proprietary query language that is used in Microsoft Common Data Service for Apps (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- FetchXML is a proprietary query language that is used in Microsoft Common Data Service for Apps (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- FetchXML is a proprietary query language that is used in Microsoft Common Data Service for Apps (online & on-premises). Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- FetchXML is a proprietary query language that is used in Microsoft Common Data Service for Apps (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ConcurSource, ConcurSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ConcurSourceResponse, ConcurSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ConfigurationType, ConfigurationTypeArgs
- Default
- Default
- Customized
- Customized
- Artifact
- Artifact
- Configuration
Type Default - Default
- Configuration
Type Customized - Customized
- Configuration
Type Artifact - Artifact
- Default
- Default
- Customized
- Customized
- Artifact
- Artifact
- Default
- Default
- Customized
- Customized
- Artifact
- Artifact
- DEFAULT
- Default
- CUSTOMIZED
- Customized
- ARTIFACT
- Artifact
- "Default"
- Default
- "Customized"
- Customized
- "Artifact"
- Artifact
ControlActivity, ControlActivityArgs
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Name string
- Activity name.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- User
Properties []UserProperty - Activity user properties.
- name String
- Activity name.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<UserProperty> - Activity user properties.
- name string
- Activity name.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- user
Properties UserProperty[] - Activity user properties.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- user_
properties Sequence[UserProperty] - Activity user properties.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<Property Map> - Activity user properties.
ControlActivityResponse, ControlActivityResponseArgs
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Name string
- Activity name.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- User
Properties []UserProperty Response - Activity user properties.
- name String
- Activity name.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<UserProperty Response> - Activity user properties.
- name string
- Activity name.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- user
Properties UserProperty Response[] - Activity user properties.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<Property Map> - Activity user properties.
CopyActivity, CopyActivityArgs
- Name string
- Activity name.
- Sink
Pulumi.
Azure | Pulumi.Native. Data Factory. Inputs. Avro Sink Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSSink Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Explorer Sink Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Sink Azure | Pulumi.Native. Data Factory. Inputs. Azure Databricks Delta Lake Sink Azure | Pulumi.Native. Data Factory. Inputs. Azure My Sql Sink Azure | Pulumi.Native. Data Factory. Inputs. Azure Postgre Sql Sink Azure | Pulumi.Native. Data Factory. Inputs. Azure Queue Sink Azure | Pulumi.Native. Data Factory. Inputs. Azure Search Index Sink Azure | Pulumi.Native. Data Factory. Inputs. Azure Sql Sink Azure | Pulumi.Native. Data Factory. Inputs. Azure Table Sink Azure | Pulumi.Native. Data Factory. Inputs. Binary Sink Azure | Pulumi.Native. Data Factory. Inputs. Blob Sink Azure | Pulumi.Native. Data Factory. Inputs. Common Data Service For Apps Sink Azure | Pulumi.Native. Data Factory. Inputs. Cosmos Db Mongo Db Api Sink Azure | Pulumi.Native. Data Factory. Inputs. Cosmos Db Sql Api Sink Azure | Pulumi.Native. Data Factory. Inputs. Delimited Text Sink Azure | Pulumi.Native. Data Factory. Inputs. Document Db Collection Sink Azure | Pulumi.Native. Data Factory. Inputs. Dynamics Crm Sink Azure | Pulumi.Native. Data Factory. Inputs. Dynamics Sink Azure | Pulumi.Native. Data Factory. Inputs. File System Sink Azure | Pulumi.Native. Data Factory. Inputs. Informix Sink Azure | Pulumi.Native. Data Factory. Inputs. Json Sink Azure | Pulumi.Native. Data Factory. Inputs. Microsoft Access Sink Azure | Pulumi.Native. Data Factory. Inputs. Mongo Db Atlas Sink Azure | Pulumi.Native. Data Factory. Inputs. Mongo Db V2Sink Azure | Pulumi.Native. Data Factory. Inputs. Odbc Sink Azure | Pulumi.Native. Data Factory. Inputs. Oracle Sink Azure | Pulumi.Native. Data Factory. Inputs. Orc Sink Azure | Pulumi.Native. Data Factory. Inputs. Parquet Sink Azure | Pulumi.Native. Data Factory. Inputs. Rest Sink Azure | Pulumi.Native. Data Factory. Inputs. Salesforce Service Cloud Sink Azure | Pulumi.Native. Data Factory. Inputs. Salesforce Sink Azure | Pulumi.Native. Data Factory. Inputs. Sap Cloud For Customer Sink Azure | Pulumi.Native. Data Factory. Inputs. Snowflake Sink Azure | Pulumi.Native. Data Factory. Inputs. Sql DWSink Azure | Pulumi.Native. Data Factory. Inputs. Sql MISink Azure | Pulumi.Native. Data Factory. Inputs. Sql Server Sink Azure Native. Data Factory. Inputs. Sql Sink - Copy activity sink.
- Source
Pulumi.
Azure | Pulumi.Native. Data Factory. Inputs. Amazon MWSSource Azure | Pulumi.Native. Data Factory. Inputs. Amazon Rds For Oracle Source Azure | Pulumi.Native. Data Factory. Inputs. Amazon Rds For Sql Server Source Azure | Pulumi.Native. Data Factory. Inputs. Amazon Redshift Source Azure | Pulumi.Native. Data Factory. Inputs. Avro Source Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSSource Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Explorer Source Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Source Azure | Pulumi.Native. Data Factory. Inputs. Azure Databricks Delta Lake Source Azure | Pulumi.Native. Data Factory. Inputs. Azure Maria DBSource Azure | Pulumi.Native. Data Factory. Inputs. Azure My Sql Source Azure | Pulumi.Native. Data Factory. Inputs. Azure Postgre Sql Source Azure | Pulumi.Native. Data Factory. Inputs. Azure Sql Source Azure | Pulumi.Native. Data Factory. Inputs. Azure Table Source Azure | Pulumi.Native. Data Factory. Inputs. Binary Source Azure | Pulumi.Native. Data Factory. Inputs. Blob Source Azure | Pulumi.Native. Data Factory. Inputs. Cassandra Source Azure | Pulumi.Native. Data Factory. Inputs. Common Data Service For Apps Source Azure | Pulumi.Native. Data Factory. Inputs. Concur Source Azure | Pulumi.Native. Data Factory. Inputs. Cosmos Db Mongo Db Api Source Azure | Pulumi.Native. Data Factory. Inputs. Cosmos Db Sql Api Source Azure | Pulumi.Native. Data Factory. Inputs. Couchbase Source Azure | Pulumi.Native. Data Factory. Inputs. Db2Source Azure | Pulumi.Native. Data Factory. Inputs. Delimited Text Source Azure | Pulumi.Native. Data Factory. Inputs. Document Db Collection Source Azure | Pulumi.Native. Data Factory. Inputs. Drill Source Azure | Pulumi.Native. Data Factory. Inputs. Dynamics AXSource Azure | Pulumi.Native. Data Factory. Inputs. Dynamics Crm Source Azure | Pulumi.Native. Data Factory. Inputs. Dynamics Source Azure | Pulumi.Native. Data Factory. Inputs. Eloqua Source Azure | Pulumi.Native. Data Factory. Inputs. Excel Source Azure | Pulumi.Native. Data Factory. Inputs. File System Source Azure | Pulumi.Native. Data Factory. Inputs. Google Ad Words Source Azure | Pulumi.Native. Data Factory. Inputs. Google Big Query Source Azure | Pulumi.Native. Data Factory. Inputs. Greenplum Source Azure | Pulumi.Native. Data Factory. Inputs. HBase Source Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Source Azure | Pulumi.Native. Data Factory. Inputs. Hive Source Azure | Pulumi.Native. Data Factory. Inputs. Http Source Azure | Pulumi.Native. Data Factory. Inputs. Hubspot Source Azure | Pulumi.Native. Data Factory. Inputs. Impala Source Azure | Pulumi.Native. Data Factory. Inputs. Informix Source Azure | Pulumi.Native. Data Factory. Inputs. Jira Source Azure | Pulumi.Native. Data Factory. Inputs. Json Source Azure | Pulumi.Native. Data Factory. Inputs. Magento Source Azure | Pulumi.Native. Data Factory. Inputs. Maria DBSource Azure | Pulumi.Native. Data Factory. Inputs. Marketo Source Azure | Pulumi.Native. Data Factory. Inputs. Microsoft Access Source Azure | Pulumi.Native. Data Factory. Inputs. Mongo Db Atlas Source Azure | Pulumi.Native. Data Factory. Inputs. Mongo Db Source Azure | Pulumi.Native. Data Factory. Inputs. Mongo Db V2Source Azure | Pulumi.Native. Data Factory. Inputs. My Sql Source Azure | Pulumi.Native. Data Factory. Inputs. Netezza Source Azure | Pulumi.Native. Data Factory. Inputs. OData Source Azure | Pulumi.Native. Data Factory. Inputs. Odbc Source Azure | Pulumi.Native. Data Factory. Inputs. Office365Source Azure | Pulumi.Native. Data Factory. Inputs. Oracle Service Cloud Source Azure | Pulumi.Native. Data Factory. Inputs. Oracle Source Azure | Pulumi.Native. Data Factory. Inputs. Orc Source Azure | Pulumi.Native. Data Factory. Inputs. Parquet Source Azure | Pulumi.Native. Data Factory. Inputs. Paypal Source Azure | Pulumi.Native. Data Factory. Inputs. Phoenix Source Azure | Pulumi.Native. Data Factory. Inputs. Postgre Sql Source Azure | Pulumi.Native. Data Factory. Inputs. Presto Source Azure | Pulumi.Native. Data Factory. Inputs. Quick Books Source Azure | Pulumi.Native. Data Factory. Inputs. Relational Source Azure | Pulumi.Native. Data Factory. Inputs. Responsys Source Azure | Pulumi.Native. Data Factory. Inputs. Rest Source Azure | Pulumi.Native. Data Factory. Inputs. Salesforce Marketing Cloud Source Azure | Pulumi.Native. Data Factory. Inputs. Salesforce Service Cloud Source Azure | Pulumi.Native. Data Factory. Inputs. Salesforce Source Azure | Pulumi.Native. Data Factory. Inputs. Sap Bw Source Azure | Pulumi.Native. Data Factory. Inputs. Sap Cloud For Customer Source Azure | Pulumi.Native. Data Factory. Inputs. Sap Ecc Source Azure | Pulumi.Native. Data Factory. Inputs. Sap Hana Source Azure | Pulumi.Native. Data Factory. Inputs. Sap Odp Source Azure | Pulumi.Native. Data Factory. Inputs. Sap Open Hub Source Azure | Pulumi.Native. Data Factory. Inputs. Sap Table Source Azure | Pulumi.Native. Data Factory. Inputs. Service Now Source Azure | Pulumi.Native. Data Factory. Inputs. Share Point Online List Source Azure | Pulumi.Native. Data Factory. Inputs. Shopify Source Azure | Pulumi.Native. Data Factory. Inputs. Snowflake Source Azure | Pulumi.Native. Data Factory. Inputs. Spark Source Azure | Pulumi.Native. Data Factory. Inputs. Sql DWSource Azure | Pulumi.Native. Data Factory. Inputs. Sql MISource Azure | Pulumi.Native. Data Factory. Inputs. Sql Server Source Azure | Pulumi.Native. Data Factory. Inputs. Sql Source Azure | Pulumi.Native. Data Factory. Inputs. Square Source Azure | Pulumi.Native. Data Factory. Inputs. Sybase Source Azure | Pulumi.Native. Data Factory. Inputs. Tabular Source Azure | Pulumi.Native. Data Factory. Inputs. Teradata Source Azure | Pulumi.Native. Data Factory. Inputs. Vertica Source Azure | Pulumi.Native. Data Factory. Inputs. Web Source Azure | Pulumi.Native. Data Factory. Inputs. Xero Source Azure | Pulumi.Native. Data Factory. Inputs. Xml Source Azure Native. Data Factory. Inputs. Zoho Source - Copy activity source.
- Data
Integration objectUnits - Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Enable
Skip objectIncompatible Row - Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
- Enable
Staging object - Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- Inputs
List<Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference> - List of inputs for the activity.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Log
Settings Pulumi.Azure Native. Data Factory. Inputs. Log Settings - Log settings customer needs provide when enabling log.
- Log
Storage Pulumi.Settings Azure Native. Data Factory. Inputs. Log Storage Settings - (Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
- Outputs
List<Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference> - List of outputs for the activity.
- Parallel
Copies object - Maximum number of concurrent sessions opened on the source or sink to avoid overloading the data store. Type: integer (or Expression with resultType integer), minimum: 0.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- Preserve List<object>
- Preserve rules.
- Preserve
Rules List<object> - Preserve Rules.
- Redirect
Incompatible Pulumi.Row Settings Azure Native. Data Factory. Inputs. Redirect Incompatible Row Settings - Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
- Skip
Error Pulumi.File Azure Native. Data Factory. Inputs. Skip Error File - Specify the fault tolerance for data consistency.
- Staging
Settings Pulumi.Azure Native. Data Factory. Inputs. Staging Settings - Specifies interim staging settings when EnableStaging is true.
- Translator object
- Copy activity translator. If not specified, tabular translator is used.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Validate
Data objectConsistency - Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
- Name string
- Activity name.
- Sink
Avro
Sink | AzureBlob | AzureFSSink Data | AzureExplorer Sink Data | AzureLake Store Sink Databricks | AzureDelta Lake Sink My | AzureSql Sink Postgre | AzureSql Sink Queue | AzureSink Search | AzureIndex Sink Sql | AzureSink Table | BinarySink Sink | BlobSink | CommonData | CosmosService For Apps Sink Db | CosmosMongo Db Api Sink Db | DelimitedSql Api Sink Text | DocumentSink Db | DynamicsCollection Sink Crm | DynamicsSink Sink | FileSystem | InformixSink Sink | JsonSink | MicrosoftAccess | MongoSink Db | MongoAtlas Sink Db | OdbcV2Sink Sink | OracleSink | OrcSink | ParquetSink | RestSink | SalesforceService | SalesforceCloud Sink Sink | SapCloud | SnowflakeFor Customer Sink Sink | SqlDWSink | SqlMISink | SqlServer | SqlSink Sink - Copy activity sink.
- Source
Amazon
MWSSource | AmazonRds | AmazonFor Oracle Source Rds | AmazonFor Sql Server Source Redshift | AvroSource Source | AzureBlob | AzureFSSource Data | AzureExplorer Source Data | AzureLake Store Source Databricks | AzureDelta Lake Source Maria | AzureDBSource My | AzureSql Source Postgre | AzureSql Source Sql | AzureSource Table | BinarySource Source | BlobSource | CassandraSource | CommonData | ConcurService For Apps Source Source | CosmosDb | CosmosMongo Db Api Source Db | CouchbaseSql Api Source Source | Db2Source | DelimitedText | DocumentSource Db | DrillCollection Source Source | DynamicsAXSource | DynamicsCrm | DynamicsSource Source | EloquaSource | ExcelSource | FileSystem | GoogleSource Ad | GoogleWords Source Big | GreenplumQuery Source Source | HBaseSource | HdfsSource | HiveSource | HttpSource | HubspotSource | ImpalaSource | InformixSource | JiraSource | JsonSource | MagentoSource | MariaDBSource | MarketoSource | MicrosoftAccess | MongoSource Db | MongoAtlas Source Db | MongoSource Db | MyV2Source Sql | NetezzaSource Source | ODataSource | OdbcSource | Office365Source | OracleService | OracleCloud Source Source | OrcSource | ParquetSource | PaypalSource | PhoenixSource | PostgreSql | PrestoSource Source | QuickBooks | RelationalSource Source | ResponsysSource | RestSource | SalesforceMarketing | SalesforceCloud Source Service | SalesforceCloud Source Source | SapBw | SapSource Cloud | SapFor Customer Source Ecc | SapSource Hana | SapSource Odp | SapSource Open | SapHub Source Table | ServiceSource Now | ShareSource Point | ShopifyOnline List Source Source | SnowflakeSource | SparkSource | SqlDWSource | SqlMISource | SqlServer | SqlSource Source | SquareSource | SybaseSource | TabularSource | TeradataSource | VerticaSource | WebSource | XeroSource | XmlSource | ZohoSource - Copy activity source.
- Data
Integration interface{}Units - Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Enable
Skip interface{}Incompatible Row - Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
- Enable
Staging interface{} - Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- Inputs
[]Dataset
Reference - List of inputs for the activity.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Log
Settings LogSettings - Log settings customer needs provide when enabling log.
- Log
Storage LogSettings Storage Settings - (Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
- Outputs
[]Dataset
Reference - List of outputs for the activity.
- Parallel
Copies interface{} - Maximum number of concurrent sessions opened on the source or sink to avoid overloading the data store. Type: integer (or Expression with resultType integer), minimum: 0.
- Policy
Activity
Policy - Activity policy.
- Preserve []interface{}
- Preserve rules.
- Preserve
Rules []interface{} - Preserve Rules.
- Redirect
Incompatible RedirectRow Settings Incompatible Row Settings - Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
- Skip
Error SkipFile Error File - Specify the fault tolerance for data consistency.
- Staging
Settings StagingSettings - Specifies interim staging settings when EnableStaging is true.
- Translator interface{}
- Copy activity translator. If not specified, tabular translator is used.
- User
Properties []UserProperty - Activity user properties.
- Validate
Data interface{}Consistency - Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
- name String
- Activity name.
- sink
Avro
Sink | AzureBlob | AzureFSSink Data | AzureExplorer Sink Data | AzureLake Store Sink Databricks | AzureDelta Lake Sink My | AzureSql Sink Postgre | AzureSql Sink Queue | AzureSink Search | AzureIndex Sink Sql | AzureSink Table | BinarySink Sink | BlobSink | CommonData | CosmosService For Apps Sink Db | CosmosMongo Db Api Sink Db | DelimitedSql Api Sink Text | DocumentSink Db | DynamicsCollection Sink Crm | DynamicsSink Sink | FileSystem | InformixSink Sink | JsonSink | MicrosoftAccess | MongoSink Db | MongoAtlas Sink Db | OdbcV2Sink Sink | OracleSink | OrcSink | ParquetSink | RestSink | SalesforceService | SalesforceCloud Sink Sink | SapCloud | SnowflakeFor Customer Sink Sink | SqlDWSink | SqlMISink | SqlServer | SqlSink Sink - Copy activity sink.
- source
Amazon
MWSSource | AmazonRds | AmazonFor Oracle Source Rds | AmazonFor Sql Server Source Redshift | AvroSource Source | AzureBlob | AzureFSSource Data | AzureExplorer Source Data | AzureLake Store Source Databricks | AzureDelta Lake Source Maria | AzureDBSource My | AzureSql Source Postgre | AzureSql Source Sql | AzureSource Table | BinarySource Source | BlobSource | CassandraSource | CommonData | ConcurService For Apps Source Source | CosmosDb | CosmosMongo Db Api Source Db | CouchbaseSql Api Source Source | Db2Source | DelimitedText | DocumentSource Db | DrillCollection Source Source | DynamicsAXSource | DynamicsCrm | DynamicsSource Source | EloquaSource | ExcelSource | FileSystem | GoogleSource Ad | GoogleWords Source Big | GreenplumQuery Source Source | HBaseSource | HdfsSource | HiveSource | HttpSource | HubspotSource | ImpalaSource | InformixSource | JiraSource | JsonSource | MagentoSource | MariaDBSource | MarketoSource | MicrosoftAccess | MongoSource Db | MongoAtlas Source Db | MongoSource Db | MyV2Source Sql | NetezzaSource Source | ODataSource | OdbcSource | Office365Source | OracleService | OracleCloud Source Source | OrcSource | ParquetSource | PaypalSource | PhoenixSource | PostgreSql | PrestoSource Source | QuickBooks | RelationalSource Source | ResponsysSource | RestSource | SalesforceMarketing | SalesforceCloud Source Service | SalesforceCloud Source Source | SapBw | SapSource Cloud | SapFor Customer Source Ecc | SapSource Hana | SapSource Odp | SapSource Open | SapHub Source Table | ServiceSource Now | ShareSource Point | ShopifyOnline List Source Source | SnowflakeSource | SparkSource | SqlDWSource | SqlMISource | SqlServer | SqlSource Source | SquareSource | SybaseSource | TabularSource | TeradataSource | VerticaSource | WebSource | XeroSource | XmlSource | ZohoSource - Copy activity source.
- data
Integration ObjectUnits - Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- enable
Skip ObjectIncompatible Row - Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
- enable
Staging Object - Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- inputs
List<Dataset
Reference> - List of inputs for the activity.
- linked
Service LinkedName Service Reference - Linked service reference.
- log
Settings LogSettings - Log settings customer needs provide when enabling log.
- log
Storage LogSettings Storage Settings - (Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
- outputs
List<Dataset
Reference> - List of outputs for the activity.
- parallel
Copies Object - Maximum number of concurrent sessions opened on the source or sink to avoid overloading the data store. Type: integer (or Expression with resultType integer), minimum: 0.
- policy
Activity
Policy - Activity policy.
- preserve List<Object>
- Preserve rules.
- preserve
Rules List<Object> - Preserve Rules.
- redirect
Incompatible RedirectRow Settings Incompatible Row Settings - Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
- skip
Error SkipFile Error File - Specify the fault tolerance for data consistency.
- staging
Settings StagingSettings - Specifies interim staging settings when EnableStaging is true.
- translator Object
- Copy activity translator. If not specified, tabular translator is used.
- user
Properties List<UserProperty> - Activity user properties.
- validate
Data ObjectConsistency - Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
- name string
- Activity name.
- sink
Avro
Sink | AzureBlob | AzureFSSink Data | AzureExplorer Sink Data | AzureLake Store Sink Databricks | AzureDelta Lake Sink My | AzureSql Sink Postgre | AzureSql Sink Queue | AzureSink Search | AzureIndex Sink Sql | AzureSink Table | BinarySink Sink | BlobSink | CommonData | CosmosService For Apps Sink Db | CosmosMongo Db Api Sink Db | DelimitedSql Api Sink Text | DocumentSink Db | DynamicsCollection Sink Crm | DynamicsSink Sink | FileSystem | InformixSink Sink | JsonSink | MicrosoftAccess | MongoSink Db | MongoAtlas Sink Db | OdbcV2Sink Sink | OracleSink | OrcSink | ParquetSink | RestSink | SalesforceService | SalesforceCloud Sink Sink | SapCloud | SnowflakeFor Customer Sink Sink | SqlDWSink | SqlMISink | SqlServer | SqlSink Sink - Copy activity sink.
- source
Amazon
MWSSource | AmazonRds | AmazonFor Oracle Source Rds | AmazonFor Sql Server Source Redshift | AvroSource Source | AzureBlob | AzureFSSource Data | AzureExplorer Source Data | AzureLake Store Source Databricks | AzureDelta Lake Source Maria | AzureDBSource My | AzureSql Source Postgre | AzureSql Source Sql | AzureSource Table | BinarySource Source | BlobSource | CassandraSource | CommonData | ConcurService For Apps Source Source | CosmosDb | CosmosMongo Db Api Source Db | CouchbaseSql Api Source Source | Db2Source | DelimitedText | DocumentSource Db | DrillCollection Source Source | DynamicsAXSource | DynamicsCrm | DynamicsSource Source | EloquaSource | ExcelSource | FileSystem | GoogleSource Ad | GoogleWords Source Big | GreenplumQuery Source Source | HBaseSource | HdfsSource | HiveSource | HttpSource | HubspotSource | ImpalaSource | InformixSource | JiraSource | JsonSource | MagentoSource | MariaDBSource | MarketoSource | MicrosoftAccess | MongoSource Db | MongoAtlas Source Db | MongoSource Db | MyV2Source Sql | NetezzaSource Source | ODataSource | OdbcSource | Office365Source | OracleService | OracleCloud Source Source | OrcSource | ParquetSource | PaypalSource | PhoenixSource | PostgreSql | PrestoSource Source | QuickBooks | RelationalSource Source | ResponsysSource | RestSource | SalesforceMarketing | SalesforceCloud Source Service | SalesforceCloud Source Source | SapBw | SapSource Cloud | SapFor Customer Source Ecc | SapSource Hana | SapSource Odp | SapSource Open | SapHub Source Table | ServiceSource Now | ShareSource Point | ShopifyOnline List Source Source | SnowflakeSource | SparkSource | SqlDWSource | SqlMISource | SqlServer | SqlSource Source | SquareSource | SybaseSource | TabularSource | TeradataSource | VerticaSource | WebSource | XeroSource | XmlSource | ZohoSource - Copy activity source.
- data
Integration anyUnits - Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- enable
Skip anyIncompatible Row - Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
- enable
Staging any - Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- inputs
Dataset
Reference[] - List of inputs for the activity.
- linked
Service LinkedName Service Reference - Linked service reference.
- log
Settings LogSettings - Log settings customer needs provide when enabling log.
- log
Storage LogSettings Storage Settings - (Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
- outputs
Dataset
Reference[] - List of outputs for the activity.
- parallel
Copies any - Maximum number of concurrent sessions opened on the source or sink to avoid overloading the data store. Type: integer (or Expression with resultType integer), minimum: 0.
- policy
Activity
Policy - Activity policy.
- preserve any[]
- Preserve rules.
- preserve
Rules any[] - Preserve Rules.
- redirect
Incompatible RedirectRow Settings Incompatible Row Settings - Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
- skip
Error SkipFile Error File - Specify the fault tolerance for data consistency.
- staging
Settings StagingSettings - Specifies interim staging settings when EnableStaging is true.
- translator any
- Copy activity translator. If not specified, tabular translator is used.
- user
Properties UserProperty[] - Activity user properties.
- validate
Data anyConsistency - Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
- name str
- Activity name.
- sink
Avro
Sink | AzureBlob | AzureFSSink Data | AzureExplorer Sink Data | AzureLake Store Sink Databricks | AzureDelta Lake Sink My | AzureSql Sink Postgre | AzureSql Sink Queue | AzureSink Search | AzureIndex Sink Sql | AzureSink Table | BinarySink Sink | BlobSink | CommonData | CosmosService For Apps Sink Db | CosmosMongo Db Api Sink Db | DelimitedSql Api Sink Text | DocumentSink Db | DynamicsCollection Sink Crm | DynamicsSink Sink | FileSystem | InformixSink Sink | JsonSink | MicrosoftAccess | MongoSink Db | MongoAtlas Sink Db | OdbcV2Sink Sink | OracleSink | OrcSink | ParquetSink | RestSink | SalesforceService | SalesforceCloud Sink Sink | SapCloud | SnowflakeFor Customer Sink Sink | SqlDWSink | SqlMISink | SqlServer | SqlSink Sink - Copy activity sink.
- source
Amazon
MWSSource | AmazonRds | AmazonFor Oracle Source Rds | AmazonFor Sql Server Source Redshift | AvroSource Source | AzureBlob | AzureFSSource Data | AzureExplorer Source Data | AzureLake Store Source Databricks | AzureDelta Lake Source Maria | AzureDBSource My | AzureSql Source Postgre | AzureSql Source Sql | AzureSource Table | BinarySource Source | BlobSource | CassandraSource | CommonData | ConcurService For Apps Source Source | CosmosDb | CosmosMongo Db Api Source Db | CouchbaseSql Api Source Source | Db2Source | DelimitedText | DocumentSource Db | DrillCollection Source Source | DynamicsAXSource | DynamicsCrm | DynamicsSource Source | EloquaSource | ExcelSource | FileSystem | GoogleSource Ad | GoogleWords Source Big | GreenplumQuery Source Source | HBaseSource | HdfsSource | HiveSource | HttpSource | HubspotSource | ImpalaSource | InformixSource | JiraSource | JsonSource | MagentoSource | MariaDBSource | MarketoSource | MicrosoftAccess | MongoSource Db | MongoAtlas Source Db | MongoSource Db | MyV2Source Sql | NetezzaSource Source | ODataSource | OdbcSource | Office365Source | OracleService | OracleCloud Source Source | OrcSource | ParquetSource | PaypalSource | PhoenixSource | PostgreSql | PrestoSource Source | QuickBooks | RelationalSource Source | ResponsysSource | RestSource | SalesforceMarketing | SalesforceCloud Source Service | SalesforceCloud Source Source | SapBw | SapSource Cloud | SapFor Customer Source Ecc | SapSource Hana | SapSource Odp | SapSource Open | SapHub Source Table | ServiceSource Now | ShareSource Point | ShopifyOnline List Source Source | SnowflakeSource | SparkSource | SqlDWSource | SqlMISource | SqlServer | SqlSource Source | SquareSource | SybaseSource | TabularSource | TeradataSource | VerticaSource | WebSource | XeroSource | XmlSource | ZohoSource - Copy activity source.
- data_
integration_ Anyunits - Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- enable_
skip_ Anyincompatible_ row - Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
- enable_
staging Any - Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- inputs
Sequence[Dataset
Reference] - List of inputs for the activity.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- log_
settings LogSettings - Log settings customer needs provide when enabling log.
- log_
storage_ Logsettings Storage Settings - (Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
- outputs
Sequence[Dataset
Reference] - List of outputs for the activity.
- parallel_
copies Any - Maximum number of concurrent sessions opened on the source or sink to avoid overloading the data store. Type: integer (or Expression with resultType integer), minimum: 0.
- policy
Activity
Policy - Activity policy.
- preserve Sequence[Any]
- Preserve rules.
- preserve_
rules Sequence[Any] - Preserve Rules.
- redirect_
incompatible_ Redirectrow_ settings Incompatible Row Settings - Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
- skip_
error_ Skipfile Error File - Specify the fault tolerance for data consistency.
- staging_
settings StagingSettings - Specifies interim staging settings when EnableStaging is true.
- translator Any
- Copy activity translator. If not specified, tabular translator is used.
- user_
properties Sequence[UserProperty] - Activity user properties.
- validate_
data_ Anyconsistency - Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
- name String
- Activity name.
- sink Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
- Copy activity sink.
- source Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
- Copy activity source.
- data
Integration AnyUnits - Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- enable
Skip AnyIncompatible Row - Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
- enable
Staging Any - Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- inputs List<Property Map>
- List of inputs for the activity.
- linked
Service Property MapName - Linked service reference.
- log
Settings Property Map - Log settings customer needs provide when enabling log.
- log
Storage Property MapSettings - (Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
- outputs List<Property Map>
- List of outputs for the activity.
- parallel
Copies Any - Maximum number of concurrent sessions opened on the source or sink to avoid overloading the data store. Type: integer (or Expression with resultType integer), minimum: 0.
- policy Property Map
- Activity policy.
- preserve List<Any>
- Preserve rules.
- preserve
Rules List<Any> - Preserve Rules.
- redirect
Incompatible Property MapRow Settings - Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
- skip
Error Property MapFile - Specify the fault tolerance for data consistency.
- staging
Settings Property Map - Specifies interim staging settings when EnableStaging is true.
- translator Any
- Copy activity translator. If not specified, tabular translator is used.
- user
Properties List<Property Map> - Activity user properties.
- validate
Data AnyConsistency - Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
CopyActivityLogSettings, CopyActivityLogSettingsArgs
- Enable
Reliable objectLogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- Log
Level object - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- Enable
Reliable interface{}Logging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- Log
Level interface{} - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- enable
Reliable ObjectLogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- log
Level Object - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- enable
Reliable anyLogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- log
Level any - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- enable_
reliable_ Anylogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- log_
level Any - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- enable
Reliable AnyLogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- log
Level Any - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
CopyActivityLogSettingsResponse, CopyActivityLogSettingsResponseArgs
- Enable
Reliable objectLogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- Log
Level object - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- Enable
Reliable interface{}Logging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- Log
Level interface{} - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- enable
Reliable ObjectLogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- log
Level Object - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- enable
Reliable anyLogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- log
Level any - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- enable_
reliable_ Anylogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- log_
level Any - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- enable
Reliable AnyLogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- log
Level Any - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
CopyActivityResponse, CopyActivityResponseArgs
- Name string
- Activity name.
- Sink
Pulumi.
Azure | Pulumi.Native. Data Factory. Inputs. Avro Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSSink Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Explorer Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Databricks Delta Lake Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Azure My Sql Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Postgre Sql Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Queue Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Search Index Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Sql Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Table Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Binary Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Blob Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Common Data Service For Apps Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Cosmos Db Mongo Db Api Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Cosmos Db Sql Api Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Delimited Text Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Document Db Collection Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Dynamics Crm Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Dynamics Sink Response Azure | Pulumi.Native. Data Factory. Inputs. File System Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Informix Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Json Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Microsoft Access Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Mongo Db Atlas Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Mongo Db V2Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Odbc Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Oracle Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Orc Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Parquet Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Rest Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Salesforce Service Cloud Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Salesforce Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Sap Cloud For Customer Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Snowflake Sink Response Azure | Pulumi.Native. Data Factory. Inputs. Sql DWSink Response Azure | Pulumi.Native. Data Factory. Inputs. Sql MISink Response Azure | Pulumi.Native. Data Factory. Inputs. Sql Server Sink Response Azure Native. Data Factory. Inputs. Sql Sink Response - Copy activity sink.
- Source
Pulumi.
Azure | Pulumi.Native. Data Factory. Inputs. Amazon MWSSource Response Azure | Pulumi.Native. Data Factory. Inputs. Amazon Rds For Oracle Source Response Azure | Pulumi.Native. Data Factory. Inputs. Amazon Rds For Sql Server Source Response Azure | Pulumi.Native. Data Factory. Inputs. Amazon Redshift Source Response Azure | Pulumi.Native. Data Factory. Inputs. Avro Source Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSSource Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Explorer Source Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Source Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Databricks Delta Lake Source Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Maria DBSource Response Azure | Pulumi.Native. Data Factory. Inputs. Azure My Sql Source Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Postgre Sql Source Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Sql Source Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Table Source Response Azure | Pulumi.Native. Data Factory. Inputs. Binary Source Response Azure | Pulumi.Native. Data Factory. Inputs. Blob Source Response Azure | Pulumi.Native. Data Factory. Inputs. Cassandra Source Response Azure | Pulumi.Native. Data Factory. Inputs. Common Data Service For Apps Source Response Azure | Pulumi.Native. Data Factory. Inputs. Concur Source Response Azure | Pulumi.Native. Data Factory. Inputs. Cosmos Db Mongo Db Api Source Response Azure | Pulumi.Native. Data Factory. Inputs. Cosmos Db Sql Api Source Response Azure | Pulumi.Native. Data Factory. Inputs. Couchbase Source Response Azure | Pulumi.Native. Data Factory. Inputs. Db2Source Response Azure | Pulumi.Native. Data Factory. Inputs. Delimited Text Source Response Azure | Pulumi.Native. Data Factory. Inputs. Document Db Collection Source Response Azure | Pulumi.Native. Data Factory. Inputs. Drill Source Response Azure | Pulumi.Native. Data Factory. Inputs. Dynamics AXSource Response Azure | Pulumi.Native. Data Factory. Inputs. Dynamics Crm Source Response Azure | Pulumi.Native. Data Factory. Inputs. Dynamics Source Response Azure | Pulumi.Native. Data Factory. Inputs. Eloqua Source Response Azure | Pulumi.Native. Data Factory. Inputs. Excel Source Response Azure | Pulumi.Native. Data Factory. Inputs. File System Source Response Azure | Pulumi.Native. Data Factory. Inputs. Google Ad Words Source Response Azure | Pulumi.Native. Data Factory. Inputs. Google Big Query Source Response Azure | Pulumi.Native. Data Factory. Inputs. Greenplum Source Response Azure | Pulumi.Native. Data Factory. Inputs. HBase Source Response Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Source Response Azure | Pulumi.Native. Data Factory. Inputs. Hive Source Response Azure | Pulumi.Native. Data Factory. Inputs. Http Source Response Azure | Pulumi.Native. Data Factory. Inputs. Hubspot Source Response Azure | Pulumi.Native. Data Factory. Inputs. Impala Source Response Azure | Pulumi.Native. Data Factory. Inputs. Informix Source Response Azure | Pulumi.Native. Data Factory. Inputs. Jira Source Response Azure | Pulumi.Native. Data Factory. Inputs. Json Source Response Azure | Pulumi.Native. Data Factory. Inputs. Magento Source Response Azure | Pulumi.Native. Data Factory. Inputs. Maria DBSource Response Azure | Pulumi.Native. Data Factory. Inputs. Marketo Source Response Azure | Pulumi.Native. Data Factory. Inputs. Microsoft Access Source Response Azure | Pulumi.Native. Data Factory. Inputs. Mongo Db Atlas Source Response Azure | Pulumi.Native. Data Factory. Inputs. Mongo Db Source Response Azure | Pulumi.Native. Data Factory. Inputs. Mongo Db V2Source Response Azure | Pulumi.Native. Data Factory. Inputs. My Sql Source Response Azure | Pulumi.Native. Data Factory. Inputs. Netezza Source Response Azure | Pulumi.Native. Data Factory. Inputs. OData Source Response Azure | Pulumi.Native. Data Factory. Inputs. Odbc Source Response Azure | Pulumi.Native. Data Factory. Inputs. Office365Source Response Azure | Pulumi.Native. Data Factory. Inputs. Oracle Service Cloud Source Response Azure | Pulumi.Native. Data Factory. Inputs. Oracle Source Response Azure | Pulumi.Native. Data Factory. Inputs. Orc Source Response Azure | Pulumi.Native. Data Factory. Inputs. Parquet Source Response Azure | Pulumi.Native. Data Factory. Inputs. Paypal Source Response Azure | Pulumi.Native. Data Factory. Inputs. Phoenix Source Response Azure | Pulumi.Native. Data Factory. Inputs. Postgre Sql Source Response Azure | Pulumi.Native. Data Factory. Inputs. Presto Source Response Azure | Pulumi.Native. Data Factory. Inputs. Quick Books Source Response Azure | Pulumi.Native. Data Factory. Inputs. Relational Source Response Azure | Pulumi.Native. Data Factory. Inputs. Responsys Source Response Azure | Pulumi.Native. Data Factory. Inputs. Rest Source Response Azure | Pulumi.Native. Data Factory. Inputs. Salesforce Marketing Cloud Source Response Azure | Pulumi.Native. Data Factory. Inputs. Salesforce Service Cloud Source Response Azure | Pulumi.Native. Data Factory. Inputs. Salesforce Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sap Bw Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sap Cloud For Customer Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sap Ecc Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sap Hana Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sap Odp Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sap Open Hub Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sap Table Source Response Azure | Pulumi.Native. Data Factory. Inputs. Service Now Source Response Azure | Pulumi.Native. Data Factory. Inputs. Share Point Online List Source Response Azure | Pulumi.Native. Data Factory. Inputs. Shopify Source Response Azure | Pulumi.Native. Data Factory. Inputs. Snowflake Source Response Azure | Pulumi.Native. Data Factory. Inputs. Spark Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sql DWSource Response Azure | Pulumi.Native. Data Factory. Inputs. Sql MISource Response Azure | Pulumi.Native. Data Factory. Inputs. Sql Server Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sql Source Response Azure | Pulumi.Native. Data Factory. Inputs. Square Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sybase Source Response Azure | Pulumi.Native. Data Factory. Inputs. Tabular Source Response Azure | Pulumi.Native. Data Factory. Inputs. Teradata Source Response Azure | Pulumi.Native. Data Factory. Inputs. Vertica Source Response Azure | Pulumi.Native. Data Factory. Inputs. Web Source Response Azure | Pulumi.Native. Data Factory. Inputs. Xero Source Response Azure | Pulumi.Native. Data Factory. Inputs. Xml Source Response Azure Native. Data Factory. Inputs. Zoho Source Response - Copy activity source.
- Data
Integration objectUnits - Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Enable
Skip objectIncompatible Row - Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
- Enable
Staging object - Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- Inputs
List<Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference Response> - List of inputs for the activity.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Log
Settings Pulumi.Azure Native. Data Factory. Inputs. Log Settings Response - Log settings customer needs provide when enabling log.
- Log
Storage Pulumi.Settings Azure Native. Data Factory. Inputs. Log Storage Settings Response - (Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
- Outputs
List<Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference Response> - List of outputs for the activity.
- Parallel
Copies object - Maximum number of concurrent sessions opened on the source or sink to avoid overloading the data store. Type: integer (or Expression with resultType integer), minimum: 0.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- Preserve List<object>
- Preserve rules.
- Preserve
Rules List<object> - Preserve Rules.
- Redirect
Incompatible Pulumi.Row Settings Azure Native. Data Factory. Inputs. Redirect Incompatible Row Settings Response - Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
- Skip
Error Pulumi.File Azure Native. Data Factory. Inputs. Skip Error File Response - Specify the fault tolerance for data consistency.
- Staging
Settings Pulumi.Azure Native. Data Factory. Inputs. Staging Settings Response - Specifies interim staging settings when EnableStaging is true.
- Translator object
- Copy activity translator. If not specified, tabular translator is used.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Validate
Data objectConsistency - Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
- Name string
- Activity name.
- Sink
Avro
Sink | AzureResponse Blob | AzureFSSink Response Data | AzureExplorer Sink Response Data | AzureLake Store Sink Response Databricks | AzureDelta Lake Sink Response My | AzureSql Sink Response Postgre | AzureSql Sink Response Queue | AzureSink Response Search | AzureIndex Sink Response Sql | AzureSink Response Table | BinarySink Response Sink | BlobResponse Sink | CommonResponse Data | CosmosService For Apps Sink Response Db | CosmosMongo Db Api Sink Response Db | DelimitedSql Api Sink Response Text | DocumentSink Response Db | DynamicsCollection Sink Response Crm | DynamicsSink Response Sink | FileResponse System | InformixSink Response Sink | JsonResponse Sink | MicrosoftResponse Access | MongoSink Response Db | MongoAtlas Sink Response Db | OdbcV2Sink Response Sink | OracleResponse Sink | OrcResponse Sink | ParquetResponse Sink | RestResponse Sink | SalesforceResponse Service | SalesforceCloud Sink Response Sink | SapResponse Cloud | SnowflakeFor Customer Sink Response Sink | SqlResponse DWSink | SqlResponse MISink | SqlResponse Server | SqlSink Response Sink Response - Copy activity sink.
- Source
Amazon
MWSSource | AmazonResponse Rds | AmazonFor Oracle Source Response Rds | AmazonFor Sql Server Source Response Redshift | AvroSource Response Source | AzureResponse Blob | AzureFSSource Response Data | AzureExplorer Source Response Data | AzureLake Store Source Response Databricks | AzureDelta Lake Source Response Maria | AzureDBSource Response My | AzureSql Source Response Postgre | AzureSql Source Response Sql | AzureSource Response Table | BinarySource Response Source | BlobResponse Source | CassandraResponse Source | CommonResponse Data | ConcurService For Apps Source Response Source | CosmosResponse Db | CosmosMongo Db Api Source Response Db | CouchbaseSql Api Source Response Source | Db2SourceResponse Response | DelimitedText | DocumentSource Response Db | DrillCollection Source Response Source | DynamicsResponse AXSource | DynamicsResponse Crm | DynamicsSource Response Source | EloquaResponse Source | ExcelResponse Source | FileResponse System | GoogleSource Response Ad | GoogleWords Source Response Big | GreenplumQuery Source Response Source | HBaseResponse Source | HdfsResponse Source | HiveResponse Source | HttpResponse Source | HubspotResponse Source | ImpalaResponse Source | InformixResponse Source | JiraResponse Source | JsonResponse Source | MagentoResponse Source | MariaResponse DBSource | MarketoResponse Source | MicrosoftResponse Access | MongoSource Response Db | MongoAtlas Source Response Db | MongoSource Response Db | MyV2Source Response Sql | NetezzaSource Response Source | ODataResponse Source | OdbcResponse Source | Office365SourceResponse Response | OracleService | OracleCloud Source Response Source | OrcResponse Source | ParquetResponse Source | PaypalResponse Source | PhoenixResponse Source | PostgreResponse Sql | PrestoSource Response Source | QuickResponse Books | RelationalSource Response Source | ResponsysResponse Source | RestResponse Source | SalesforceResponse Marketing | SalesforceCloud Source Response Service | SalesforceCloud Source Response Source | SapResponse Bw | SapSource Response Cloud | SapFor Customer Source Response Ecc | SapSource Response Hana | SapSource Response Odp | SapSource Response Open | SapHub Source Response Table | ServiceSource Response Now | ShareSource Response Point | ShopifyOnline List Source Response Source | SnowflakeResponse Source | SparkResponse Source | SqlResponse DWSource | SqlResponse MISource | SqlResponse Server | SqlSource Response Source | SquareResponse Source | SybaseResponse Source | TabularResponse Source | TeradataResponse Source | VerticaResponse Source | WebResponse Source | XeroResponse Source | XmlResponse Source | ZohoResponse Source Response - Copy activity source.
- Data
Integration interface{}Units - Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Enable
Skip interface{}Incompatible Row - Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
- Enable
Staging interface{} - Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- Inputs
[]Dataset
Reference Response - List of inputs for the activity.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Log
Settings LogSettings Response - Log settings customer needs provide when enabling log.
- Log
Storage LogSettings Storage Settings Response - (Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
- Outputs
[]Dataset
Reference Response - List of outputs for the activity.
- Parallel
Copies interface{} - Maximum number of concurrent sessions opened on the source or sink to avoid overloading the data store. Type: integer (or Expression with resultType integer), minimum: 0.
- Policy
Activity
Policy Response - Activity policy.
- Preserve []interface{}
- Preserve rules.
- Preserve
Rules []interface{} - Preserve Rules.
- Redirect
Incompatible RedirectRow Settings Incompatible Row Settings Response - Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
- Skip
Error SkipFile Error File Response - Specify the fault tolerance for data consistency.
- Staging
Settings StagingSettings Response - Specifies interim staging settings when EnableStaging is true.
- Translator interface{}
- Copy activity translator. If not specified, tabular translator is used.
- User
Properties []UserProperty Response - Activity user properties.
- Validate
Data interface{}Consistency - Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
- name String
- Activity name.
- sink
Avro
Sink | AzureResponse Blob | AzureFSSink Response Data | AzureExplorer Sink Response Data | AzureLake Store Sink Response Databricks | AzureDelta Lake Sink Response My | AzureSql Sink Response Postgre | AzureSql Sink Response Queue | AzureSink Response Search | AzureIndex Sink Response Sql | AzureSink Response Table | BinarySink Response Sink | BlobResponse Sink | CommonResponse Data | CosmosService For Apps Sink Response Db | CosmosMongo Db Api Sink Response Db | DelimitedSql Api Sink Response Text | DocumentSink Response Db | DynamicsCollection Sink Response Crm | DynamicsSink Response Sink | FileResponse System | InformixSink Response Sink | JsonResponse Sink | MicrosoftResponse Access | MongoSink Response Db | MongoAtlas Sink Response Db | OdbcV2Sink Response Sink | OracleResponse Sink | OrcResponse Sink | ParquetResponse Sink | RestResponse Sink | SalesforceResponse Service | SalesforceCloud Sink Response Sink | SapResponse Cloud | SnowflakeFor Customer Sink Response Sink | SqlResponse DWSink | SqlResponse MISink | SqlResponse Server | SqlSink Response Sink Response - Copy activity sink.
- source
Amazon
MWSSource | AmazonResponse Rds | AmazonFor Oracle Source Response Rds | AmazonFor Sql Server Source Response Redshift | AvroSource Response Source | AzureResponse Blob | AzureFSSource Response Data | AzureExplorer Source Response Data | AzureLake Store Source Response Databricks | AzureDelta Lake Source Response Maria | AzureDBSource Response My | AzureSql Source Response Postgre | AzureSql Source Response Sql | AzureSource Response Table | BinarySource Response Source | BlobResponse Source | CassandraResponse Source | CommonResponse Data | ConcurService For Apps Source Response Source | CosmosResponse Db | CosmosMongo Db Api Source Response Db | CouchbaseSql Api Source Response Source | Db2SourceResponse Response | DelimitedText | DocumentSource Response Db | DrillCollection Source Response Source | DynamicsResponse AXSource | DynamicsResponse Crm | DynamicsSource Response Source | EloquaResponse Source | ExcelResponse Source | FileResponse System | GoogleSource Response Ad | GoogleWords Source Response Big | GreenplumQuery Source Response Source | HBaseResponse Source | HdfsResponse Source | HiveResponse Source | HttpResponse Source | HubspotResponse Source | ImpalaResponse Source | InformixResponse Source | JiraResponse Source | JsonResponse Source | MagentoResponse Source | MariaResponse DBSource | MarketoResponse Source | MicrosoftResponse Access | MongoSource Response Db | MongoAtlas Source Response Db | MongoSource Response Db | MyV2Source Response Sql | NetezzaSource Response Source | ODataResponse Source | OdbcResponse Source | Office365SourceResponse Response | OracleService | OracleCloud Source Response Source | OrcResponse Source | ParquetResponse Source | PaypalResponse Source | PhoenixResponse Source | PostgreResponse Sql | PrestoSource Response Source | QuickResponse Books | RelationalSource Response Source | ResponsysResponse Source | RestResponse Source | SalesforceResponse Marketing | SalesforceCloud Source Response Service | SalesforceCloud Source Response Source | SapResponse Bw | SapSource Response Cloud | SapFor Customer Source Response Ecc | SapSource Response Hana | SapSource Response Odp | SapSource Response Open | SapHub Source Response Table | ServiceSource Response Now | ShareSource Response Point | ShopifyOnline List Source Response Source | SnowflakeResponse Source | SparkResponse Source | SqlResponse DWSource | SqlResponse MISource | SqlResponse Server | SqlSource Response Source | SquareResponse Source | SybaseResponse Source | TabularResponse Source | TeradataResponse Source | VerticaResponse Source | WebResponse Source | XeroResponse Source | XmlResponse Source | ZohoResponse Source Response - Copy activity source.
- data
Integration ObjectUnits - Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- enable
Skip ObjectIncompatible Row - Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
- enable
Staging Object - Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- inputs
List<Dataset
Reference Response> - List of inputs for the activity.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- log
Settings LogSettings Response - Log settings customer needs provide when enabling log.
- log
Storage LogSettings Storage Settings Response - (Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
- outputs
List<Dataset
Reference Response> - List of outputs for the activity.
- parallel
Copies Object - Maximum number of concurrent sessions opened on the source or sink to avoid overloading the data store. Type: integer (or Expression with resultType integer), minimum: 0.
- policy
Activity
Policy Response - Activity policy.
- preserve List<Object>
- Preserve rules.
- preserve
Rules List<Object> - Preserve Rules.
- redirect
Incompatible RedirectRow Settings Incompatible Row Settings Response - Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
- skip
Error SkipFile Error File Response - Specify the fault tolerance for data consistency.
- staging
Settings StagingSettings Response - Specifies interim staging settings when EnableStaging is true.
- translator Object
- Copy activity translator. If not specified, tabular translator is used.
- user
Properties List<UserProperty Response> - Activity user properties.
- validate
Data ObjectConsistency - Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
- name string
- Activity name.
- sink
Avro
Sink | AzureResponse Blob | AzureFSSink Response Data | AzureExplorer Sink Response Data | AzureLake Store Sink Response Databricks | AzureDelta Lake Sink Response My | AzureSql Sink Response Postgre | AzureSql Sink Response Queue | AzureSink Response Search | AzureIndex Sink Response Sql | AzureSink Response Table | BinarySink Response Sink | BlobResponse Sink | CommonResponse Data | CosmosService For Apps Sink Response Db | CosmosMongo Db Api Sink Response Db | DelimitedSql Api Sink Response Text | DocumentSink Response Db | DynamicsCollection Sink Response Crm | DynamicsSink Response Sink | FileResponse System | InformixSink Response Sink | JsonResponse Sink | MicrosoftResponse Access | MongoSink Response Db | MongoAtlas Sink Response Db | OdbcV2Sink Response Sink | OracleResponse Sink | OrcResponse Sink | ParquetResponse Sink | RestResponse Sink | SalesforceResponse Service | SalesforceCloud Sink Response Sink | SapResponse Cloud | SnowflakeFor Customer Sink Response Sink | SqlResponse DWSink | SqlResponse MISink | SqlResponse Server | SqlSink Response Sink Response - Copy activity sink.
- source
Amazon
MWSSource | AmazonResponse Rds | AmazonFor Oracle Source Response Rds | AmazonFor Sql Server Source Response Redshift | AvroSource Response Source | AzureResponse Blob | AzureFSSource Response Data | AzureExplorer Source Response Data | AzureLake Store Source Response Databricks | AzureDelta Lake Source Response Maria | AzureDBSource Response My | AzureSql Source Response Postgre | AzureSql Source Response Sql | AzureSource Response Table | BinarySource Response Source | BlobResponse Source | CassandraResponse Source | CommonResponse Data | ConcurService For Apps Source Response Source | CosmosResponse Db | CosmosMongo Db Api Source Response Db | CouchbaseSql Api Source Response Source | Db2SourceResponse Response | DelimitedText | DocumentSource Response Db | DrillCollection Source Response Source | DynamicsResponse AXSource | DynamicsResponse Crm | DynamicsSource Response Source | EloquaResponse Source | ExcelResponse Source | FileResponse System | GoogleSource Response Ad | GoogleWords Source Response Big | GreenplumQuery Source Response Source | HBaseResponse Source | HdfsResponse Source | HiveResponse Source | HttpResponse Source | HubspotResponse Source | ImpalaResponse Source | InformixResponse Source | JiraResponse Source | JsonResponse Source | MagentoResponse Source | MariaResponse DBSource | MarketoResponse Source | MicrosoftResponse Access | MongoSource Response Db | MongoAtlas Source Response Db | MongoSource Response Db | MyV2Source Response Sql | NetezzaSource Response Source | ODataResponse Source | OdbcResponse Source | Office365SourceResponse Response | OracleService | OracleCloud Source Response Source | OrcResponse Source | ParquetResponse Source | PaypalResponse Source | PhoenixResponse Source | PostgreResponse Sql | PrestoSource Response Source | QuickResponse Books | RelationalSource Response Source | ResponsysResponse Source | RestResponse Source | SalesforceResponse Marketing | SalesforceCloud Source Response Service | SalesforceCloud Source Response Source | SapResponse Bw | SapSource Response Cloud | SapFor Customer Source Response Ecc | SapSource Response Hana | SapSource Response Odp | SapSource Response Open | SapHub Source Response Table | ServiceSource Response Now | ShareSource Response Point | ShopifyOnline List Source Response Source | SnowflakeResponse Source | SparkResponse Source | SqlResponse DWSource | SqlResponse MISource | SqlResponse Server | SqlSource Response Source | SquareResponse Source | SybaseResponse Source | TabularResponse Source | TeradataResponse Source | VerticaResponse Source | WebResponse Source | XeroResponse Source | XmlResponse Source | ZohoResponse Source Response - Copy activity source.
- data
Integration anyUnits - Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- enable
Skip anyIncompatible Row - Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
- enable
Staging any - Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- inputs
Dataset
Reference Response[] - List of inputs for the activity.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- log
Settings LogSettings Response - Log settings customer needs provide when enabling log.
- log
Storage LogSettings Storage Settings Response - (Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
- outputs
Dataset
Reference Response[] - List of outputs for the activity.
- parallel
Copies any - Maximum number of concurrent sessions opened on the source or sink to avoid overloading the data store. Type: integer (or Expression with resultType integer), minimum: 0.
- policy
Activity
Policy Response - Activity policy.
- preserve any[]
- Preserve rules.
- preserve
Rules any[] - Preserve Rules.
- redirect
Incompatible RedirectRow Settings Incompatible Row Settings Response - Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
- skip
Error SkipFile Error File Response - Specify the fault tolerance for data consistency.
- staging
Settings StagingSettings Response - Specifies interim staging settings when EnableStaging is true.
- translator any
- Copy activity translator. If not specified, tabular translator is used.
- user
Properties UserProperty Response[] - Activity user properties.
- validate
Data anyConsistency - Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
- name str
- Activity name.
- sink
Avro
Sink | AzureResponse Blob | AzureFSSink Response Data | AzureExplorer Sink Response Data | AzureLake Store Sink Response Databricks | AzureDelta Lake Sink Response My | AzureSql Sink Response Postgre | AzureSql Sink Response Queue | AzureSink Response Search | AzureIndex Sink Response Sql | AzureSink Response Table | BinarySink Response Sink | BlobResponse Sink | CommonResponse Data | CosmosService For Apps Sink Response Db | CosmosMongo Db Api Sink Response Db | DelimitedSql Api Sink Response Text | DocumentSink Response Db | DynamicsCollection Sink Response Crm | DynamicsSink Response Sink | FileResponse System | InformixSink Response Sink | JsonResponse Sink | MicrosoftResponse Access | MongoSink Response Db | MongoAtlas Sink Response Db | OdbcV2Sink Response Sink | OracleResponse Sink | OrcResponse Sink | ParquetResponse Sink | RestResponse Sink | SalesforceResponse Service | SalesforceCloud Sink Response Sink | SapResponse Cloud | SnowflakeFor Customer Sink Response Sink | SqlResponse DWSink | SqlResponse MISink | SqlResponse Server | SqlSink Response Sink Response - Copy activity sink.
- source
Amazon
MWSSource | AmazonResponse Rds | AmazonFor Oracle Source Response Rds | AmazonFor Sql Server Source Response Redshift | AvroSource Response Source | AzureResponse Blob | AzureFSSource Response Data | AzureExplorer Source Response Data | AzureLake Store Source Response Databricks | AzureDelta Lake Source Response Maria | AzureDBSource Response My | AzureSql Source Response Postgre | AzureSql Source Response Sql | AzureSource Response Table | BinarySource Response Source | BlobResponse Source | CassandraResponse Source | CommonResponse Data | ConcurService For Apps Source Response Source | CosmosResponse Db | CosmosMongo Db Api Source Response Db | CouchbaseSql Api Source Response Source | Db2SourceResponse Response | DelimitedText | DocumentSource Response Db | DrillCollection Source Response Source | DynamicsResponse AXSource | DynamicsResponse Crm | DynamicsSource Response Source | EloquaResponse Source | ExcelResponse Source | FileResponse System | GoogleSource Response Ad | GoogleWords Source Response Big | GreenplumQuery Source Response Source | HBaseResponse Source | HdfsResponse Source | HiveResponse Source | HttpResponse Source | HubspotResponse Source | ImpalaResponse Source | InformixResponse Source | JiraResponse Source | JsonResponse Source | MagentoResponse Source | MariaResponse DBSource | MarketoResponse Source | MicrosoftResponse Access | MongoSource Response Db | MongoAtlas Source Response Db | MongoSource Response Db | MyV2Source Response Sql | NetezzaSource Response Source | ODataResponse Source | OdbcResponse Source | Office365SourceResponse Response | OracleService | OracleCloud Source Response Source | OrcResponse Source | ParquetResponse Source | PaypalResponse Source | PhoenixResponse Source | PostgreResponse Sql | PrestoSource Response Source | QuickResponse Books | RelationalSource Response Source | ResponsysResponse Source | RestResponse Source | SalesforceResponse Marketing | SalesforceCloud Source Response Service | SalesforceCloud Source Response Source | SapResponse Bw | SapSource Response Cloud | SapFor Customer Source Response Ecc | SapSource Response Hana | SapSource Response Odp | SapSource Response Open | SapHub Source Response Table | ServiceSource Response Now | ShareSource Response Point | ShopifyOnline List Source Response Source | SnowflakeResponse Source | SparkResponse Source | SqlResponse DWSource | SqlResponse MISource | SqlResponse Server | SqlSource Response Source | SquareResponse Source | SybaseResponse Source | TabularResponse Source | TeradataResponse Source | VerticaResponse Source | WebResponse Source | XeroResponse Source | XmlResponse Source | ZohoResponse Source Response - Copy activity source.
- data_
integration_ Anyunits - Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- enable_
skip_ Anyincompatible_ row - Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
- enable_
staging Any - Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- inputs
Sequence[Dataset
Reference Response] - List of inputs for the activity.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- log_
settings LogSettings Response - Log settings customer needs provide when enabling log.
- log_
storage_ Logsettings Storage Settings Response - (Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
- outputs
Sequence[Dataset
Reference Response] - List of outputs for the activity.
- parallel_
copies Any - Maximum number of concurrent sessions opened on the source or sink to avoid overloading the data store. Type: integer (or Expression with resultType integer), minimum: 0.
- policy
Activity
Policy Response - Activity policy.
- preserve Sequence[Any]
- Preserve rules.
- preserve_
rules Sequence[Any] - Preserve Rules.
- redirect_
incompatible_ Redirectrow_ settings Incompatible Row Settings Response - Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
- skip_
error_ Skipfile Error File Response - Specify the fault tolerance for data consistency.
- staging_
settings StagingSettings Response - Specifies interim staging settings when EnableStaging is true.
- translator Any
- Copy activity translator. If not specified, tabular translator is used.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- validate_
data_ Anyconsistency - Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
- name String
- Activity name.
- sink Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
- Copy activity sink.
- source Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
- Copy activity source.
- data
Integration AnyUnits - Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- enable
Skip AnyIncompatible Row - Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
- enable
Staging Any - Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- inputs List<Property Map>
- List of inputs for the activity.
- linked
Service Property MapName - Linked service reference.
- log
Settings Property Map - Log settings customer needs provide when enabling log.
- log
Storage Property MapSettings - (Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
- outputs List<Property Map>
- List of outputs for the activity.
- parallel
Copies Any - Maximum number of concurrent sessions opened on the source or sink to avoid overloading the data store. Type: integer (or Expression with resultType integer), minimum: 0.
- policy Property Map
- Activity policy.
- preserve List<Any>
- Preserve rules.
- preserve
Rules List<Any> - Preserve Rules.
- redirect
Incompatible Property MapRow Settings - Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
- skip
Error Property MapFile - Specify the fault tolerance for data consistency.
- staging
Settings Property Map - Specifies interim staging settings when EnableStaging is true.
- translator Any
- Copy activity translator. If not specified, tabular translator is used.
- user
Properties List<Property Map> - Activity user properties.
- validate
Data AnyConsistency - Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
CosmosDbMongoDbApiSink, CosmosDbMongoDbApiSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
CosmosDbMongoDbApiSinkResponse, CosmosDbMongoDbApiSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
CosmosDbMongoDbApiSource, CosmosDbMongoDbApiSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Batch
Size object - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- Cursor
Methods Pulumi.Azure Native. Data Factory. Inputs. Mongo Db Cursor Methods Properties - Cursor methods for Mongodb query.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Filter object
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Batch
Size interface{} - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- Cursor
Methods MongoDb Cursor Methods Properties - Cursor methods for Mongodb query.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Filter interface{}
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size Object - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods MongoDb Cursor Methods Properties - Cursor methods for Mongodb query.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Object
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size any - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods MongoDb Cursor Methods Properties - Cursor methods for Mongodb query.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch_
size Any - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor_
methods MongoDb Cursor Methods Properties - Cursor methods for Mongodb query.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size Any - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods Property Map - Cursor methods for Mongodb query.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
CosmosDbMongoDbApiSourceResponse, CosmosDbMongoDbApiSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Batch
Size object - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- Cursor
Methods Pulumi.Azure Native. Data Factory. Inputs. Mongo Db Cursor Methods Properties Response - Cursor methods for Mongodb query.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Filter object
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Batch
Size interface{} - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- Cursor
Methods MongoDb Cursor Methods Properties Response - Cursor methods for Mongodb query.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Filter interface{}
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size Object - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods MongoDb Cursor Methods Properties Response - Cursor methods for Mongodb query.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Object
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size any - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods MongoDb Cursor Methods Properties Response - Cursor methods for Mongodb query.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch_
size Any - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor_
methods MongoDb Cursor Methods Properties Response - Cursor methods for Mongodb query.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size Any - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods Property Map - Cursor methods for Mongodb query.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
CosmosDbSqlApiSink, CosmosDbSqlApiSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
CosmosDbSqlApiSinkResponse, CosmosDbSqlApiSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
CosmosDbSqlApiSource, CosmosDbSqlApiSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Detect
Datetime object - Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Page
Size object - Page size of the result. Type: integer (or Expression with resultType integer).
- Preferred
Regions object - Preferred regions. Type: array of strings (or Expression with resultType array of strings).
- Query object
- SQL API query. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Detect
Datetime interface{} - Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Page
Size interface{} - Page size of the result. Type: integer (or Expression with resultType integer).
- Preferred
Regions interface{} - Preferred regions. Type: array of strings (or Expression with resultType array of strings).
- Query interface{}
- SQL API query. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- detect
Datetime Object - Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- page
Size Object - Page size of the result. Type: integer (or Expression with resultType integer).
- preferred
Regions Object - Preferred regions. Type: array of strings (or Expression with resultType array of strings).
- query Object
- SQL API query. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- detect
Datetime any - Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- page
Size any - Page size of the result. Type: integer (or Expression with resultType integer).
- preferred
Regions any - Preferred regions. Type: array of strings (or Expression with resultType array of strings).
- query any
- SQL API query. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- detect_
datetime Any - Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- page_
size Any - Page size of the result. Type: integer (or Expression with resultType integer).
- preferred_
regions Any - Preferred regions. Type: array of strings (or Expression with resultType array of strings).
- query Any
- SQL API query. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- detect
Datetime Any - Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- page
Size Any - Page size of the result. Type: integer (or Expression with resultType integer).
- preferred
Regions Any - Preferred regions. Type: array of strings (or Expression with resultType array of strings).
- query Any
- SQL API query. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
CosmosDbSqlApiSourceResponse, CosmosDbSqlApiSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Detect
Datetime object - Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Page
Size object - Page size of the result. Type: integer (or Expression with resultType integer).
- Preferred
Regions object - Preferred regions. Type: array of strings (or Expression with resultType array of strings).
- Query object
- SQL API query. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Detect
Datetime interface{} - Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Page
Size interface{} - Page size of the result. Type: integer (or Expression with resultType integer).
- Preferred
Regions interface{} - Preferred regions. Type: array of strings (or Expression with resultType array of strings).
- Query interface{}
- SQL API query. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- detect
Datetime Object - Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- page
Size Object - Page size of the result. Type: integer (or Expression with resultType integer).
- preferred
Regions Object - Preferred regions. Type: array of strings (or Expression with resultType array of strings).
- query Object
- SQL API query. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- detect
Datetime any - Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- page
Size any - Page size of the result. Type: integer (or Expression with resultType integer).
- preferred
Regions any - Preferred regions. Type: array of strings (or Expression with resultType array of strings).
- query any
- SQL API query. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- detect_
datetime Any - Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- page_
size Any - Page size of the result. Type: integer (or Expression with resultType integer).
- preferred_
regions Any - Preferred regions. Type: array of strings (or Expression with resultType array of strings).
- query Any
- SQL API query. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- detect
Datetime Any - Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- page
Size Any - Page size of the result. Type: integer (or Expression with resultType integer).
- preferred
Regions Any - Preferred regions. Type: array of strings (or Expression with resultType array of strings).
- query Any
- SQL API query. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
CouchbaseSource, CouchbaseSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
CouchbaseSourceResponse, CouchbaseSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
CredentialReference, CredentialReferenceArgs
- Reference
Name string - Reference credential name.
- Type
string | Pulumi.
Azure Native. Data Factory. Credential Reference Type - Credential reference type.
- Reference
Name string - Reference credential name.
- Type
string | Credential
Reference Type - Credential reference type.
- reference
Name String - Reference credential name.
- type
String | Credential
Reference Type - Credential reference type.
- reference
Name string - Reference credential name.
- type
string | Credential
Reference Type - Credential reference type.
- reference_
name str - Reference credential name.
- type
str | Credential
Reference Type - Credential reference type.
- reference
Name String - Reference credential name.
- type
String | "Credential
Reference" - Credential reference type.
CredentialReferenceResponse, CredentialReferenceResponseArgs
- Reference
Name string - Reference credential name.
- Type string
- Credential reference type.
- Reference
Name string - Reference credential name.
- Type string
- Credential reference type.
- reference
Name String - Reference credential name.
- type String
- Credential reference type.
- reference
Name string - Reference credential name.
- type string
- Credential reference type.
- reference_
name str - Reference credential name.
- type str
- Credential reference type.
- reference
Name String - Reference credential name.
- type String
- Credential reference type.
CredentialReferenceType, CredentialReferenceTypeArgs
- Credential
Reference - CredentialReference
- Credential
Reference Type Credential Reference - CredentialReference
- Credential
Reference - CredentialReference
- Credential
Reference - CredentialReference
- CREDENTIAL_REFERENCE
- CredentialReference
- "Credential
Reference" - CredentialReference
CustomActivity, CustomActivityArgs
- Command object
- Command for custom activity Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Auto
User objectSpecification - Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Extended
Properties Dictionary<string, object> - User defined property bag. There is no restriction on the keys or values that can be used. The user specified custom activity has the full responsibility to consume and interpret the content defined.
- Folder
Path object - Folder path for resource files Type: string (or Expression with resultType string).
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- Reference
Objects Pulumi.Azure Native. Data Factory. Inputs. Custom Activity Reference Object - Reference objects
- Resource
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Linked Service Reference - Resource linked service reference.
- Retention
Time objectIn Days - The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Command interface{}
- Command for custom activity Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Auto
User interface{}Specification - Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Extended
Properties map[string]interface{} - User defined property bag. There is no restriction on the keys or values that can be used. The user specified custom activity has the full responsibility to consume and interpret the content defined.
- Folder
Path interface{} - Folder path for resource files Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference - Linked service reference.
- Policy
Activity
Policy - Activity policy.
- Reference
Objects CustomActivity Reference Object - Reference objects
- Resource
Linked LinkedService Service Reference - Resource linked service reference.
- Retention
Time interface{}In Days - The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
- User
Properties []UserProperty - Activity user properties.
- command Object
- Command for custom activity Type: string (or Expression with resultType string).
- name String
- Activity name.
- auto
User ObjectSpecification - Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- extended
Properties Map<String,Object> - User defined property bag. There is no restriction on the keys or values that can be used. The user specified custom activity has the full responsibility to consume and interpret the content defined.
- folder
Path Object - Folder path for resource files Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- reference
Objects CustomActivity Reference Object - Reference objects
- resource
Linked LinkedService Service Reference - Resource linked service reference.
- retention
Time ObjectIn Days - The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
- user
Properties List<UserProperty> - Activity user properties.
- command any
- Command for custom activity Type: string (or Expression with resultType string).
- name string
- Activity name.
- auto
User anySpecification - Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- extended
Properties {[key: string]: any} - User defined property bag. There is no restriction on the keys or values that can be used. The user specified custom activity has the full responsibility to consume and interpret the content defined.
- folder
Path any - Folder path for resource files Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- reference
Objects CustomActivity Reference Object - Reference objects
- resource
Linked LinkedService Service Reference - Resource linked service reference.
- retention
Time anyIn Days - The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
- user
Properties UserProperty[] - Activity user properties.
- command Any
- Command for custom activity Type: string (or Expression with resultType string).
- name str
- Activity name.
- auto_
user_ Anyspecification - Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- extended_
properties Mapping[str, Any] - User defined property bag. There is no restriction on the keys or values that can be used. The user specified custom activity has the full responsibility to consume and interpret the content defined.
- folder_
path Any - Folder path for resource files Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- reference_
objects CustomActivity Reference Object - Reference objects
- resource_
linked_ Linkedservice Service Reference - Resource linked service reference.
- retention_
time_ Anyin_ days - The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
- user_
properties Sequence[UserProperty] - Activity user properties.
- command Any
- Command for custom activity Type: string (or Expression with resultType string).
- name String
- Activity name.
- auto
User AnySpecification - Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- extended
Properties Map<Any> - User defined property bag. There is no restriction on the keys or values that can be used. The user specified custom activity has the full responsibility to consume and interpret the content defined.
- folder
Path Any - Folder path for resource files Type: string (or Expression with resultType string).
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- reference
Objects Property Map - Reference objects
- resource
Linked Property MapService - Resource linked service reference.
- retention
Time AnyIn Days - The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
- user
Properties List<Property Map> - Activity user properties.
CustomActivityReferenceObject, CustomActivityReferenceObjectArgs
- Datasets
List<Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference> - Dataset references.
- Linked
Services List<Pulumi.Azure Native. Data Factory. Inputs. Linked Service Reference> - Linked service references.
- Datasets
[]Dataset
Reference - Dataset references.
- Linked
Services []LinkedService Reference - Linked service references.
- datasets
List<Dataset
Reference> - Dataset references.
- linked
Services List<LinkedService Reference> - Linked service references.
- datasets
Dataset
Reference[] - Dataset references.
- linked
Services LinkedService Reference[] - Linked service references.
- datasets
Sequence[Dataset
Reference] - Dataset references.
- linked_
services Sequence[LinkedService Reference] - Linked service references.
- datasets List<Property Map>
- Dataset references.
- linked
Services List<Property Map> - Linked service references.
CustomActivityReferenceObjectResponse, CustomActivityReferenceObjectResponseArgs
- Datasets
List<Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference Response> - Dataset references.
- Linked
Services List<Pulumi.Azure Native. Data Factory. Inputs. Linked Service Reference Response> - Linked service references.
- Datasets
[]Dataset
Reference Response - Dataset references.
- Linked
Services []LinkedService Reference Response - Linked service references.
- datasets
List<Dataset
Reference Response> - Dataset references.
- linked
Services List<LinkedService Reference Response> - Linked service references.
- datasets
Dataset
Reference Response[] - Dataset references.
- linked
Services LinkedService Reference Response[] - Linked service references.
- datasets
Sequence[Dataset
Reference Response] - Dataset references.
- linked_
services Sequence[LinkedService Reference Response] - Linked service references.
- datasets List<Property Map>
- Dataset references.
- linked
Services List<Property Map> - Linked service references.
CustomActivityResponse, CustomActivityResponseArgs
- Command object
- Command for custom activity Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Auto
User objectSpecification - Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Extended
Properties Dictionary<string, object> - User defined property bag. There is no restriction on the keys or values that can be used. The user specified custom activity has the full responsibility to consume and interpret the content defined.
- Folder
Path object - Folder path for resource files Type: string (or Expression with resultType string).
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- Reference
Objects Pulumi.Azure Native. Data Factory. Inputs. Custom Activity Reference Object Response - Reference objects
- Resource
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Linked Service Reference Response - Resource linked service reference.
- Retention
Time objectIn Days - The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Command interface{}
- Command for custom activity Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Auto
User interface{}Specification - Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Extended
Properties map[string]interface{} - User defined property bag. There is no restriction on the keys or values that can be used. The user specified custom activity has the full responsibility to consume and interpret the content defined.
- Folder
Path interface{} - Folder path for resource files Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Policy
Activity
Policy Response - Activity policy.
- Reference
Objects CustomActivity Reference Object Response - Reference objects
- Resource
Linked LinkedService Service Reference Response - Resource linked service reference.
- Retention
Time interface{}In Days - The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
- User
Properties []UserProperty Response - Activity user properties.
- command Object
- Command for custom activity Type: string (or Expression with resultType string).
- name String
- Activity name.
- auto
User ObjectSpecification - Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- extended
Properties Map<String,Object> - User defined property bag. There is no restriction on the keys or values that can be used. The user specified custom activity has the full responsibility to consume and interpret the content defined.
- folder
Path Object - Folder path for resource files Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- reference
Objects CustomActivity Reference Object Response - Reference objects
- resource
Linked LinkedService Service Reference Response - Resource linked service reference.
- retention
Time ObjectIn Days - The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
- user
Properties List<UserProperty Response> - Activity user properties.
- command any
- Command for custom activity Type: string (or Expression with resultType string).
- name string
- Activity name.
- auto
User anySpecification - Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- extended
Properties {[key: string]: any} - User defined property bag. There is no restriction on the keys or values that can be used. The user specified custom activity has the full responsibility to consume and interpret the content defined.
- folder
Path any - Folder path for resource files Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- reference
Objects CustomActivity Reference Object Response - Reference objects
- resource
Linked LinkedService Service Reference Response - Resource linked service reference.
- retention
Time anyIn Days - The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
- user
Properties UserProperty Response[] - Activity user properties.
- command Any
- Command for custom activity Type: string (or Expression with resultType string).
- name str
- Activity name.
- auto_
user_ Anyspecification - Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- extended_
properties Mapping[str, Any] - User defined property bag. There is no restriction on the keys or values that can be used. The user specified custom activity has the full responsibility to consume and interpret the content defined.
- folder_
path Any - Folder path for resource files Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- reference_
objects CustomActivity Reference Object Response - Reference objects
- resource_
linked_ Linkedservice Service Reference Response - Resource linked service reference.
- retention_
time_ Anyin_ days - The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- command Any
- Command for custom activity Type: string (or Expression with resultType string).
- name String
- Activity name.
- auto
User AnySpecification - Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- extended
Properties Map<Any> - User defined property bag. There is no restriction on the keys or values that can be used. The user specified custom activity has the full responsibility to consume and interpret the content defined.
- folder
Path Any - Folder path for resource files Type: string (or Expression with resultType string).
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- reference
Objects Property Map - Reference objects
- resource
Linked Property MapService - Resource linked service reference.
- retention
Time AnyIn Days - The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
- user
Properties List<Property Map> - Activity user properties.
DWCopyCommandDefaultValue, DWCopyCommandDefaultValueArgs
- Column
Name object - Column name. Type: object (or Expression with resultType string).
- Default
Value object - The default value of the column. Type: object (or Expression with resultType string).
- Column
Name interface{} - Column name. Type: object (or Expression with resultType string).
- Default
Value interface{} - The default value of the column. Type: object (or Expression with resultType string).
- column
Name Object - Column name. Type: object (or Expression with resultType string).
- default
Value Object - The default value of the column. Type: object (or Expression with resultType string).
- column
Name any - Column name. Type: object (or Expression with resultType string).
- default
Value any - The default value of the column. Type: object (or Expression with resultType string).
- column_
name Any - Column name. Type: object (or Expression with resultType string).
- default_
value Any - The default value of the column. Type: object (or Expression with resultType string).
- column
Name Any - Column name. Type: object (or Expression with resultType string).
- default
Value Any - The default value of the column. Type: object (or Expression with resultType string).
DWCopyCommandDefaultValueResponse, DWCopyCommandDefaultValueResponseArgs
- Column
Name object - Column name. Type: object (or Expression with resultType string).
- Default
Value object - The default value of the column. Type: object (or Expression with resultType string).
- Column
Name interface{} - Column name. Type: object (or Expression with resultType string).
- Default
Value interface{} - The default value of the column. Type: object (or Expression with resultType string).
- column
Name Object - Column name. Type: object (or Expression with resultType string).
- default
Value Object - The default value of the column. Type: object (or Expression with resultType string).
- column
Name any - Column name. Type: object (or Expression with resultType string).
- default
Value any - The default value of the column. Type: object (or Expression with resultType string).
- column_
name Any - Column name. Type: object (or Expression with resultType string).
- default_
value Any - The default value of the column. Type: object (or Expression with resultType string).
- column
Name Any - Column name. Type: object (or Expression with resultType string).
- default
Value Any - The default value of the column. Type: object (or Expression with resultType string).
DWCopyCommandSettings, DWCopyCommandSettingsArgs
- Additional
Options Dictionary<string, string> - Additional options directly passed to SQL DW in Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" }
- Default
Values List<Pulumi.Azure Native. Data Factory. Inputs. DWCopy Command Default Value> - Specifies the default values for each target column in SQL DW. The default values in the property overwrite the DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or Expression with resultType array of objects).
- Additional
Options map[string]string - Additional options directly passed to SQL DW in Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" }
- Default
Values []DWCopyCommand Default Value - Specifies the default values for each target column in SQL DW. The default values in the property overwrite the DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or Expression with resultType array of objects).
- additional
Options Map<String,String> - Additional options directly passed to SQL DW in Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" }
- default
Values List<DWCopyCommand Default Value> - Specifies the default values for each target column in SQL DW. The default values in the property overwrite the DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or Expression with resultType array of objects).
- additional
Options {[key: string]: string} - Additional options directly passed to SQL DW in Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" }
- default
Values DWCopyCommand Default Value[] - Specifies the default values for each target column in SQL DW. The default values in the property overwrite the DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or Expression with resultType array of objects).
- additional_
options Mapping[str, str] - Additional options directly passed to SQL DW in Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" }
- default_
values Sequence[DWCopyCommand Default Value] - Specifies the default values for each target column in SQL DW. The default values in the property overwrite the DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or Expression with resultType array of objects).
- additional
Options Map<String> - Additional options directly passed to SQL DW in Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" }
- default
Values List<Property Map> - Specifies the default values for each target column in SQL DW. The default values in the property overwrite the DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or Expression with resultType array of objects).
DWCopyCommandSettingsResponse, DWCopyCommandSettingsResponseArgs
- Additional
Options Dictionary<string, string> - Additional options directly passed to SQL DW in Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" }
- Default
Values List<Pulumi.Azure Native. Data Factory. Inputs. DWCopy Command Default Value Response> - Specifies the default values for each target column in SQL DW. The default values in the property overwrite the DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or Expression with resultType array of objects).
- Additional
Options map[string]string - Additional options directly passed to SQL DW in Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" }
- Default
Values []DWCopyCommand Default Value Response - Specifies the default values for each target column in SQL DW. The default values in the property overwrite the DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or Expression with resultType array of objects).
- additional
Options Map<String,String> - Additional options directly passed to SQL DW in Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" }
- default
Values List<DWCopyCommand Default Value Response> - Specifies the default values for each target column in SQL DW. The default values in the property overwrite the DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or Expression with resultType array of objects).
- additional
Options {[key: string]: string} - Additional options directly passed to SQL DW in Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" }
- default
Values DWCopyCommand Default Value Response[] - Specifies the default values for each target column in SQL DW. The default values in the property overwrite the DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or Expression with resultType array of objects).
- additional_
options Mapping[str, str] - Additional options directly passed to SQL DW in Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" }
- default_
values Sequence[DWCopyCommand Default Value Response] - Specifies the default values for each target column in SQL DW. The default values in the property overwrite the DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or Expression with resultType array of objects).
- additional
Options Map<String> - Additional options directly passed to SQL DW in Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" }
- default
Values List<Property Map> - Specifies the default values for each target column in SQL DW. The default values in the property overwrite the DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or Expression with resultType array of objects).
DataFlowReference, DataFlowReferenceArgs
- Reference
Name string - Reference data flow name.
- Type
string | Pulumi.
Azure Native. Data Factory. Data Flow Reference Type - Data flow reference type.
- Dataset
Parameters object - Reference data flow parameters from dataset.
- Parameters Dictionary<string, object>
- Data flow parameters
- Reference
Name string - Reference data flow name.
- Type
string | Data
Flow Reference Type - Data flow reference type.
- Dataset
Parameters interface{} - Reference data flow parameters from dataset.
- Parameters map[string]interface{}
- Data flow parameters
- reference
Name String - Reference data flow name.
- type
String | Data
Flow Reference Type - Data flow reference type.
- dataset
Parameters Object - Reference data flow parameters from dataset.
- parameters Map<String,Object>
- Data flow parameters
- reference
Name string - Reference data flow name.
- type
string | Data
Flow Reference Type - Data flow reference type.
- dataset
Parameters any - Reference data flow parameters from dataset.
- parameters {[key: string]: any}
- Data flow parameters
- reference_
name str - Reference data flow name.
- type
str | Data
Flow Reference Type - Data flow reference type.
- dataset_
parameters Any - Reference data flow parameters from dataset.
- parameters Mapping[str, Any]
- Data flow parameters
- reference
Name String - Reference data flow name.
- type
String | "Data
Flow Reference" - Data flow reference type.
- dataset
Parameters Any - Reference data flow parameters from dataset.
- parameters Map<Any>
- Data flow parameters
DataFlowReferenceResponse, DataFlowReferenceResponseArgs
- Reference
Name string - Reference data flow name.
- Type string
- Data flow reference type.
- Dataset
Parameters object - Reference data flow parameters from dataset.
- Parameters Dictionary<string, object>
- Data flow parameters
- Reference
Name string - Reference data flow name.
- Type string
- Data flow reference type.
- Dataset
Parameters interface{} - Reference data flow parameters from dataset.
- Parameters map[string]interface{}
- Data flow parameters
- reference
Name String - Reference data flow name.
- type String
- Data flow reference type.
- dataset
Parameters Object - Reference data flow parameters from dataset.
- parameters Map<String,Object>
- Data flow parameters
- reference
Name string - Reference data flow name.
- type string
- Data flow reference type.
- dataset
Parameters any - Reference data flow parameters from dataset.
- parameters {[key: string]: any}
- Data flow parameters
- reference_
name str - Reference data flow name.
- type str
- Data flow reference type.
- dataset_
parameters Any - Reference data flow parameters from dataset.
- parameters Mapping[str, Any]
- Data flow parameters
- reference
Name String - Reference data flow name.
- type String
- Data flow reference type.
- dataset
Parameters Any - Reference data flow parameters from dataset.
- parameters Map<Any>
- Data flow parameters
DataFlowReferenceType, DataFlowReferenceTypeArgs
- Data
Flow Reference - DataFlowReference
- Data
Flow Reference Type Data Flow Reference - DataFlowReference
- Data
Flow Reference - DataFlowReference
- Data
Flow Reference - DataFlowReference
- DATA_FLOW_REFERENCE
- DataFlowReference
- "Data
Flow Reference" - DataFlowReference
DataFlowStagingInfo, DataFlowStagingInfoArgs
- Folder
Path object - Folder path for staging blob. Type: string (or Expression with resultType string)
- Linked
Service Pulumi.Azure Native. Data Factory. Inputs. Linked Service Reference - Staging linked service reference.
- Folder
Path interface{} - Folder path for staging blob. Type: string (or Expression with resultType string)
- Linked
Service LinkedService Reference - Staging linked service reference.
- folder
Path Object - Folder path for staging blob. Type: string (or Expression with resultType string)
- linked
Service LinkedService Reference - Staging linked service reference.
- folder
Path any - Folder path for staging blob. Type: string (or Expression with resultType string)
- linked
Service LinkedService Reference - Staging linked service reference.
- folder_
path Any - Folder path for staging blob. Type: string (or Expression with resultType string)
- linked_
service LinkedService Reference - Staging linked service reference.
- folder
Path Any - Folder path for staging blob. Type: string (or Expression with resultType string)
- linked
Service Property Map - Staging linked service reference.
DataFlowStagingInfoResponse, DataFlowStagingInfoResponseArgs
- Folder
Path object - Folder path for staging blob. Type: string (or Expression with resultType string)
- Linked
Service Pulumi.Azure Native. Data Factory. Inputs. Linked Service Reference Response - Staging linked service reference.
- Folder
Path interface{} - Folder path for staging blob. Type: string (or Expression with resultType string)
- Linked
Service LinkedService Reference Response - Staging linked service reference.
- folder
Path Object - Folder path for staging blob. Type: string (or Expression with resultType string)
- linked
Service LinkedService Reference Response - Staging linked service reference.
- folder
Path any - Folder path for staging blob. Type: string (or Expression with resultType string)
- linked
Service LinkedService Reference Response - Staging linked service reference.
- folder_
path Any - Folder path for staging blob. Type: string (or Expression with resultType string)
- linked_
service LinkedService Reference Response - Staging linked service reference.
- folder
Path Any - Folder path for staging blob. Type: string (or Expression with resultType string)
- linked
Service Property Map - Staging linked service reference.
DataLakeAnalyticsUSQLActivity, DataLakeAnalyticsUSQLActivityArgs
- Name string
- Activity name.
- Script
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Linked Service Reference - Script linked service reference.
- Script
Path object - Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
- Compilation
Mode object - Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
- Degree
Of objectParallelism - The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Parameters Dictionary<string, object>
- Parameters for U-SQL job request.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- Priority object
- Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.
- Runtime
Version object - Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Name string
- Activity name.
- Script
Linked LinkedService Service Reference - Script linked service reference.
- Script
Path interface{} - Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
- Compilation
Mode interface{} - Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
- Degree
Of interface{}Parallelism - The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Parameters map[string]interface{}
- Parameters for U-SQL job request.
- Policy
Activity
Policy - Activity policy.
- Priority interface{}
- Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.
- Runtime
Version interface{} - Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
- User
Properties []UserProperty - Activity user properties.
- name String
- Activity name.
- script
Linked LinkedService Service Reference - Script linked service reference.
- script
Path Object - Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
- compilation
Mode Object - Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
- degree
Of ObjectParallelism - The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- linked
Service LinkedName Service Reference - Linked service reference.
- parameters Map<String,Object>
- Parameters for U-SQL job request.
- policy
Activity
Policy - Activity policy.
- priority Object
- Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.
- runtime
Version Object - Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
- user
Properties List<UserProperty> - Activity user properties.
- name string
- Activity name.
- script
Linked LinkedService Service Reference - Script linked service reference.
- script
Path any - Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
- compilation
Mode any - Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
- degree
Of anyParallelism - The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- linked
Service LinkedName Service Reference - Linked service reference.
- parameters {[key: string]: any}
- Parameters for U-SQL job request.
- policy
Activity
Policy - Activity policy.
- priority any
- Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.
- runtime
Version any - Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
- user
Properties UserProperty[] - Activity user properties.
- name str
- Activity name.
- script_
linked_ Linkedservice Service Reference - Script linked service reference.
- script_
path Any - Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
- compilation_
mode Any - Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
- degree_
of_ Anyparallelism - The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- parameters Mapping[str, Any]
- Parameters for U-SQL job request.
- policy
Activity
Policy - Activity policy.
- priority Any
- Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.
- runtime_
version Any - Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
- user_
properties Sequence[UserProperty] - Activity user properties.
- name String
- Activity name.
- script
Linked Property MapService - Script linked service reference.
- script
Path Any - Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
- compilation
Mode Any - Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
- degree
Of AnyParallelism - The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- linked
Service Property MapName - Linked service reference.
- parameters Map<Any>
- Parameters for U-SQL job request.
- policy Property Map
- Activity policy.
- priority Any
- Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.
- runtime
Version Any - Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
- user
Properties List<Property Map> - Activity user properties.
DataLakeAnalyticsUSQLActivityResponse, DataLakeAnalyticsUSQLActivityResponseArgs
- Name string
- Activity name.
- Script
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Linked Service Reference Response - Script linked service reference.
- Script
Path object - Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
- Compilation
Mode object - Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
- Degree
Of objectParallelism - The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Parameters Dictionary<string, object>
- Parameters for U-SQL job request.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- Priority object
- Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.
- Runtime
Version object - Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Name string
- Activity name.
- Script
Linked LinkedService Service Reference Response - Script linked service reference.
- Script
Path interface{} - Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
- Compilation
Mode interface{} - Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
- Degree
Of interface{}Parallelism - The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Parameters map[string]interface{}
- Parameters for U-SQL job request.
- Policy
Activity
Policy Response - Activity policy.
- Priority interface{}
- Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.
- Runtime
Version interface{} - Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
- User
Properties []UserProperty Response - Activity user properties.
- name String
- Activity name.
- script
Linked LinkedService Service Reference Response - Script linked service reference.
- script
Path Object - Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
- compilation
Mode Object - Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
- degree
Of ObjectParallelism - The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- parameters Map<String,Object>
- Parameters for U-SQL job request.
- policy
Activity
Policy Response - Activity policy.
- priority Object
- Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.
- runtime
Version Object - Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
- user
Properties List<UserProperty Response> - Activity user properties.
- name string
- Activity name.
- script
Linked LinkedService Service Reference Response - Script linked service reference.
- script
Path any - Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
- compilation
Mode any - Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
- degree
Of anyParallelism - The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- parameters {[key: string]: any}
- Parameters for U-SQL job request.
- policy
Activity
Policy Response - Activity policy.
- priority any
- Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.
- runtime
Version any - Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
- user
Properties UserProperty Response[] - Activity user properties.
- name str
- Activity name.
- script_
linked_ Linkedservice Service Reference Response - Script linked service reference.
- script_
path Any - Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
- compilation_
mode Any - Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
- degree_
of_ Anyparallelism - The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- parameters Mapping[str, Any]
- Parameters for U-SQL job request.
- policy
Activity
Policy Response - Activity policy.
- priority Any
- Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.
- runtime_
version Any - Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- name String
- Activity name.
- script
Linked Property MapService - Script linked service reference.
- script
Path Any - Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
- compilation
Mode Any - Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
- degree
Of AnyParallelism - The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- linked
Service Property MapName - Linked service reference.
- parameters Map<Any>
- Parameters for U-SQL job request.
- policy Property Map
- Activity policy.
- priority Any
- Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.
- runtime
Version Any - Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
- user
Properties List<Property Map> - Activity user properties.
DatabricksNotebookActivity, DatabricksNotebookActivityArgs
- Name string
- Activity name.
- Notebook
Path object - The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. Type: string (or Expression with resultType string).
- Base
Parameters Dictionary<string, object> - Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Libraries
List<Immutable
Dictionary<string, object>> - A list of libraries to be installed on the cluster that will execute the job.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Name string
- Activity name.
- Notebook
Path interface{} - The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. Type: string (or Expression with resultType string).
- Base
Parameters map[string]interface{} - Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Libraries []map[string]interface{}
- A list of libraries to be installed on the cluster that will execute the job.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Policy
Activity
Policy - Activity policy.
- User
Properties []UserProperty - Activity user properties.
- name String
- Activity name.
- notebook
Path Object - The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. Type: string (or Expression with resultType string).
- base
Parameters Map<String,Object> - Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- libraries List<Map<String,Object>>
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user
Properties List<UserProperty> - Activity user properties.
- name string
- Activity name.
- notebook
Path any - The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. Type: string (or Expression with resultType string).
- base
Parameters {[key: string]: any} - Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- libraries {[key: string]: any}[]
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user
Properties UserProperty[] - Activity user properties.
- name str
- Activity name.
- notebook_
path Any - The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. Type: string (or Expression with resultType string).
- base_
parameters Mapping[str, Any] - Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- libraries Sequence[Mapping[str, Any]]
- A list of libraries to be installed on the cluster that will execute the job.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user_
properties Sequence[UserProperty] - Activity user properties.
- name String
- Activity name.
- notebook
Path Any - The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. Type: string (or Expression with resultType string).
- base
Parameters Map<Any> - Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- libraries List<Map<Any>>
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
DatabricksNotebookActivityResponse, DatabricksNotebookActivityResponseArgs
- Name string
- Activity name.
- Notebook
Path object - The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. Type: string (or Expression with resultType string).
- Base
Parameters Dictionary<string, object> - Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Libraries
List<Immutable
Dictionary<string, object>> - A list of libraries to be installed on the cluster that will execute the job.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Name string
- Activity name.
- Notebook
Path interface{} - The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. Type: string (or Expression with resultType string).
- Base
Parameters map[string]interface{} - Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Libraries []map[string]interface{}
- A list of libraries to be installed on the cluster that will execute the job.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Policy
Activity
Policy Response - Activity policy.
- User
Properties []UserProperty Response - Activity user properties.
- name String
- Activity name.
- notebook
Path Object - The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. Type: string (or Expression with resultType string).
- base
Parameters Map<String,Object> - Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- libraries List<Map<String,Object>>
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user
Properties List<UserProperty Response> - Activity user properties.
- name string
- Activity name.
- notebook
Path any - The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. Type: string (or Expression with resultType string).
- base
Parameters {[key: string]: any} - Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- libraries {[key: string]: any}[]
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user
Properties UserProperty Response[] - Activity user properties.
- name str
- Activity name.
- notebook_
path Any - The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. Type: string (or Expression with resultType string).
- base_
parameters Mapping[str, Any] - Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- libraries Sequence[Mapping[str, Any]]
- A list of libraries to be installed on the cluster that will execute the job.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- name String
- Activity name.
- notebook
Path Any - The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. Type: string (or Expression with resultType string).
- base
Parameters Map<Any> - Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- libraries List<Map<Any>>
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
DatabricksSparkJarActivity, DatabricksSparkJarActivityArgs
- Main
Class objectName - The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Libraries
List<Immutable
Dictionary<string, object>> - A list of libraries to be installed on the cluster that will execute the job.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Parameters List<object>
- Parameters that will be passed to the main method.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Main
Class interface{}Name - The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Libraries []map[string]interface{}
- A list of libraries to be installed on the cluster that will execute the job.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Parameters []interface{}
- Parameters that will be passed to the main method.
- Policy
Activity
Policy - Activity policy.
- User
Properties []UserProperty - Activity user properties.
- main
Class ObjectName - The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).
- name String
- Activity name.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- libraries List<Map<String,Object>>
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service LinkedName Service Reference - Linked service reference.
- parameters List<Object>
- Parameters that will be passed to the main method.
- policy
Activity
Policy - Activity policy.
- user
Properties List<UserProperty> - Activity user properties.
- main
Class anyName - The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).
- name string
- Activity name.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- libraries {[key: string]: any}[]
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service LinkedName Service Reference - Linked service reference.
- parameters any[]
- Parameters that will be passed to the main method.
- policy
Activity
Policy - Activity policy.
- user
Properties UserProperty[] - Activity user properties.
- main_
class_ Anyname - The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- libraries Sequence[Mapping[str, Any]]
- A list of libraries to be installed on the cluster that will execute the job.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- parameters Sequence[Any]
- Parameters that will be passed to the main method.
- policy
Activity
Policy - Activity policy.
- user_
properties Sequence[UserProperty] - Activity user properties.
- main
Class AnyName - The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- libraries List<Map<Any>>
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service Property MapName - Linked service reference.
- parameters List<Any>
- Parameters that will be passed to the main method.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
DatabricksSparkJarActivityResponse, DatabricksSparkJarActivityResponseArgs
- Main
Class objectName - The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Libraries
List<Immutable
Dictionary<string, object>> - A list of libraries to be installed on the cluster that will execute the job.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Parameters List<object>
- Parameters that will be passed to the main method.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Main
Class interface{}Name - The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Libraries []map[string]interface{}
- A list of libraries to be installed on the cluster that will execute the job.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Parameters []interface{}
- Parameters that will be passed to the main method.
- Policy
Activity
Policy Response - Activity policy.
- User
Properties []UserProperty Response - Activity user properties.
- main
Class ObjectName - The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).
- name String
- Activity name.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- libraries List<Map<String,Object>>
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- parameters List<Object>
- Parameters that will be passed to the main method.
- policy
Activity
Policy Response - Activity policy.
- user
Properties List<UserProperty Response> - Activity user properties.
- main
Class anyName - The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).
- name string
- Activity name.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- libraries {[key: string]: any}[]
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- parameters any[]
- Parameters that will be passed to the main method.
- policy
Activity
Policy Response - Activity policy.
- user
Properties UserProperty Response[] - Activity user properties.
- main_
class_ Anyname - The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- libraries Sequence[Mapping[str, Any]]
- A list of libraries to be installed on the cluster that will execute the job.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- parameters Sequence[Any]
- Parameters that will be passed to the main method.
- policy
Activity
Policy Response - Activity policy.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- main
Class AnyName - The full name of the class containing the main method to be executed. This class must be contained in a JAR provided as a library. Type: string (or Expression with resultType string).
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- libraries List<Map<Any>>
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service Property MapName - Linked service reference.
- parameters List<Any>
- Parameters that will be passed to the main method.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
DatabricksSparkPythonActivity, DatabricksSparkPythonActivityArgs
- Name string
- Activity name.
- Python
File object - The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Libraries
List<Immutable
Dictionary<string, object>> - A list of libraries to be installed on the cluster that will execute the job.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Parameters List<object>
- Command line parameters that will be passed to the Python file.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Name string
- Activity name.
- Python
File interface{} - The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Libraries []map[string]interface{}
- A list of libraries to be installed on the cluster that will execute the job.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Parameters []interface{}
- Command line parameters that will be passed to the Python file.
- Policy
Activity
Policy - Activity policy.
- User
Properties []UserProperty - Activity user properties.
- name String
- Activity name.
- python
File Object - The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- libraries List<Map<String,Object>>
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service LinkedName Service Reference - Linked service reference.
- parameters List<Object>
- Command line parameters that will be passed to the Python file.
- policy
Activity
Policy - Activity policy.
- user
Properties List<UserProperty> - Activity user properties.
- name string
- Activity name.
- python
File any - The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- libraries {[key: string]: any}[]
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service LinkedName Service Reference - Linked service reference.
- parameters any[]
- Command line parameters that will be passed to the Python file.
- policy
Activity
Policy - Activity policy.
- user
Properties UserProperty[] - Activity user properties.
- name str
- Activity name.
- python_
file Any - The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- libraries Sequence[Mapping[str, Any]]
- A list of libraries to be installed on the cluster that will execute the job.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- parameters Sequence[Any]
- Command line parameters that will be passed to the Python file.
- policy
Activity
Policy - Activity policy.
- user_
properties Sequence[UserProperty] - Activity user properties.
- name String
- Activity name.
- python
File Any - The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- libraries List<Map<Any>>
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service Property MapName - Linked service reference.
- parameters List<Any>
- Command line parameters that will be passed to the Python file.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
DatabricksSparkPythonActivityResponse, DatabricksSparkPythonActivityResponseArgs
- Name string
- Activity name.
- Python
File object - The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Libraries
List<Immutable
Dictionary<string, object>> - A list of libraries to be installed on the cluster that will execute the job.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Parameters List<object>
- Command line parameters that will be passed to the Python file.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Name string
- Activity name.
- Python
File interface{} - The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Libraries []map[string]interface{}
- A list of libraries to be installed on the cluster that will execute the job.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Parameters []interface{}
- Command line parameters that will be passed to the Python file.
- Policy
Activity
Policy Response - Activity policy.
- User
Properties []UserProperty Response - Activity user properties.
- name String
- Activity name.
- python
File Object - The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- libraries List<Map<String,Object>>
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- parameters List<Object>
- Command line parameters that will be passed to the Python file.
- policy
Activity
Policy Response - Activity policy.
- user
Properties List<UserProperty Response> - Activity user properties.
- name string
- Activity name.
- python
File any - The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- libraries {[key: string]: any}[]
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- parameters any[]
- Command line parameters that will be passed to the Python file.
- policy
Activity
Policy Response - Activity policy.
- user
Properties UserProperty Response[] - Activity user properties.
- name str
- Activity name.
- python_
file Any - The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- libraries Sequence[Mapping[str, Any]]
- A list of libraries to be installed on the cluster that will execute the job.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- parameters Sequence[Any]
- Command line parameters that will be passed to the Python file.
- policy
Activity
Policy Response - Activity policy.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- name String
- Activity name.
- python
File Any - The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- libraries List<Map<Any>>
- A list of libraries to be installed on the cluster that will execute the job.
- linked
Service Property MapName - Linked service reference.
- parameters List<Any>
- Command line parameters that will be passed to the Python file.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
DatasetReference, DatasetReferenceArgs
- Reference
Name string - Reference dataset name.
- Type string
- Dataset reference type.
- Parameters Dictionary<string, object>
- Arguments for dataset.
- Reference
Name string - Reference dataset name.
- Type string
- Dataset reference type.
- Parameters map[string]interface{}
- Arguments for dataset.
- reference
Name String - Reference dataset name.
- type String
- Dataset reference type.
- parameters Map<String,Object>
- Arguments for dataset.
- reference
Name string - Reference dataset name.
- type string
- Dataset reference type.
- parameters {[key: string]: any}
- Arguments for dataset.
- reference_
name str - Reference dataset name.
- type str
- Dataset reference type.
- parameters Mapping[str, Any]
- Arguments for dataset.
- reference
Name String - Reference dataset name.
- type String
- Dataset reference type.
- parameters Map<Any>
- Arguments for dataset.
DatasetReferenceResponse, DatasetReferenceResponseArgs
- Reference
Name string - Reference dataset name.
- Type string
- Dataset reference type.
- Parameters Dictionary<string, object>
- Arguments for dataset.
- Reference
Name string - Reference dataset name.
- Type string
- Dataset reference type.
- Parameters map[string]interface{}
- Arguments for dataset.
- reference
Name String - Reference dataset name.
- type String
- Dataset reference type.
- parameters Map<String,Object>
- Arguments for dataset.
- reference
Name string - Reference dataset name.
- type string
- Dataset reference type.
- parameters {[key: string]: any}
- Arguments for dataset.
- reference_
name str - Reference dataset name.
- type str
- Dataset reference type.
- parameters Mapping[str, Any]
- Arguments for dataset.
- reference
Name String - Reference dataset name.
- type String
- Dataset reference type.
- parameters Map<Any>
- Arguments for dataset.
Db2Source, Db2SourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Db2SourceResponse, Db2SourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DeleteActivity, DeleteActivityArgs
- Dataset
Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference - Delete activity dataset reference.
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Enable
Logging object - Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Log
Storage Pulumi.Settings Azure Native. Data Factory. Inputs. Log Storage Settings - Log storage settings customer need to provide when enableLogging is true.
- Max
Concurrent intConnections - The max concurrent connections to connect data source at the same time.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- Recursive object
- If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: boolean (or Expression with resultType boolean).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Azure Native. Data Factory. Inputs. Sftp Read Settings - Delete activity store settings.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Dataset
Dataset
Reference - Delete activity dataset reference.
- Name string
- Activity name.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Enable
Logging interface{} - Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
- Linked
Service LinkedName Service Reference - Linked service reference.
- Log
Storage LogSettings Storage Settings - Log storage settings customer need to provide when enableLogging is true.
- Max
Concurrent intConnections - The max concurrent connections to connect data source at the same time.
- Policy
Activity
Policy - Activity policy.
- Recursive interface{}
- If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: boolean (or Expression with resultType boolean).
- Store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Delete activity store settings.
- User
Properties []UserProperty - Activity user properties.
- dataset
Dataset
Reference - Delete activity dataset reference.
- name String
- Activity name.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- enable
Logging Object - Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
- linked
Service LinkedName Service Reference - Linked service reference.
- log
Storage LogSettings Storage Settings - Log storage settings customer need to provide when enableLogging is true.
- max
Concurrent IntegerConnections - The max concurrent connections to connect data source at the same time.
- policy
Activity
Policy - Activity policy.
- recursive Object
- If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: boolean (or Expression with resultType boolean).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Delete activity store settings.
- user
Properties List<UserProperty> - Activity user properties.
- dataset
Dataset
Reference - Delete activity dataset reference.
- name string
- Activity name.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- enable
Logging any - Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
- linked
Service LinkedName Service Reference - Linked service reference.
- log
Storage LogSettings Storage Settings - Log storage settings customer need to provide when enableLogging is true.
- max
Concurrent numberConnections - The max concurrent connections to connect data source at the same time.
- policy
Activity
Policy - Activity policy.
- recursive any
- If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: boolean (or Expression with resultType boolean).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Delete activity store settings.
- user
Properties UserProperty[] - Activity user properties.
- dataset
Dataset
Reference - Delete activity dataset reference.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- enable_
logging Any - Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
- linked_
service_ Linkedname Service Reference - Linked service reference.
- log_
storage_ Logsettings Storage Settings - Log storage settings customer need to provide when enableLogging is true.
- max_
concurrent_ intconnections - The max concurrent connections to connect data source at the same time.
- policy
Activity
Policy - Activity policy.
- recursive Any
- If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: boolean (or Expression with resultType boolean).
- store_
settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Delete activity store settings.
- user_
properties Sequence[UserProperty] - Activity user properties.
- dataset Property Map
- Delete activity dataset reference.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- enable
Logging Any - Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
- linked
Service Property MapName - Linked service reference.
- log
Storage Property MapSettings - Log storage settings customer need to provide when enableLogging is true.
- max
Concurrent NumberConnections - The max concurrent connections to connect data source at the same time.
- policy Property Map
- Activity policy.
- recursive Any
- If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: boolean (or Expression with resultType boolean).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Delete activity store settings.
- user
Properties List<Property Map> - Activity user properties.
DeleteActivityResponse, DeleteActivityResponseArgs
- Dataset
Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference Response - Delete activity dataset reference.
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Enable
Logging object - Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Log
Storage Pulumi.Settings Azure Native. Data Factory. Inputs. Log Storage Settings Response - Log storage settings customer need to provide when enableLogging is true.
- Max
Concurrent intConnections - The max concurrent connections to connect data source at the same time.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- Recursive object
- If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: boolean (or Expression with resultType boolean).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Response Azure Native. Data Factory. Inputs. Sftp Read Settings Response - Delete activity store settings.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Dataset
Dataset
Reference Response - Delete activity dataset reference.
- Name string
- Activity name.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Enable
Logging interface{} - Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Log
Storage LogSettings Storage Settings Response - Log storage settings customer need to provide when enableLogging is true.
- Max
Concurrent intConnections - The max concurrent connections to connect data source at the same time.
- Policy
Activity
Policy Response - Activity policy.
- Recursive interface{}
- If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: boolean (or Expression with resultType boolean).
- Store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Delete activity store settings.
- User
Properties []UserProperty Response - Activity user properties.
- dataset
Dataset
Reference Response - Delete activity dataset reference.
- name String
- Activity name.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- enable
Logging Object - Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
- linked
Service LinkedName Service Reference Response - Linked service reference.
- log
Storage LogSettings Storage Settings Response - Log storage settings customer need to provide when enableLogging is true.
- max
Concurrent IntegerConnections - The max concurrent connections to connect data source at the same time.
- policy
Activity
Policy Response - Activity policy.
- recursive Object
- If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: boolean (or Expression with resultType boolean).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Delete activity store settings.
- user
Properties List<UserProperty Response> - Activity user properties.
- dataset
Dataset
Reference Response - Delete activity dataset reference.
- name string
- Activity name.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- enable
Logging any - Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
- linked
Service LinkedName Service Reference Response - Linked service reference.
- log
Storage LogSettings Storage Settings Response - Log storage settings customer need to provide when enableLogging is true.
- max
Concurrent numberConnections - The max concurrent connections to connect data source at the same time.
- policy
Activity
Policy Response - Activity policy.
- recursive any
- If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: boolean (or Expression with resultType boolean).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Delete activity store settings.
- user
Properties UserProperty Response[] - Activity user properties.
- dataset
Dataset
Reference Response - Delete activity dataset reference.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- enable_
logging Any - Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- log_
storage_ Logsettings Storage Settings Response - Log storage settings customer need to provide when enableLogging is true.
- max_
concurrent_ intconnections - The max concurrent connections to connect data source at the same time.
- policy
Activity
Policy Response - Activity policy.
- recursive Any
- If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: boolean (or Expression with resultType boolean).
- store_
settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Delete activity store settings.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- dataset Property Map
- Delete activity dataset reference.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- enable
Logging Any - Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
- linked
Service Property MapName - Linked service reference.
- log
Storage Property MapSettings - Log storage settings customer need to provide when enableLogging is true.
- max
Concurrent NumberConnections - The max concurrent connections to connect data source at the same time.
- policy Property Map
- Activity policy.
- recursive Any
- If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: boolean (or Expression with resultType boolean).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Delete activity store settings.
- user
Properties List<Property Map> - Activity user properties.
DelimitedTextReadSettings, DelimitedTextReadSettingsArgs
- Compression
Properties Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Tar GZip Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Tar Read Settings Azure Native. Data Factory. Inputs. Zip Deflate Read Settings - Compression settings.
- Skip
Line objectCount - Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
- Compression
Properties TarGZip | TarRead Settings Read | ZipSettings Deflate Read Settings - Compression settings.
- Skip
Line interface{}Count - Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
- compression
Properties TarGZip | TarRead Settings Read | ZipSettings Deflate Read Settings - Compression settings.
- skip
Line ObjectCount - Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
- compression
Properties TarGZip | TarRead Settings Read | ZipSettings Deflate Read Settings - Compression settings.
- skip
Line anyCount - Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
- compression_
properties TarGZip | TarRead Settings Read | ZipSettings Deflate Read Settings - Compression settings.
- skip_
line_ Anycount - Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
- compression
Properties Property Map | Property Map | Property Map - Compression settings.
- skip
Line AnyCount - Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
DelimitedTextReadSettingsResponse, DelimitedTextReadSettingsResponseArgs
- Compression
Properties Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Tar GZip Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Tar Read Settings Response Azure Native. Data Factory. Inputs. Zip Deflate Read Settings Response - Compression settings.
- Skip
Line objectCount - Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
- Compression
Properties TarGZip | TarRead Settings Response Read | ZipSettings Response Deflate Read Settings Response - Compression settings.
- Skip
Line interface{}Count - Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
- compression
Properties TarGZip | TarRead Settings Response Read | ZipSettings Response Deflate Read Settings Response - Compression settings.
- skip
Line ObjectCount - Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
- compression
Properties TarGZip | TarRead Settings Response Read | ZipSettings Response Deflate Read Settings Response - Compression settings.
- skip
Line anyCount - Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
- compression_
properties TarGZip | TarRead Settings Response Read | ZipSettings Response Deflate Read Settings Response - Compression settings.
- skip_
line_ Anycount - Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
- compression
Properties Property Map | Property Map | Property Map - Compression settings.
- skip
Line AnyCount - Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
DelimitedTextSink, DelimitedTextSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Delimited Text Write Settings - DelimitedText format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSWrite Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Write Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Write Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Write Settings Azure | Pulumi.Native. Data Factory. Inputs. File Server Write Settings Azure Native. Data Factory. Inputs. Sftp Write Settings - DelimitedText store settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings DelimitedText Write Settings - DelimitedText format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - DelimitedText store settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings DelimitedText Write Settings - DelimitedText format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - DelimitedText store settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings DelimitedText Write Settings - DelimitedText format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - DelimitedText store settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings DelimitedText Write Settings - DelimitedText format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - DelimitedText store settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - DelimitedText format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - DelimitedText store settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DelimitedTextSinkResponse, DelimitedTextSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Delimited Text Write Settings Response - DelimitedText format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSWrite Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. File Server Write Settings Response Azure Native. Data Factory. Inputs. Sftp Write Settings Response - DelimitedText store settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings DelimitedText Write Settings Response - DelimitedText format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - DelimitedText store settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings DelimitedText Write Settings Response - DelimitedText format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - DelimitedText store settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings DelimitedText Write Settings Response - DelimitedText format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - DelimitedText store settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings DelimitedText Write Settings Response - DelimitedText format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - DelimitedText store settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - DelimitedText format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - DelimitedText store settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DelimitedTextSource, DelimitedTextSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Delimited Text Read Settings - DelimitedText format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Azure Native. Data Factory. Inputs. Sftp Read Settings - DelimitedText store settings.
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings DelimitedText Read Settings - DelimitedText format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - DelimitedText store settings.
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings DelimitedText Read Settings - DelimitedText format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - DelimitedText store settings.
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings DelimitedText Read Settings - DelimitedText format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - DelimitedText store settings.
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings DelimitedText Read Settings - DelimitedText format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - DelimitedText store settings.
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - DelimitedText format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - DelimitedText store settings.
DelimitedTextSourceResponse, DelimitedTextSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Delimited Text Read Settings Response - DelimitedText format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Response Azure Native. Data Factory. Inputs. Sftp Read Settings Response - DelimitedText store settings.
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings DelimitedText Read Settings Response - DelimitedText format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - DelimitedText store settings.
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings DelimitedText Read Settings Response - DelimitedText format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - DelimitedText store settings.
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings DelimitedText Read Settings Response - DelimitedText format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - DelimitedText store settings.
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings DelimitedText Read Settings Response - DelimitedText format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - DelimitedText store settings.
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - DelimitedText format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - DelimitedText store settings.
DelimitedTextWriteSettings, DelimitedTextWriteSettingsArgs
- File
Extension object - The file extension used to create the files. Type: string (or Expression with resultType string).
- File
Name objectPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- Max
Rows objectPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- Quote
All objectText - Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
- File
Extension interface{} - The file extension used to create the files. Type: string (or Expression with resultType string).
- File
Name interface{}Prefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- Max
Rows interface{}Per File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- Quote
All interface{}Text - Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
- file
Extension Object - The file extension used to create the files. Type: string (or Expression with resultType string).
- file
Name ObjectPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows ObjectPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- quote
All ObjectText - Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
- file
Extension any - The file extension used to create the files. Type: string (or Expression with resultType string).
- file
Name anyPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows anyPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- quote
All anyText - Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
- file_
extension Any - The file extension used to create the files. Type: string (or Expression with resultType string).
- file_
name_ Anyprefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max_
rows_ Anyper_ file - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- quote_
all_ Anytext - Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
- file
Extension Any - The file extension used to create the files. Type: string (or Expression with resultType string).
- file
Name AnyPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows AnyPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- quote
All AnyText - Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
DelimitedTextWriteSettingsResponse, DelimitedTextWriteSettingsResponseArgs
- File
Extension object - The file extension used to create the files. Type: string (or Expression with resultType string).
- File
Name objectPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- Max
Rows objectPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- Quote
All objectText - Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
- File
Extension interface{} - The file extension used to create the files. Type: string (or Expression with resultType string).
- File
Name interface{}Prefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- Max
Rows interface{}Per File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- Quote
All interface{}Text - Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
- file
Extension Object - The file extension used to create the files. Type: string (or Expression with resultType string).
- file
Name ObjectPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows ObjectPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- quote
All ObjectText - Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
- file
Extension any - The file extension used to create the files. Type: string (or Expression with resultType string).
- file
Name anyPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows anyPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- quote
All anyText - Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
- file_
extension Any - The file extension used to create the files. Type: string (or Expression with resultType string).
- file_
name_ Anyprefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max_
rows_ Anyper_ file - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- quote_
all_ Anytext - Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
- file
Extension Any - The file extension used to create the files. Type: string (or Expression with resultType string).
- file
Name AnyPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows AnyPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- quote
All AnyText - Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
DependencyCondition, DependencyConditionArgs
- Succeeded
- Succeeded
- Failed
- Failed
- Skipped
- Skipped
- Completed
- Completed
- Dependency
Condition Succeeded - Succeeded
- Dependency
Condition Failed - Failed
- Dependency
Condition Skipped - Skipped
- Dependency
Condition Completed - Completed
- Succeeded
- Succeeded
- Failed
- Failed
- Skipped
- Skipped
- Completed
- Completed
- Succeeded
- Succeeded
- Failed
- Failed
- Skipped
- Skipped
- Completed
- Completed
- SUCCEEDED
- Succeeded
- FAILED
- Failed
- SKIPPED
- Skipped
- COMPLETED
- Completed
- "Succeeded"
- Succeeded
- "Failed"
- Failed
- "Skipped"
- Skipped
- "Completed"
- Completed
DistcpSettings, DistcpSettingsArgs
- Resource
Manager objectEndpoint - Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
- Temp
Script objectPath - Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).
- Distcp
Options object - Specifies the Distcp options. Type: string (or Expression with resultType string).
- Resource
Manager interface{}Endpoint - Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
- Temp
Script interface{}Path - Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).
- Distcp
Options interface{} - Specifies the Distcp options. Type: string (or Expression with resultType string).
- resource
Manager ObjectEndpoint - Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
- temp
Script ObjectPath - Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).
- distcp
Options Object - Specifies the Distcp options. Type: string (or Expression with resultType string).
- resource
Manager anyEndpoint - Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
- temp
Script anyPath - Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).
- distcp
Options any - Specifies the Distcp options. Type: string (or Expression with resultType string).
- resource_
manager_ Anyendpoint - Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
- temp_
script_ Anypath - Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).
- distcp_
options Any - Specifies the Distcp options. Type: string (or Expression with resultType string).
- resource
Manager AnyEndpoint - Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
- temp
Script AnyPath - Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).
- distcp
Options Any - Specifies the Distcp options. Type: string (or Expression with resultType string).
DistcpSettingsResponse, DistcpSettingsResponseArgs
- Resource
Manager objectEndpoint - Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
- Temp
Script objectPath - Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).
- Distcp
Options object - Specifies the Distcp options. Type: string (or Expression with resultType string).
- Resource
Manager interface{}Endpoint - Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
- Temp
Script interface{}Path - Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).
- Distcp
Options interface{} - Specifies the Distcp options. Type: string (or Expression with resultType string).
- resource
Manager ObjectEndpoint - Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
- temp
Script ObjectPath - Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).
- distcp
Options Object - Specifies the Distcp options. Type: string (or Expression with resultType string).
- resource
Manager anyEndpoint - Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
- temp
Script anyPath - Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).
- distcp
Options any - Specifies the Distcp options. Type: string (or Expression with resultType string).
- resource_
manager_ Anyendpoint - Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
- temp_
script_ Anypath - Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).
- distcp_
options Any - Specifies the Distcp options. Type: string (or Expression with resultType string).
- resource
Manager AnyEndpoint - Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
- temp
Script AnyPath - Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string).
- distcp
Options Any - Specifies the Distcp options. Type: string (or Expression with resultType string).
DocumentDbCollectionSink, DocumentDbCollectionSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Nesting
Separator object - Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Nesting
Separator interface{} - Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- nesting
Separator Object - Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- nesting
Separator any - Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- nesting_
separator Any - Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- nesting
Separator Any - Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
DocumentDbCollectionSinkResponse, DocumentDbCollectionSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Nesting
Separator object - Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Nesting
Separator interface{} - Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- nesting
Separator Object - Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- nesting
Separator any - Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- nesting_
separator Any - Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- nesting
Separator Any - Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
DocumentDbCollectionSource, DocumentDbCollectionSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Nesting
Separator object - Nested properties separator. Type: string (or Expression with resultType string).
- Query object
- Documents query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Nesting
Separator interface{} - Nested properties separator. Type: string (or Expression with resultType string).
- Query interface{}
- Documents query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- nesting
Separator Object - Nested properties separator. Type: string (or Expression with resultType string).
- query Object
- Documents query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- nesting
Separator any - Nested properties separator. Type: string (or Expression with resultType string).
- query any
- Documents query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- nesting_
separator Any - Nested properties separator. Type: string (or Expression with resultType string).
- query Any
- Documents query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- nesting
Separator Any - Nested properties separator. Type: string (or Expression with resultType string).
- query Any
- Documents query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DocumentDbCollectionSourceResponse, DocumentDbCollectionSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Nesting
Separator object - Nested properties separator. Type: string (or Expression with resultType string).
- Query object
- Documents query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Nesting
Separator interface{} - Nested properties separator. Type: string (or Expression with resultType string).
- Query interface{}
- Documents query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- nesting
Separator Object - Nested properties separator. Type: string (or Expression with resultType string).
- query Object
- Documents query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- nesting
Separator any - Nested properties separator. Type: string (or Expression with resultType string).
- query any
- Documents query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- nesting_
separator Any - Nested properties separator. Type: string (or Expression with resultType string).
- query Any
- Documents query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- nesting
Separator Any - Nested properties separator. Type: string (or Expression with resultType string).
- query Any
- Documents query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DrillSource, DrillSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DrillSourceResponse, DrillSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DynamicsAXSource, DynamicsAXSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request objectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request interface{}Timeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request ObjectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request anyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
request_ Anytimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request AnyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DynamicsAXSourceResponse, DynamicsAXSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request objectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request interface{}Timeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request ObjectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request anyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
request_ Anytimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request AnyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DynamicsCrmSink, DynamicsCrmSinkArgs
- Write
Behavior string | Pulumi.Azure Native. Data Factory. Dynamics Sink Write Behavior - The write behavior for the operation.
- Alternate
Key objectName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Ignore
Null objectValues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string | DynamicsSink Write Behavior - The write behavior for the operation.
- Alternate
Key interface{}Name - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Ignore
Null interface{}Values - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String | DynamicsSink Write Behavior - The write behavior for the operation.
- alternate
Key ObjectName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null ObjectValues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior string | DynamicsSink Write Behavior - The write behavior for the operation.
- alternate
Key anyName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null anyValues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior str | DynamicsSink Write Behavior - The write behavior for the operation.
- alternate_
key_ Anyname - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore_
null_ Anyvalues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String | "Upsert" - The write behavior for the operation.
- alternate
Key AnyName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null AnyValues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DynamicsCrmSinkResponse, DynamicsCrmSinkResponseArgs
- Write
Behavior string - The write behavior for the operation.
- Alternate
Key objectName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Ignore
Null objectValues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string - The write behavior for the operation.
- Alternate
Key interface{}Name - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Ignore
Null interface{}Values - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String - The write behavior for the operation.
- alternate
Key ObjectName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null ObjectValues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior string - The write behavior for the operation.
- alternate
Key anyName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null anyValues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior str - The write behavior for the operation.
- alternate_
key_ Anyname - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore_
null_ Anyvalues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String - The write behavior for the operation.
- alternate
Key AnyName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null AnyValues - The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DynamicsCrmSource, DynamicsCrmSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- FetchXML is a proprietary query language that is used in Microsoft Dynamics CRM (online & on-premises). Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- FetchXML is a proprietary query language that is used in Microsoft Dynamics CRM (online & on-premises). Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- FetchXML is a proprietary query language that is used in Microsoft Dynamics CRM (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- FetchXML is a proprietary query language that is used in Microsoft Dynamics CRM (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- FetchXML is a proprietary query language that is used in Microsoft Dynamics CRM (online & on-premises). Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- FetchXML is a proprietary query language that is used in Microsoft Dynamics CRM (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DynamicsCrmSourceResponse, DynamicsCrmSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- FetchXML is a proprietary query language that is used in Microsoft Dynamics CRM (online & on-premises). Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- FetchXML is a proprietary query language that is used in Microsoft Dynamics CRM (online & on-premises). Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- FetchXML is a proprietary query language that is used in Microsoft Dynamics CRM (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- FetchXML is a proprietary query language that is used in Microsoft Dynamics CRM (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- FetchXML is a proprietary query language that is used in Microsoft Dynamics CRM (online & on-premises). Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- FetchXML is a proprietary query language that is used in Microsoft Dynamics CRM (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DynamicsSink, DynamicsSinkArgs
- Write
Behavior string | Pulumi.Azure Native. Data Factory. Dynamics Sink Write Behavior - The write behavior for the operation.
- Alternate
Key objectName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Ignore
Null objectValues - The flag indicating whether ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string | DynamicsSink Write Behavior - The write behavior for the operation.
- Alternate
Key interface{}Name - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Ignore
Null interface{}Values - The flag indicating whether ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String | DynamicsSink Write Behavior - The write behavior for the operation.
- alternate
Key ObjectName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null ObjectValues - The flag indicating whether ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior string | DynamicsSink Write Behavior - The write behavior for the operation.
- alternate
Key anyName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null anyValues - The flag indicating whether ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior str | DynamicsSink Write Behavior - The write behavior for the operation.
- alternate_
key_ Anyname - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore_
null_ Anyvalues - The flag indicating whether ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String | "Upsert" - The write behavior for the operation.
- alternate
Key AnyName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null AnyValues - The flag indicating whether ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DynamicsSinkResponse, DynamicsSinkResponseArgs
- Write
Behavior string - The write behavior for the operation.
- Alternate
Key objectName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Ignore
Null objectValues - The flag indicating whether ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string - The write behavior for the operation.
- Alternate
Key interface{}Name - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Ignore
Null interface{}Values - The flag indicating whether ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String - The write behavior for the operation.
- alternate
Key ObjectName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null ObjectValues - The flag indicating whether ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior string - The write behavior for the operation.
- alternate
Key anyName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null anyValues - The flag indicating whether ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior str - The write behavior for the operation.
- alternate_
key_ Anyname - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore_
null_ Anyvalues - The flag indicating whether ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String - The write behavior for the operation.
- alternate
Key AnyName - The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- ignore
Null AnyValues - The flag indicating whether ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DynamicsSinkWriteBehavior, DynamicsSinkWriteBehaviorArgs
- Upsert
- Upsert
- Dynamics
Sink Write Behavior Upsert - Upsert
- Upsert
- Upsert
- Upsert
- Upsert
- UPSERT
- Upsert
- "Upsert"
- Upsert
DynamicsSource, DynamicsSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DynamicsSourceResponse, DynamicsSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
EloquaSource, EloquaSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
EloquaSourceResponse, EloquaSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ExcelSource, ExcelSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Azure Native. Data Factory. Inputs. Sftp Read Settings - Excel store settings.
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Excel store settings.
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Excel store settings.
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Excel store settings.
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Excel store settings.
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Excel store settings.
ExcelSourceResponse, ExcelSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Response Azure Native. Data Factory. Inputs. Sftp Read Settings Response - Excel store settings.
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Excel store settings.
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Excel store settings.
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Excel store settings.
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Excel store settings.
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Excel store settings.
ExecuteDataFlowActivity, ExecuteDataFlowActivityArgs
- Data
Flow Pulumi.Azure Native. Data Factory. Inputs. Data Flow Reference - Data flow reference.
- Name string
- Activity name.
- Compute
Pulumi.
Azure Native. Data Factory. Inputs. Execute Data Flow Activity Type Properties Compute - Compute properties for data flow activity.
- Continue
On objectError - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Integration
Runtime Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime Reference - The integration runtime reference.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- Run
Concurrently object - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- Source
Staging objectConcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- Staging
Pulumi.
Azure Native. Data Factory. Inputs. Data Flow Staging Info - Staging info for execute data flow activity.
- Trace
Level object - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Data
Flow DataFlow Reference - Data flow reference.
- Name string
- Activity name.
- Compute
Execute
Data Flow Activity Type Properties Compute - Compute properties for data flow activity.
- Continue
On interface{}Error - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Integration
Runtime IntegrationRuntime Reference - The integration runtime reference.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Policy
Activity
Policy - Activity policy.
- Run
Concurrently interface{} - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- Source
Staging interface{}Concurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- Staging
Data
Flow Staging Info - Staging info for execute data flow activity.
- Trace
Level interface{} - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- User
Properties []UserProperty - Activity user properties.
- data
Flow DataFlow Reference - Data flow reference.
- name String
- Activity name.
- compute
Execute
Data Flow Activity Type Properties Compute - Compute properties for data flow activity.
- continue
On ObjectError - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- integration
Runtime IntegrationRuntime Reference - The integration runtime reference.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- run
Concurrently Object - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- source
Staging ObjectConcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- staging
Data
Flow Staging Info - Staging info for execute data flow activity.
- trace
Level Object - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- user
Properties List<UserProperty> - Activity user properties.
- data
Flow DataFlow Reference - Data flow reference.
- name string
- Activity name.
- compute
Execute
Data Flow Activity Type Properties Compute - Compute properties for data flow activity.
- continue
On anyError - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- integration
Runtime IntegrationRuntime Reference - The integration runtime reference.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- run
Concurrently any - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- source
Staging anyConcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- staging
Data
Flow Staging Info - Staging info for execute data flow activity.
- trace
Level any - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- user
Properties UserProperty[] - Activity user properties.
- data_
flow DataFlow Reference - Data flow reference.
- name str
- Activity name.
- compute
Execute
Data Flow Activity Type Properties Compute - Compute properties for data flow activity.
- continue_
on_ Anyerror - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- integration_
runtime IntegrationRuntime Reference - The integration runtime reference.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- run_
concurrently Any - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- source_
staging_ Anyconcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- staging
Data
Flow Staging Info - Staging info for execute data flow activity.
- trace_
level Any - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- user_
properties Sequence[UserProperty] - Activity user properties.
- data
Flow Property Map - Data flow reference.
- name String
- Activity name.
- compute Property Map
- Compute properties for data flow activity.
- continue
On AnyError - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- integration
Runtime Property Map - The integration runtime reference.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- run
Concurrently Any - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- source
Staging AnyConcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- staging Property Map
- Staging info for execute data flow activity.
- trace
Level Any - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- user
Properties List<Property Map> - Activity user properties.
ExecuteDataFlowActivityResponse, ExecuteDataFlowActivityResponseArgs
- Data
Flow Pulumi.Azure Native. Data Factory. Inputs. Data Flow Reference Response - Data flow reference.
- Name string
- Activity name.
- Compute
Pulumi.
Azure Native. Data Factory. Inputs. Execute Data Flow Activity Type Properties Response Compute - Compute properties for data flow activity.
- Continue
On objectError - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Integration
Runtime Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime Reference Response - The integration runtime reference.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- Run
Concurrently object - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- Source
Staging objectConcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- Staging
Pulumi.
Azure Native. Data Factory. Inputs. Data Flow Staging Info Response - Staging info for execute data flow activity.
- Trace
Level object - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Data
Flow DataFlow Reference Response - Data flow reference.
- Name string
- Activity name.
- Compute
Execute
Data Flow Activity Type Properties Response Compute - Compute properties for data flow activity.
- Continue
On interface{}Error - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Integration
Runtime IntegrationRuntime Reference Response - The integration runtime reference.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Policy
Activity
Policy Response - Activity policy.
- Run
Concurrently interface{} - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- Source
Staging interface{}Concurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- Staging
Data
Flow Staging Info Response - Staging info for execute data flow activity.
- Trace
Level interface{} - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- User
Properties []UserProperty Response - Activity user properties.
- data
Flow DataFlow Reference Response - Data flow reference.
- name String
- Activity name.
- compute
Execute
Data Flow Activity Type Properties Response Compute - Compute properties for data flow activity.
- continue
On ObjectError - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- integration
Runtime IntegrationRuntime Reference Response - The integration runtime reference.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- run
Concurrently Object - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- source
Staging ObjectConcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- staging
Data
Flow Staging Info Response - Staging info for execute data flow activity.
- trace
Level Object - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- user
Properties List<UserProperty Response> - Activity user properties.
- data
Flow DataFlow Reference Response - Data flow reference.
- name string
- Activity name.
- compute
Execute
Data Flow Activity Type Properties Response Compute - Compute properties for data flow activity.
- continue
On anyError - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- integration
Runtime IntegrationRuntime Reference Response - The integration runtime reference.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- run
Concurrently any - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- source
Staging anyConcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- staging
Data
Flow Staging Info Response - Staging info for execute data flow activity.
- trace
Level any - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- user
Properties UserProperty Response[] - Activity user properties.
- data_
flow DataFlow Reference Response - Data flow reference.
- name str
- Activity name.
- compute
Execute
Data Flow Activity Type Properties Response Compute - Compute properties for data flow activity.
- continue_
on_ Anyerror - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- integration_
runtime IntegrationRuntime Reference Response - The integration runtime reference.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- run_
concurrently Any - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- source_
staging_ Anyconcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- staging
Data
Flow Staging Info Response - Staging info for execute data flow activity.
- trace_
level Any - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- data
Flow Property Map - Data flow reference.
- name String
- Activity name.
- compute Property Map
- Compute properties for data flow activity.
- continue
On AnyError - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- integration
Runtime Property Map - The integration runtime reference.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- run
Concurrently Any - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- source
Staging AnyConcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- staging Property Map
- Staging info for execute data flow activity.
- trace
Level Any - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- user
Properties List<Property Map> - Activity user properties.
ExecuteDataFlowActivityTypePropertiesCompute, ExecuteDataFlowActivityTypePropertiesComputeArgs
- Compute
Type object - Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)
- Core
Count object - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)
- Compute
Type interface{} - Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)
- Core
Count interface{} - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)
- compute
Type Object - Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)
- core
Count Object - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)
- compute
Type any - Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)
- core
Count any - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)
- compute_
type Any - Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)
- core_
count Any - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)
- compute
Type Any - Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)
- core
Count Any - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)
ExecuteDataFlowActivityTypePropertiesResponseCompute, ExecuteDataFlowActivityTypePropertiesResponseComputeArgs
- Compute
Type object - Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)
- Core
Count object - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)
- Compute
Type interface{} - Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)
- Core
Count interface{} - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)
- compute
Type Object - Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)
- core
Count Object - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)
- compute
Type any - Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)
- core
Count any - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)
- compute_
type Any - Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)
- core_
count Any - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)
- compute
Type Any - Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)
- core
Count Any - Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)
ExecutePipelineActivity, ExecutePipelineActivityArgs
- Name string
- Activity name.
- Pipeline
Pulumi.
Azure Native. Data Factory. Inputs. Pipeline Reference - Pipeline reference.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Parameters Dictionary<string, object>
- Pipeline parameters.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Execute Pipeline Activity Policy - Execute pipeline activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Wait
On boolCompletion - Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
- Name string
- Activity name.
- Pipeline
Pipeline
Reference - Pipeline reference.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Parameters map[string]interface{}
- Pipeline parameters.
- Policy
Execute
Pipeline Activity Policy - Execute pipeline activity policy.
- User
Properties []UserProperty - Activity user properties.
- Wait
On boolCompletion - Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
- name String
- Activity name.
- pipeline
Pipeline
Reference - Pipeline reference.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- parameters Map<String,Object>
- Pipeline parameters.
- policy
Execute
Pipeline Activity Policy - Execute pipeline activity policy.
- user
Properties List<UserProperty> - Activity user properties.
- wait
On BooleanCompletion - Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
- name string
- Activity name.
- pipeline
Pipeline
Reference - Pipeline reference.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- parameters {[key: string]: any}
- Pipeline parameters.
- policy
Execute
Pipeline Activity Policy - Execute pipeline activity policy.
- user
Properties UserProperty[] - Activity user properties.
- wait
On booleanCompletion - Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
- name str
- Activity name.
- pipeline
Pipeline
Reference - Pipeline reference.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- parameters Mapping[str, Any]
- Pipeline parameters.
- policy
Execute
Pipeline Activity Policy - Execute pipeline activity policy.
- user_
properties Sequence[UserProperty] - Activity user properties.
- wait_
on_ boolcompletion - Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
- name String
- Activity name.
- pipeline Property Map
- Pipeline reference.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- parameters Map<Any>
- Pipeline parameters.
- policy Property Map
- Execute pipeline activity policy.
- user
Properties List<Property Map> - Activity user properties.
- wait
On BooleanCompletion - Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
ExecutePipelineActivityPolicy, ExecutePipelineActivityPolicyArgs
- Secure
Input bool - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- Secure
Input bool - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- secure
Input Boolean - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- secure
Input boolean - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- secure_
input bool - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- secure
Input Boolean - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
ExecutePipelineActivityPolicyResponse, ExecutePipelineActivityPolicyResponseArgs
- Secure
Input bool - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- Secure
Input bool - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- secure
Input Boolean - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- secure
Input boolean - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- secure_
input bool - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
- secure
Input Boolean - When set to true, Input from activity is considered as secure and will not be logged to monitoring.
ExecutePipelineActivityResponse, ExecutePipelineActivityResponseArgs
- Name string
- Activity name.
- Pipeline
Pulumi.
Azure Native. Data Factory. Inputs. Pipeline Reference Response - Pipeline reference.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Parameters Dictionary<string, object>
- Pipeline parameters.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Execute Pipeline Activity Policy Response - Execute pipeline activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Wait
On boolCompletion - Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
- Name string
- Activity name.
- Pipeline
Pipeline
Reference Response - Pipeline reference.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Parameters map[string]interface{}
- Pipeline parameters.
- Policy
Execute
Pipeline Activity Policy Response - Execute pipeline activity policy.
- User
Properties []UserProperty Response - Activity user properties.
- Wait
On boolCompletion - Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
- name String
- Activity name.
- pipeline
Pipeline
Reference Response - Pipeline reference.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- parameters Map<String,Object>
- Pipeline parameters.
- policy
Execute
Pipeline Activity Policy Response - Execute pipeline activity policy.
- user
Properties List<UserProperty Response> - Activity user properties.
- wait
On BooleanCompletion - Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
- name string
- Activity name.
- pipeline
Pipeline
Reference Response - Pipeline reference.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- parameters {[key: string]: any}
- Pipeline parameters.
- policy
Execute
Pipeline Activity Policy Response - Execute pipeline activity policy.
- user
Properties UserProperty Response[] - Activity user properties.
- wait
On booleanCompletion - Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
- name str
- Activity name.
- pipeline
Pipeline
Reference Response - Pipeline reference.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- parameters Mapping[str, Any]
- Pipeline parameters.
- policy
Execute
Pipeline Activity Policy Response - Execute pipeline activity policy.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- wait_
on_ boolcompletion - Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
- name String
- Activity name.
- pipeline Property Map
- Pipeline reference.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- parameters Map<Any>
- Pipeline parameters.
- policy Property Map
- Execute pipeline activity policy.
- user
Properties List<Property Map> - Activity user properties.
- wait
On BooleanCompletion - Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
ExecuteSSISPackageActivity, ExecuteSSISPackageActivityArgs
- Connect
Via Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime Reference - The integration runtime reference.
- Name string
- Activity name.
- Package
Location Pulumi.Azure Native. Data Factory. Inputs. SSISPackage Location - SSIS package location.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Environment
Path object - The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
- Execution
Credential Pulumi.Azure Native. Data Factory. Inputs. SSISExecution Credential - The package execution credential.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Log
Location Pulumi.Azure Native. Data Factory. Inputs. SSISLog Location - SSIS package execution log location.
- Logging
Level object - The logging level of SSIS package execution. Type: string (or Expression with resultType string).
- Package
Connection Dictionary<string, ImmutableManagers Dictionary<string, Pulumi. Azure Native. Data Factory. Inputs. SSISExecution Parameter>> - The package level connection managers to execute the SSIS package.
- Package
Parameters Dictionary<string, Pulumi.Azure Native. Data Factory. Inputs. SSISExecution Parameter> - The package level parameters to execute the SSIS package.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- Project
Connection Dictionary<string, ImmutableManagers Dictionary<string, Pulumi. Azure Native. Data Factory. Inputs. SSISExecution Parameter>> - The project level connection managers to execute the SSIS package.
- Project
Parameters Dictionary<string, Pulumi.Azure Native. Data Factory. Inputs. SSISExecution Parameter> - The project level parameters to execute the SSIS package.
- Property
Overrides Dictionary<string, Pulumi.Azure Native. Data Factory. Inputs. SSISProperty Override> - The property overrides to execute the SSIS package.
- Runtime object
- Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Connect
Via IntegrationRuntime Reference - The integration runtime reference.
- Name string
- Activity name.
- Package
Location SSISPackageLocation - SSIS package location.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Environment
Path interface{} - The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
- Execution
Credential SSISExecutionCredential - The package execution credential.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Log
Location SSISLogLocation - SSIS package execution log location.
- Logging
Level interface{} - The logging level of SSIS package execution. Type: string (or Expression with resultType string).
- Package
Connection map[string]map[string]SSISExecutionManagers Parameter - The package level connection managers to execute the SSIS package.
- Package
Parameters map[string]SSISExecutionParameter - The package level parameters to execute the SSIS package.
- Policy
Activity
Policy - Activity policy.
- Project
Connection map[string]map[string]SSISExecutionManagers Parameter - The project level connection managers to execute the SSIS package.
- Project
Parameters map[string]SSISExecutionParameter - The project level parameters to execute the SSIS package.
- Property
Overrides map[string]SSISPropertyOverride - The property overrides to execute the SSIS package.
- Runtime interface{}
- Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).
- User
Properties []UserProperty - Activity user properties.
- connect
Via IntegrationRuntime Reference - The integration runtime reference.
- name String
- Activity name.
- package
Location SSISPackageLocation - SSIS package location.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- environment
Path Object - The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
- execution
Credential SSISExecutionCredential - The package execution credential.
- linked
Service LinkedName Service Reference - Linked service reference.
- log
Location SSISLogLocation - SSIS package execution log location.
- logging
Level Object - The logging level of SSIS package execution. Type: string (or Expression with resultType string).
- package
Connection Map<String,Map<String,SSISExecutionManagers Parameter>> - The package level connection managers to execute the SSIS package.
- package
Parameters Map<String,SSISExecutionParameter> - The package level parameters to execute the SSIS package.
- policy
Activity
Policy - Activity policy.
- project
Connection Map<String,Map<String,SSISExecutionManagers Parameter>> - The project level connection managers to execute the SSIS package.
- project
Parameters Map<String,SSISExecutionParameter> - The project level parameters to execute the SSIS package.
- property
Overrides Map<String,SSISPropertyOverride> - The property overrides to execute the SSIS package.
- runtime Object
- Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).
- user
Properties List<UserProperty> - Activity user properties.
- connect
Via IntegrationRuntime Reference - The integration runtime reference.
- name string
- Activity name.
- package
Location SSISPackageLocation - SSIS package location.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- environment
Path any - The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
- execution
Credential SSISExecutionCredential - The package execution credential.
- linked
Service LinkedName Service Reference - Linked service reference.
- log
Location SSISLogLocation - SSIS package execution log location.
- logging
Level any - The logging level of SSIS package execution. Type: string (or Expression with resultType string).
- package
Connection {[key: string]: {[key: string]: SSISExecutionManagers Parameter}} - The package level connection managers to execute the SSIS package.
- package
Parameters {[key: string]: SSISExecutionParameter} - The package level parameters to execute the SSIS package.
- policy
Activity
Policy - Activity policy.
- project
Connection {[key: string]: {[key: string]: SSISExecutionManagers Parameter}} - The project level connection managers to execute the SSIS package.
- project
Parameters {[key: string]: SSISExecutionParameter} - The project level parameters to execute the SSIS package.
- property
Overrides {[key: string]: SSISPropertyOverride} - The property overrides to execute the SSIS package.
- runtime any
- Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).
- user
Properties UserProperty[] - Activity user properties.
- connect_
via IntegrationRuntime Reference - The integration runtime reference.
- name str
- Activity name.
- package_
location SSISPackageLocation - SSIS package location.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- environment_
path Any - The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
- execution_
credential SSISExecutionCredential - The package execution credential.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- log_
location SSISLogLocation - SSIS package execution log location.
- logging_
level Any - The logging level of SSIS package execution. Type: string (or Expression with resultType string).
- package_
connection_ Mapping[str, Mapping[str, SSISExecutionmanagers Parameter]] - The package level connection managers to execute the SSIS package.
- package_
parameters Mapping[str, SSISExecutionParameter] - The package level parameters to execute the SSIS package.
- policy
Activity
Policy - Activity policy.
- project_
connection_ Mapping[str, Mapping[str, SSISExecutionmanagers Parameter]] - The project level connection managers to execute the SSIS package.
- project_
parameters Mapping[str, SSISExecutionParameter] - The project level parameters to execute the SSIS package.
- property_
overrides Mapping[str, SSISPropertyOverride] - The property overrides to execute the SSIS package.
- runtime Any
- Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).
- user_
properties Sequence[UserProperty] - Activity user properties.
- connect
Via Property Map - The integration runtime reference.
- name String
- Activity name.
- package
Location Property Map - SSIS package location.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- environment
Path Any - The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
- execution
Credential Property Map - The package execution credential.
- linked
Service Property MapName - Linked service reference.
- log
Location Property Map - SSIS package execution log location.
- logging
Level Any - The logging level of SSIS package execution. Type: string (or Expression with resultType string).
- package
Connection Map<Map<Property Map>>Managers - The package level connection managers to execute the SSIS package.
- package
Parameters Map<Property Map> - The package level parameters to execute the SSIS package.
- policy Property Map
- Activity policy.
- project
Connection Map<Map<Property Map>>Managers - The project level connection managers to execute the SSIS package.
- project
Parameters Map<Property Map> - The project level parameters to execute the SSIS package.
- property
Overrides Map<Property Map> - The property overrides to execute the SSIS package.
- runtime Any
- Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).
- user
Properties List<Property Map> - Activity user properties.
ExecuteSSISPackageActivityResponse, ExecuteSSISPackageActivityResponseArgs
- Connect
Via Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime Reference Response - The integration runtime reference.
- Name string
- Activity name.
- Package
Location Pulumi.Azure Native. Data Factory. Inputs. SSISPackage Location Response - SSIS package location.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Environment
Path object - The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
- Execution
Credential Pulumi.Azure Native. Data Factory. Inputs. SSISExecution Credential Response - The package execution credential.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Log
Location Pulumi.Azure Native. Data Factory. Inputs. SSISLog Location Response - SSIS package execution log location.
- Logging
Level object - The logging level of SSIS package execution. Type: string (or Expression with resultType string).
- Package
Connection Dictionary<string, ImmutableManagers Dictionary<string, Pulumi. Azure Native. Data Factory. Inputs. SSISExecution Parameter Response>> - The package level connection managers to execute the SSIS package.
- Package
Parameters Dictionary<string, Pulumi.Azure Native. Data Factory. Inputs. SSISExecution Parameter Response> - The package level parameters to execute the SSIS package.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- Project
Connection Dictionary<string, ImmutableManagers Dictionary<string, Pulumi. Azure Native. Data Factory. Inputs. SSISExecution Parameter Response>> - The project level connection managers to execute the SSIS package.
- Project
Parameters Dictionary<string, Pulumi.Azure Native. Data Factory. Inputs. SSISExecution Parameter Response> - The project level parameters to execute the SSIS package.
- Property
Overrides Dictionary<string, Pulumi.Azure Native. Data Factory. Inputs. SSISProperty Override Response> - The property overrides to execute the SSIS package.
- Runtime object
- Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Connect
Via IntegrationRuntime Reference Response - The integration runtime reference.
- Name string
- Activity name.
- Package
Location SSISPackageLocation Response - SSIS package location.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Environment
Path interface{} - The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
- Execution
Credential SSISExecutionCredential Response - The package execution credential.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Log
Location SSISLogLocation Response - SSIS package execution log location.
- Logging
Level interface{} - The logging level of SSIS package execution. Type: string (or Expression with resultType string).
- Package
Connection map[string]map[string]SSISExecutionManagers Parameter Response - The package level connection managers to execute the SSIS package.
- Package
Parameters map[string]SSISExecutionParameter Response - The package level parameters to execute the SSIS package.
- Policy
Activity
Policy Response - Activity policy.
- Project
Connection map[string]map[string]SSISExecutionManagers Parameter Response - The project level connection managers to execute the SSIS package.
- Project
Parameters map[string]SSISExecutionParameter Response - The project level parameters to execute the SSIS package.
- Property
Overrides map[string]SSISPropertyOverride Response - The property overrides to execute the SSIS package.
- Runtime interface{}
- Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).
- User
Properties []UserProperty Response - Activity user properties.
- connect
Via IntegrationRuntime Reference Response - The integration runtime reference.
- name String
- Activity name.
- package
Location SSISPackageLocation Response - SSIS package location.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- environment
Path Object - The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
- execution
Credential SSISExecutionCredential Response - The package execution credential.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- log
Location SSISLogLocation Response - SSIS package execution log location.
- logging
Level Object - The logging level of SSIS package execution. Type: string (or Expression with resultType string).
- package
Connection Map<String,Map<String,SSISExecutionManagers Parameter Response>> - The package level connection managers to execute the SSIS package.
- package
Parameters Map<String,SSISExecutionParameter Response> - The package level parameters to execute the SSIS package.
- policy
Activity
Policy Response - Activity policy.
- project
Connection Map<String,Map<String,SSISExecutionManagers Parameter Response>> - The project level connection managers to execute the SSIS package.
- project
Parameters Map<String,SSISExecutionParameter Response> - The project level parameters to execute the SSIS package.
- property
Overrides Map<String,SSISPropertyOverride Response> - The property overrides to execute the SSIS package.
- runtime Object
- Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).
- user
Properties List<UserProperty Response> - Activity user properties.
- connect
Via IntegrationRuntime Reference Response - The integration runtime reference.
- name string
- Activity name.
- package
Location SSISPackageLocation Response - SSIS package location.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- environment
Path any - The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
- execution
Credential SSISExecutionCredential Response - The package execution credential.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- log
Location SSISLogLocation Response - SSIS package execution log location.
- logging
Level any - The logging level of SSIS package execution. Type: string (or Expression with resultType string).
- package
Connection {[key: string]: {[key: string]: SSISExecutionManagers Parameter Response}} - The package level connection managers to execute the SSIS package.
- package
Parameters {[key: string]: SSISExecutionParameter Response} - The package level parameters to execute the SSIS package.
- policy
Activity
Policy Response - Activity policy.
- project
Connection {[key: string]: {[key: string]: SSISExecutionManagers Parameter Response}} - The project level connection managers to execute the SSIS package.
- project
Parameters {[key: string]: SSISExecutionParameter Response} - The project level parameters to execute the SSIS package.
- property
Overrides {[key: string]: SSISPropertyOverride Response} - The property overrides to execute the SSIS package.
- runtime any
- Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).
- user
Properties UserProperty Response[] - Activity user properties.
- connect_
via IntegrationRuntime Reference Response - The integration runtime reference.
- name str
- Activity name.
- package_
location SSISPackageLocation Response - SSIS package location.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- environment_
path Any - The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
- execution_
credential SSISExecutionCredential Response - The package execution credential.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- log_
location SSISLogLocation Response - SSIS package execution log location.
- logging_
level Any - The logging level of SSIS package execution. Type: string (or Expression with resultType string).
- package_
connection_ Mapping[str, Mapping[str, SSISExecutionmanagers Parameter Response]] - The package level connection managers to execute the SSIS package.
- package_
parameters Mapping[str, SSISExecutionParameter Response] - The package level parameters to execute the SSIS package.
- policy
Activity
Policy Response - Activity policy.
- project_
connection_ Mapping[str, Mapping[str, SSISExecutionmanagers Parameter Response]] - The project level connection managers to execute the SSIS package.
- project_
parameters Mapping[str, SSISExecutionParameter Response] - The project level parameters to execute the SSIS package.
- property_
overrides Mapping[str, SSISPropertyOverride Response] - The property overrides to execute the SSIS package.
- runtime Any
- Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- connect
Via Property Map - The integration runtime reference.
- name String
- Activity name.
- package
Location Property Map - SSIS package location.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- environment
Path Any - The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
- execution
Credential Property Map - The package execution credential.
- linked
Service Property MapName - Linked service reference.
- log
Location Property Map - SSIS package execution log location.
- logging
Level Any - The logging level of SSIS package execution. Type: string (or Expression with resultType string).
- package
Connection Map<Map<Property Map>>Managers - The package level connection managers to execute the SSIS package.
- package
Parameters Map<Property Map> - The package level parameters to execute the SSIS package.
- policy Property Map
- Activity policy.
- project
Connection Map<Map<Property Map>>Managers - The project level connection managers to execute the SSIS package.
- project
Parameters Map<Property Map> - The project level parameters to execute the SSIS package.
- property
Overrides Map<Property Map> - The property overrides to execute the SSIS package.
- runtime Any
- Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).
- user
Properties List<Property Map> - Activity user properties.
ExecuteWranglingDataflowActivity, ExecuteWranglingDataflowActivityArgs
- Data
Flow Pulumi.Azure Native. Data Factory. Inputs. Data Flow Reference - Data flow reference.
- Name string
- Activity name.
- Compute
Pulumi.
Azure Native. Data Factory. Inputs. Execute Data Flow Activity Type Properties Compute - Compute properties for data flow activity.
- Continue
On objectError - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Integration
Runtime Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime Reference - The integration runtime reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- Queries
List<Pulumi.
Azure Native. Data Factory. Inputs. Power Query Sink Mapping> - List of mapping for Power Query mashup query to sink dataset(s).
- Run
Concurrently object - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- Sinks
Dictionary<string, Pulumi.
Azure Native. Data Factory. Inputs. Power Query Sink> - (Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
- Source
Staging objectConcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- Staging
Pulumi.
Azure Native. Data Factory. Inputs. Data Flow Staging Info - Staging info for execute data flow activity.
- Trace
Level object - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Data
Flow DataFlow Reference - Data flow reference.
- Name string
- Activity name.
- Compute
Execute
Data Flow Activity Type Properties Compute - Compute properties for data flow activity.
- Continue
On interface{}Error - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Integration
Runtime IntegrationRuntime Reference - The integration runtime reference.
- Policy
Activity
Policy - Activity policy.
- Queries
[]Power
Query Sink Mapping - List of mapping for Power Query mashup query to sink dataset(s).
- Run
Concurrently interface{} - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- Sinks
map[string]Power
Query Sink - (Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
- Source
Staging interface{}Concurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- Staging
Data
Flow Staging Info - Staging info for execute data flow activity.
- Trace
Level interface{} - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- User
Properties []UserProperty - Activity user properties.
- data
Flow DataFlow Reference - Data flow reference.
- name String
- Activity name.
- compute
Execute
Data Flow Activity Type Properties Compute - Compute properties for data flow activity.
- continue
On ObjectError - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- integration
Runtime IntegrationRuntime Reference - The integration runtime reference.
- policy
Activity
Policy - Activity policy.
- queries
List<Power
Query Sink Mapping> - List of mapping for Power Query mashup query to sink dataset(s).
- run
Concurrently Object - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- sinks
Map<String,Power
Query Sink> - (Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
- source
Staging ObjectConcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- staging
Data
Flow Staging Info - Staging info for execute data flow activity.
- trace
Level Object - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- user
Properties List<UserProperty> - Activity user properties.
- data
Flow DataFlow Reference - Data flow reference.
- name string
- Activity name.
- compute
Execute
Data Flow Activity Type Properties Compute - Compute properties for data flow activity.
- continue
On anyError - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- integration
Runtime IntegrationRuntime Reference - The integration runtime reference.
- policy
Activity
Policy - Activity policy.
- queries
Power
Query Sink Mapping[] - List of mapping for Power Query mashup query to sink dataset(s).
- run
Concurrently any - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- sinks
{[key: string]: Power
Query Sink} - (Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
- source
Staging anyConcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- staging
Data
Flow Staging Info - Staging info for execute data flow activity.
- trace
Level any - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- user
Properties UserProperty[] - Activity user properties.
- data_
flow DataFlow Reference - Data flow reference.
- name str
- Activity name.
- compute
Execute
Data Flow Activity Type Properties Compute - Compute properties for data flow activity.
- continue_
on_ Anyerror - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- integration_
runtime IntegrationRuntime Reference - The integration runtime reference.
- policy
Activity
Policy - Activity policy.
- queries
Sequence[Power
Query Sink Mapping] - List of mapping for Power Query mashup query to sink dataset(s).
- run_
concurrently Any - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- sinks
Mapping[str, Power
Query Sink] - (Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
- source_
staging_ Anyconcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- staging
Data
Flow Staging Info - Staging info for execute data flow activity.
- trace_
level Any - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- user_
properties Sequence[UserProperty] - Activity user properties.
- data
Flow Property Map - Data flow reference.
- name String
- Activity name.
- compute Property Map
- Compute properties for data flow activity.
- continue
On AnyError - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- integration
Runtime Property Map - The integration runtime reference.
- policy Property Map
- Activity policy.
- queries List<Property Map>
- List of mapping for Power Query mashup query to sink dataset(s).
- run
Concurrently Any - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- sinks Map<Property Map>
- (Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
- source
Staging AnyConcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- staging Property Map
- Staging info for execute data flow activity.
- trace
Level Any - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- user
Properties List<Property Map> - Activity user properties.
ExecuteWranglingDataflowActivityResponse, ExecuteWranglingDataflowActivityResponseArgs
- Data
Flow Pulumi.Azure Native. Data Factory. Inputs. Data Flow Reference Response - Data flow reference.
- Name string
- Activity name.
- Compute
Pulumi.
Azure Native. Data Factory. Inputs. Execute Data Flow Activity Type Properties Response Compute - Compute properties for data flow activity.
- Continue
On objectError - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Integration
Runtime Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime Reference Response - The integration runtime reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- Queries
List<Pulumi.
Azure Native. Data Factory. Inputs. Power Query Sink Mapping Response> - List of mapping for Power Query mashup query to sink dataset(s).
- Run
Concurrently object - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- Sinks
Dictionary<string, Pulumi.
Azure Native. Data Factory. Inputs. Power Query Sink Response> - (Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
- Source
Staging objectConcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- Staging
Pulumi.
Azure Native. Data Factory. Inputs. Data Flow Staging Info Response - Staging info for execute data flow activity.
- Trace
Level object - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Data
Flow DataFlow Reference Response - Data flow reference.
- Name string
- Activity name.
- Compute
Execute
Data Flow Activity Type Properties Response Compute - Compute properties for data flow activity.
- Continue
On interface{}Error - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Integration
Runtime IntegrationRuntime Reference Response - The integration runtime reference.
- Policy
Activity
Policy Response - Activity policy.
- Queries
[]Power
Query Sink Mapping Response - List of mapping for Power Query mashup query to sink dataset(s).
- Run
Concurrently interface{} - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- Sinks
map[string]Power
Query Sink Response - (Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
- Source
Staging interface{}Concurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- Staging
Data
Flow Staging Info Response - Staging info for execute data flow activity.
- Trace
Level interface{} - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- User
Properties []UserProperty Response - Activity user properties.
- data
Flow DataFlow Reference Response - Data flow reference.
- name String
- Activity name.
- compute
Execute
Data Flow Activity Type Properties Response Compute - Compute properties for data flow activity.
- continue
On ObjectError - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- integration
Runtime IntegrationRuntime Reference Response - The integration runtime reference.
- policy
Activity
Policy Response - Activity policy.
- queries
List<Power
Query Sink Mapping Response> - List of mapping for Power Query mashup query to sink dataset(s).
- run
Concurrently Object - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- sinks
Map<String,Power
Query Sink Response> - (Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
- source
Staging ObjectConcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- staging
Data
Flow Staging Info Response - Staging info for execute data flow activity.
- trace
Level Object - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- user
Properties List<UserProperty Response> - Activity user properties.
- data
Flow DataFlow Reference Response - Data flow reference.
- name string
- Activity name.
- compute
Execute
Data Flow Activity Type Properties Response Compute - Compute properties for data flow activity.
- continue
On anyError - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- integration
Runtime IntegrationRuntime Reference Response - The integration runtime reference.
- policy
Activity
Policy Response - Activity policy.
- queries
Power
Query Sink Mapping Response[] - List of mapping for Power Query mashup query to sink dataset(s).
- run
Concurrently any - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- sinks
{[key: string]: Power
Query Sink Response} - (Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
- source
Staging anyConcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- staging
Data
Flow Staging Info Response - Staging info for execute data flow activity.
- trace
Level any - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- user
Properties UserProperty Response[] - Activity user properties.
- data_
flow DataFlow Reference Response - Data flow reference.
- name str
- Activity name.
- compute
Execute
Data Flow Activity Type Properties Response Compute - Compute properties for data flow activity.
- continue_
on_ Anyerror - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- integration_
runtime IntegrationRuntime Reference Response - The integration runtime reference.
- policy
Activity
Policy Response - Activity policy.
- queries
Sequence[Power
Query Sink Mapping Response] - List of mapping for Power Query mashup query to sink dataset(s).
- run_
concurrently Any - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- sinks
Mapping[str, Power
Query Sink Response] - (Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
- source_
staging_ Anyconcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- staging
Data
Flow Staging Info Response - Staging info for execute data flow activity.
- trace_
level Any - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- data
Flow Property Map - Data flow reference.
- name String
- Activity name.
- compute Property Map
- Compute properties for data flow activity.
- continue
On AnyError - Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- integration
Runtime Property Map - The integration runtime reference.
- policy Property Map
- Activity policy.
- queries List<Property Map>
- List of mapping for Power Query mashup query to sink dataset(s).
- run
Concurrently Any - Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)
- sinks Map<Property Map>
- (Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
- source
Staging AnyConcurrency - Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
- staging Property Map
- Staging info for execute data flow activity.
- trace
Level Any - Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- user
Properties List<Property Map> - Activity user properties.
ExecutionActivity, ExecutionActivityArgs
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Name string
- Activity name.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Policy
Activity
Policy - Activity policy.
- User
Properties []UserProperty - Activity user properties.
- name String
- Activity name.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user
Properties List<UserProperty> - Activity user properties.
- name string
- Activity name.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user
Properties UserProperty[] - Activity user properties.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user_
properties Sequence[UserProperty] - Activity user properties.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
ExecutionActivityResponse, ExecutionActivityResponseArgs
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Name string
- Activity name.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Policy
Activity
Policy Response - Activity policy.
- User
Properties []UserProperty Response - Activity user properties.
- name String
- Activity name.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user
Properties List<UserProperty Response> - Activity user properties.
- name string
- Activity name.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user
Properties UserProperty Response[] - Activity user properties.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
Expression, ExpressionArgs
ExpressionResponse, ExpressionResponseArgs
FailActivity, FailActivityArgs
- Error
Code object - The error code that categorizes the error type of the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- Message object
- The error message that surfaced in the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Error
Code interface{} - The error code that categorizes the error type of the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- Message interface{}
- The error message that surfaced in the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- User
Properties []UserProperty - Activity user properties.
- error
Code Object - The error code that categorizes the error type of the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- message Object
- The error message that surfaced in the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- name String
- Activity name.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<UserProperty> - Activity user properties.
- error
Code any - The error code that categorizes the error type of the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- message any
- The error message that surfaced in the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- name string
- Activity name.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- user
Properties UserProperty[] - Activity user properties.
- error_
code Any - The error code that categorizes the error type of the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- message Any
- The error message that surfaced in the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- user_
properties Sequence[UserProperty] - Activity user properties.
- error
Code Any - The error code that categorizes the error type of the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- message Any
- The error message that surfaced in the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<Property Map> - Activity user properties.
FailActivityResponse, FailActivityResponseArgs
- Error
Code object - The error code that categorizes the error type of the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- Message object
- The error message that surfaced in the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Error
Code interface{} - The error code that categorizes the error type of the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- Message interface{}
- The error message that surfaced in the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- User
Properties []UserProperty Response - Activity user properties.
- error
Code Object - The error code that categorizes the error type of the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- message Object
- The error message that surfaced in the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- name String
- Activity name.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<UserProperty Response> - Activity user properties.
- error
Code any - The error code that categorizes the error type of the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- message any
- The error message that surfaced in the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- name string
- Activity name.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- user
Properties UserProperty Response[] - Activity user properties.
- error_
code Any - The error code that categorizes the error type of the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- message Any
- The error message that surfaced in the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- error
Code Any - The error code that categorizes the error type of the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- message Any
- The error message that surfaced in the Fail activity. It can be dynamic content that's evaluated to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<Property Map> - Activity user properties.
FileServerReadSettings, FileServerReadSettingsArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
Filter object - Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - FileServer wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
Filter interface{} - Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - FileServer wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
Filter Object - Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - FileServer wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
Filter any - Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - FileServer wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
filter Any - Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - FileServer wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
Filter Any - Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - FileServer wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
FileServerReadSettingsResponse, FileServerReadSettingsResponseArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
Filter object - Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - FileServer wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
Filter interface{} - Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - FileServer wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
Filter Object - Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - FileServer wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
Filter any - Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - FileServer wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
filter Any - Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - FileServer wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
Filter Any - Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - FileServer wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
FileServerWriteSettings, FileServerWriteSettingsArgs
- Copy
Behavior object - The type of copy behavior for copy sink.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Copy
Behavior interface{} - The type of copy behavior for copy sink.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior Object - The type of copy behavior for copy sink.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior any - The type of copy behavior for copy sink.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy_
behavior Any - The type of copy behavior for copy sink.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior Any - The type of copy behavior for copy sink.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
FileServerWriteSettingsResponse, FileServerWriteSettingsResponseArgs
- Copy
Behavior object - The type of copy behavior for copy sink.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Copy
Behavior interface{} - The type of copy behavior for copy sink.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior Object - The type of copy behavior for copy sink.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior any - The type of copy behavior for copy sink.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy_
behavior Any - The type of copy behavior for copy sink.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- copy
Behavior Any - The type of copy behavior for copy sink.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
FileSystemSink, FileSystemSinkArgs
- Copy
Behavior object - The type of copy behavior for copy sink.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Copy
Behavior interface{} - The type of copy behavior for copy sink.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior Object - The type of copy behavior for copy sink.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior any - The type of copy behavior for copy sink.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy_
behavior Any - The type of copy behavior for copy sink.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior Any - The type of copy behavior for copy sink.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
FileSystemSinkResponse, FileSystemSinkResponseArgs
- Copy
Behavior object - The type of copy behavior for copy sink.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Copy
Behavior interface{} - The type of copy behavior for copy sink.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior Object - The type of copy behavior for copy sink.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior any - The type of copy behavior for copy sink.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy_
behavior Any - The type of copy behavior for copy sink.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- copy
Behavior Any - The type of copy behavior for copy sink.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
FileSystemSource, FileSystemSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
FileSystemSourceResponse, FileSystemSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
FilterActivity, FilterActivityArgs
- Condition
Pulumi.
Azure Native. Data Factory. Inputs. Expression - Condition to be used for filtering the input.
- Items
Pulumi.
Azure Native. Data Factory. Inputs. Expression - Input array on which filter should be applied.
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Condition Expression
- Condition to be used for filtering the input.
- Items Expression
- Input array on which filter should be applied.
- Name string
- Activity name.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- User
Properties []UserProperty - Activity user properties.
- condition Expression
- Condition to be used for filtering the input.
- items Expression
- Input array on which filter should be applied.
- name String
- Activity name.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<UserProperty> - Activity user properties.
- condition Expression
- Condition to be used for filtering the input.
- items Expression
- Input array on which filter should be applied.
- name string
- Activity name.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- user
Properties UserProperty[] - Activity user properties.
- condition Expression
- Condition to be used for filtering the input.
- items Expression
- Input array on which filter should be applied.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- user_
properties Sequence[UserProperty] - Activity user properties.
- condition Property Map
- Condition to be used for filtering the input.
- items Property Map
- Input array on which filter should be applied.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<Property Map> - Activity user properties.
FilterActivityResponse, FilterActivityResponseArgs
- Condition
Pulumi.
Azure Native. Data Factory. Inputs. Expression Response - Condition to be used for filtering the input.
- Items
Pulumi.
Azure Native. Data Factory. Inputs. Expression Response - Input array on which filter should be applied.
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Condition
Expression
Response - Condition to be used for filtering the input.
- Items
Expression
Response - Input array on which filter should be applied.
- Name string
- Activity name.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- User
Properties []UserProperty Response - Activity user properties.
- condition
Expression
Response - Condition to be used for filtering the input.
- items
Expression
Response - Input array on which filter should be applied.
- name String
- Activity name.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<UserProperty Response> - Activity user properties.
- condition
Expression
Response - Condition to be used for filtering the input.
- items
Expression
Response - Input array on which filter should be applied.
- name string
- Activity name.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- user
Properties UserProperty Response[] - Activity user properties.
- condition
Expression
Response - Condition to be used for filtering the input.
- items
Expression
Response - Input array on which filter should be applied.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- condition Property Map
- Condition to be used for filtering the input.
- items Property Map
- Input array on which filter should be applied.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<Property Map> - Activity user properties.
ForEachActivity, ForEachActivityArgs
- Activities List<object>
- List of activities to execute .
- Items
Pulumi.
Azure Native. Data Factory. Inputs. Expression - Collection to iterate.
- Name string
- Activity name.
- Batch
Count int - Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Is
Sequential bool - Should the loop be executed in sequence or in parallel (max 50)
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Activities []interface{}
- List of activities to execute .
- Items Expression
- Collection to iterate.
- Name string
- Activity name.
- Batch
Count int - Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Is
Sequential bool - Should the loop be executed in sequence or in parallel (max 50)
- User
Properties []UserProperty - Activity user properties.
- activities List<Object>
- List of activities to execute .
- items Expression
- Collection to iterate.
- name String
- Activity name.
- batch
Count Integer - Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- is
Sequential Boolean - Should the loop be executed in sequence or in parallel (max 50)
- user
Properties List<UserProperty> - Activity user properties.
- activities
(Append
Variable Activity | Azure Data Explorer Command Activity | Azure Function Activity | Azure MLBatch Execution Activity | Azure MLExecute Pipeline Activity | Azure MLUpdate Resource Activity | Control Activity | Copy Activity | Custom Activity | Data Lake Analytics USQLActivity | Databricks Notebook Activity | Databricks Spark Jar Activity | Databricks Spark Python Activity | Delete Activity | Execute Data Flow Activity | Execute Pipeline Activity | Execute SSISPackage Activity | Execute Wrangling Dataflow Activity | Execution Activity | Fail Activity | Filter Activity | For Each Activity | Get Metadata Activity | HDInsight Hive Activity | HDInsight Map Reduce Activity | HDInsight Pig Activity | HDInsight Spark Activity | HDInsight Streaming Activity | If Condition Activity | Lookup Activity | Script Activity | Set Variable Activity | Sql Server Stored Procedure Activity | Switch Activity | Synapse Notebook Activity | Synapse Spark Job Definition Activity | Until Activity | Validation Activity | Wait Activity | Web Activity | Web Hook Activity)[] - List of activities to execute .
- items Expression
- Collection to iterate.
- name string
- Activity name.
- batch
Count number - Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- is
Sequential boolean - Should the loop be executed in sequence or in parallel (max 50)
- user
Properties UserProperty[] - Activity user properties.
- activities
Sequence[Union[Append
Variable Activity, Azure Data Explorer Command Activity, Azure Function Activity, Azure MLBatch Execution Activity, Azure MLExecute Pipeline Activity, Azure MLUpdate Resource Activity, Control Activity, Copy Activity, Custom Activity, Data Lake Analytics USQLActivity, Databricks Notebook Activity, Databricks Spark Jar Activity, Databricks Spark Python Activity, Delete Activity, Execute Data Flow Activity, Execute Pipeline Activity, Execute SSISPackage Activity, Execute Wrangling Dataflow Activity, Execution Activity, Fail Activity, Filter Activity, For Each Activity, Get Metadata Activity, HDInsight Hive Activity, HDInsight Map Reduce Activity, HDInsight Pig Activity, HDInsight Spark Activity, HDInsight Streaming Activity, If Condition Activity, Lookup Activity, Script Activity, Set Variable Activity, Sql Server Stored Procedure Activity, Switch Activity, Synapse Notebook Activity, Synapse Spark Job Definition Activity, Until Activity, Validation Activity, Wait Activity, Web Activity, Web Hook Activity]] - List of activities to execute .
- items Expression
- Collection to iterate.
- name str
- Activity name.
- batch_
count int - Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- is_
sequential bool - Should the loop be executed in sequence or in parallel (max 50)
- user_
properties Sequence[UserProperty] - Activity user properties.
- activities List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>
- List of activities to execute .
- items Property Map
- Collection to iterate.
- name String
- Activity name.
- batch
Count Number - Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- is
Sequential Boolean - Should the loop be executed in sequence or in parallel (max 50)
- user
Properties List<Property Map> - Activity user properties.
ForEachActivityResponse, ForEachActivityResponseArgs
- Activities List<object>
- List of activities to execute .
- Items
Pulumi.
Azure Native. Data Factory. Inputs. Expression Response - Collection to iterate.
- Name string
- Activity name.
- Batch
Count int - Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Is
Sequential bool - Should the loop be executed in sequence or in parallel (max 50)
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Activities []interface{}
- List of activities to execute .
- Items
Expression
Response - Collection to iterate.
- Name string
- Activity name.
- Batch
Count int - Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Is
Sequential bool - Should the loop be executed in sequence or in parallel (max 50)
- User
Properties []UserProperty Response - Activity user properties.
- activities List<Object>
- List of activities to execute .
- items
Expression
Response - Collection to iterate.
- name String
- Activity name.
- batch
Count Integer - Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- is
Sequential Boolean - Should the loop be executed in sequence or in parallel (max 50)
- user
Properties List<UserProperty Response> - Activity user properties.
- activities
(Append
Variable Activity Response | Azure Data Explorer Command Activity Response | Azure Function Activity Response | Azure MLBatch Execution Activity Response | Azure MLExecute Pipeline Activity Response | Azure MLUpdate Resource Activity Response | Control Activity Response | Copy Activity Response | Custom Activity Response | Data Lake Analytics USQLActivity Response | Databricks Notebook Activity Response | Databricks Spark Jar Activity Response | Databricks Spark Python Activity Response | Delete Activity Response | Execute Data Flow Activity Response | Execute Pipeline Activity Response | Execute SSISPackage Activity Response | Execute Wrangling Dataflow Activity Response | Execution Activity Response | Fail Activity Response | Filter Activity Response | For Each Activity Response | Get Metadata Activity Response | HDInsight Hive Activity Response | HDInsight Map Reduce Activity Response | HDInsight Pig Activity Response | HDInsight Spark Activity Response | HDInsight Streaming Activity Response | If Condition Activity Response | Lookup Activity Response | Script Activity Response | Set Variable Activity Response | Sql Server Stored Procedure Activity Response | Switch Activity Response | Synapse Notebook Activity Response | Synapse Spark Job Definition Activity Response | Until Activity Response | Validation Activity Response | Wait Activity Response | Web Activity Response | Web Hook Activity Response)[] - List of activities to execute .
- items
Expression
Response - Collection to iterate.
- name string
- Activity name.
- batch
Count number - Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- is
Sequential boolean - Should the loop be executed in sequence or in parallel (max 50)
- user
Properties UserProperty Response[] - Activity user properties.
- activities
Sequence[Union[Append
Variable Activity Response, Azure Data Explorer Command Activity Response, Azure Function Activity Response, Azure MLBatch Execution Activity Response, Azure MLExecute Pipeline Activity Response, Azure MLUpdate Resource Activity Response, Control Activity Response, Copy Activity Response, Custom Activity Response, Data Lake Analytics USQLActivity Response, Databricks Notebook Activity Response, Databricks Spark Jar Activity Response, Databricks Spark Python Activity Response, Delete Activity Response, Execute Data Flow Activity Response, Execute Pipeline Activity Response, Execute SSISPackage Activity Response, Execute Wrangling Dataflow Activity Response, Execution Activity Response, Fail Activity Response, Filter Activity Response, For Each Activity Response, Get Metadata Activity Response, HDInsight Hive Activity Response, HDInsight Map Reduce Activity Response, HDInsight Pig Activity Response, HDInsight Spark Activity Response, HDInsight Streaming Activity Response, If Condition Activity Response, Lookup Activity Response, Script Activity Response, Set Variable Activity Response, Sql Server Stored Procedure Activity Response, Switch Activity Response, Synapse Notebook Activity Response, Synapse Spark Job Definition Activity Response, Until Activity Response, Validation Activity Response, Wait Activity Response, Web Activity Response, Web Hook Activity Response]] - List of activities to execute .
- items
Expression
Response - Collection to iterate.
- name str
- Activity name.
- batch_
count int - Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- is_
sequential bool - Should the loop be executed in sequence or in parallel (max 50)
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- activities List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>
- List of activities to execute .
- items Property Map
- Collection to iterate.
- name String
- Activity name.
- batch
Count Number - Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- is
Sequential Boolean - Should the loop be executed in sequence or in parallel (max 50)
- user
Properties List<Property Map> - Activity user properties.
FtpReadSettings, FtpReadSettingsArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Chunking object - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Use
Binary objectTransfer - Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - Ftp wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Chunking interface{} - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Use
Binary interface{}Transfer - Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - Ftp wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Chunking Object - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- use
Binary ObjectTransfer - Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - Ftp wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Chunking any - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- use
Binary anyTransfer - Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - Ftp wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
chunking Any - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- use_
binary_ Anytransfer - Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - Ftp wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Chunking Any - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- use
Binary AnyTransfer - Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - Ftp wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
FtpReadSettingsResponse, FtpReadSettingsResponseArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Chunking object - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Use
Binary objectTransfer - Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - Ftp wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Chunking interface{} - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Use
Binary interface{}Transfer - Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - Ftp wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Chunking Object - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- use
Binary ObjectTransfer - Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - Ftp wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Chunking any - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- use
Binary anyTransfer - Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - Ftp wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
chunking Any - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- use_
binary_ Anytransfer - Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - Ftp wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Chunking Any - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- use
Binary AnyTransfer - Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - Ftp wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
GetMetadataActivity, GetMetadataActivityArgs
- Dataset
Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference - GetMetadata activity dataset reference.
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Field
List List<object> - Fields of metadata to get from dataset.
- Format
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Binary Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Delimited Text Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Json Read Settings Azure Native. Data Factory. Inputs. Xml Read Settings - GetMetadata activity format settings.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Azure Native. Data Factory. Inputs. Sftp Read Settings - GetMetadata activity store settings.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Dataset
Dataset
Reference - GetMetadata activity dataset reference.
- Name string
- Activity name.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Field
List []interface{} - Fields of metadata to get from dataset.
- Format
Settings BinaryRead | DelimitedSettings Text | JsonRead Settings Read | XmlSettings Read Settings - GetMetadata activity format settings.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Policy
Activity
Policy - Activity policy.
- Store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - GetMetadata activity store settings.
- User
Properties []UserProperty - Activity user properties.
- dataset
Dataset
Reference - GetMetadata activity dataset reference.
- name String
- Activity name.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- field
List List<Object> - Fields of metadata to get from dataset.
- format
Settings BinaryRead | DelimitedSettings Text | JsonRead Settings Read | XmlSettings Read Settings - GetMetadata activity format settings.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - GetMetadata activity store settings.
- user
Properties List<UserProperty> - Activity user properties.
- dataset
Dataset
Reference - GetMetadata activity dataset reference.
- name string
- Activity name.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- field
List any[] - Fields of metadata to get from dataset.
- format
Settings BinaryRead | DelimitedSettings Text | JsonRead Settings Read | XmlSettings Read Settings - GetMetadata activity format settings.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - GetMetadata activity store settings.
- user
Properties UserProperty[] - Activity user properties.
- dataset
Dataset
Reference - GetMetadata activity dataset reference.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- field_
list Sequence[Any] - Fields of metadata to get from dataset.
- format_
settings BinaryRead | DelimitedSettings Text | JsonRead Settings Read | XmlSettings Read Settings - GetMetadata activity format settings.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- store_
settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - GetMetadata activity store settings.
- user_
properties Sequence[UserProperty] - Activity user properties.
- dataset Property Map
- GetMetadata activity dataset reference.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- field
List List<Any> - Fields of metadata to get from dataset.
- format
Settings Property Map | Property Map | Property Map | Property Map - GetMetadata activity format settings.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - GetMetadata activity store settings.
- user
Properties List<Property Map> - Activity user properties.
GetMetadataActivityResponse, GetMetadataActivityResponseArgs
- Dataset
Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference Response - GetMetadata activity dataset reference.
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Field
List List<object> - Fields of metadata to get from dataset.
- Format
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Binary Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Delimited Text Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Json Read Settings Response Azure Native. Data Factory. Inputs. Xml Read Settings Response - GetMetadata activity format settings.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Response Azure Native. Data Factory. Inputs. Sftp Read Settings Response - GetMetadata activity store settings.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Dataset
Dataset
Reference Response - GetMetadata activity dataset reference.
- Name string
- Activity name.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Field
List []interface{} - Fields of metadata to get from dataset.
- Format
Settings BinaryRead | DelimitedSettings Response Text | JsonRead Settings Response Read | XmlSettings Response Read Settings Response - GetMetadata activity format settings.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Policy
Activity
Policy Response - Activity policy.
- Store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - GetMetadata activity store settings.
- User
Properties []UserProperty Response - Activity user properties.
- dataset
Dataset
Reference Response - GetMetadata activity dataset reference.
- name String
- Activity name.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- field
List List<Object> - Fields of metadata to get from dataset.
- format
Settings BinaryRead | DelimitedSettings Response Text | JsonRead Settings Response Read | XmlSettings Response Read Settings Response - GetMetadata activity format settings.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - GetMetadata activity store settings.
- user
Properties List<UserProperty Response> - Activity user properties.
- dataset
Dataset
Reference Response - GetMetadata activity dataset reference.
- name string
- Activity name.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- field
List any[] - Fields of metadata to get from dataset.
- format
Settings BinaryRead | DelimitedSettings Response Text | JsonRead Settings Response Read | XmlSettings Response Read Settings Response - GetMetadata activity format settings.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - GetMetadata activity store settings.
- user
Properties UserProperty Response[] - Activity user properties.
- dataset
Dataset
Reference Response - GetMetadata activity dataset reference.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- field_
list Sequence[Any] - Fields of metadata to get from dataset.
- format_
settings BinaryRead | DelimitedSettings Response Text | JsonRead Settings Response Read | XmlSettings Response Read Settings Response - GetMetadata activity format settings.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- store_
settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - GetMetadata activity store settings.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- dataset Property Map
- GetMetadata activity dataset reference.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- field
List List<Any> - Fields of metadata to get from dataset.
- format
Settings Property Map | Property Map | Property Map | Property Map - GetMetadata activity format settings.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - GetMetadata activity store settings.
- user
Properties List<Property Map> - Activity user properties.
GoogleAdWordsSource, GoogleAdWordsSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
GoogleAdWordsSourceResponse, GoogleAdWordsSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
GoogleBigQuerySource, GoogleBigQuerySourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
GoogleBigQuerySourceResponse, GoogleBigQuerySourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
GoogleCloudStorageReadSettings, GoogleCloudStorageReadSettingsArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix object
- The prefix filter for the Google Cloud Storage object name. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix interface{}
- The prefix filter for the Google Cloud Storage object name. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Object
- The prefix filter for the Google Cloud Storage object name. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix any
- The prefix filter for the Google Cloud Storage object name. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the Google Cloud Storage object name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the Google Cloud Storage object name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
GoogleCloudStorageReadSettingsResponse, GoogleCloudStorageReadSettingsResponseArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix object
- The prefix filter for the Google Cloud Storage object name. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix interface{}
- The prefix filter for the Google Cloud Storage object name. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Object
- The prefix filter for the Google Cloud Storage object name. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix any
- The prefix filter for the Google Cloud Storage object name. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the Google Cloud Storage object name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the Google Cloud Storage object name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
GreenplumSource, GreenplumSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
GreenplumSourceResponse, GreenplumSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
HBaseSource, HBaseSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
HBaseSourceResponse, HBaseSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
HDInsightActivityDebugInfoOption, HDInsightActivityDebugInfoOptionArgs
- None
- None
- Always
- Always
- Failure
- Failure
- HDInsight
Activity Debug Info Option None - None
- HDInsight
Activity Debug Info Option Always - Always
- HDInsight
Activity Debug Info Option Failure - Failure
- None
- None
- Always
- Always
- Failure
- Failure
- None
- None
- Always
- Always
- Failure
- Failure
- NONE
- None
- ALWAYS
- Always
- FAILURE
- Failure
- "None"
- None
- "Always"
- Always
- "Failure"
- Failure
HDInsightHiveActivity, HDInsightHiveActivityArgs
- Name string
- Activity name.
- Arguments List<object>
- User specified arguments to HDInsightActivity.
- Defines Dictionary<string, object>
- Allows user to specify defines for Hive job request.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Get
Debug string | Pulumi.Info Azure Native. Data Factory. HDInsight Activity Debug Info Option - Debug info option.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- Query
Timeout int - Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
- Script
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Linked Service Reference - Script linked service reference.
- Script
Path object - Script path. Type: string (or Expression with resultType string).
- Storage
Linked List<Pulumi.Services Azure Native. Data Factory. Inputs. Linked Service Reference> - Storage linked service references.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Variables Dictionary<string, object>
- User specified arguments under hivevar namespace.
- Name string
- Activity name.
- Arguments []interface{}
- User specified arguments to HDInsightActivity.
- Defines map[string]interface{}
- Allows user to specify defines for Hive job request.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Get
Debug string | HDInsightInfo Activity Debug Info Option - Debug info option.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Policy
Activity
Policy - Activity policy.
- Query
Timeout int - Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
- Script
Linked LinkedService Service Reference - Script linked service reference.
- Script
Path interface{} - Script path. Type: string (or Expression with resultType string).
- Storage
Linked []LinkedServices Service Reference - Storage linked service references.
- User
Properties []UserProperty - Activity user properties.
- Variables map[string]interface{}
- User specified arguments under hivevar namespace.
- name String
- Activity name.
- arguments List<Object>
- User specified arguments to HDInsightActivity.
- defines Map<String,Object>
- Allows user to specify defines for Hive job request.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- get
Debug String | HDInsightInfo Activity Debug Info Option - Debug info option.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- query
Timeout Integer - Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
- script
Linked LinkedService Service Reference - Script linked service reference.
- script
Path Object - Script path. Type: string (or Expression with resultType string).
- storage
Linked List<LinkedServices Service Reference> - Storage linked service references.
- user
Properties List<UserProperty> - Activity user properties.
- variables Map<String,Object>
- User specified arguments under hivevar namespace.
- name string
- Activity name.
- arguments any[]
- User specified arguments to HDInsightActivity.
- defines {[key: string]: any}
- Allows user to specify defines for Hive job request.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- get
Debug string | HDInsightInfo Activity Debug Info Option - Debug info option.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- query
Timeout number - Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
- script
Linked LinkedService Service Reference - Script linked service reference.
- script
Path any - Script path. Type: string (or Expression with resultType string).
- storage
Linked LinkedServices Service Reference[] - Storage linked service references.
- user
Properties UserProperty[] - Activity user properties.
- variables {[key: string]: any}
- User specified arguments under hivevar namespace.
- name str
- Activity name.
- arguments Sequence[Any]
- User specified arguments to HDInsightActivity.
- defines Mapping[str, Any]
- Allows user to specify defines for Hive job request.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- get_
debug_ str | HDInsightinfo Activity Debug Info Option - Debug info option.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- query_
timeout int - Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
- script_
linked_ Linkedservice Service Reference - Script linked service reference.
- script_
path Any - Script path. Type: string (or Expression with resultType string).
- storage_
linked_ Sequence[Linkedservices Service Reference] - Storage linked service references.
- user_
properties Sequence[UserProperty] - Activity user properties.
- variables Mapping[str, Any]
- User specified arguments under hivevar namespace.
- name String
- Activity name.
- arguments List<Any>
- User specified arguments to HDInsightActivity.
- defines Map<Any>
- Allows user to specify defines for Hive job request.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- get
Debug String | "None" | "Always" | "Failure"Info - Debug info option.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- query
Timeout Number - Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
- script
Linked Property MapService - Script linked service reference.
- script
Path Any - Script path. Type: string (or Expression with resultType string).
- storage
Linked List<Property Map>Services - Storage linked service references.
- user
Properties List<Property Map> - Activity user properties.
- variables Map<Any>
- User specified arguments under hivevar namespace.
HDInsightHiveActivityResponse, HDInsightHiveActivityResponseArgs
- Name string
- Activity name.
- Arguments List<object>
- User specified arguments to HDInsightActivity.
- Defines Dictionary<string, object>
- Allows user to specify defines for Hive job request.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Get
Debug stringInfo - Debug info option.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- Query
Timeout int - Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
- Script
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Linked Service Reference Response - Script linked service reference.
- Script
Path object - Script path. Type: string (or Expression with resultType string).
- Storage
Linked List<Pulumi.Services Azure Native. Data Factory. Inputs. Linked Service Reference Response> - Storage linked service references.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Variables Dictionary<string, object>
- User specified arguments under hivevar namespace.
- Name string
- Activity name.
- Arguments []interface{}
- User specified arguments to HDInsightActivity.
- Defines map[string]interface{}
- Allows user to specify defines for Hive job request.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Get
Debug stringInfo - Debug info option.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Policy
Activity
Policy Response - Activity policy.
- Query
Timeout int - Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
- Script
Linked LinkedService Service Reference Response - Script linked service reference.
- Script
Path interface{} - Script path. Type: string (or Expression with resultType string).
- Storage
Linked []LinkedServices Service Reference Response - Storage linked service references.
- User
Properties []UserProperty Response - Activity user properties.
- Variables map[string]interface{}
- User specified arguments under hivevar namespace.
- name String
- Activity name.
- arguments List<Object>
- User specified arguments to HDInsightActivity.
- defines Map<String,Object>
- Allows user to specify defines for Hive job request.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- get
Debug StringInfo - Debug info option.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- query
Timeout Integer - Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
- script
Linked LinkedService Service Reference Response - Script linked service reference.
- script
Path Object - Script path. Type: string (or Expression with resultType string).
- storage
Linked List<LinkedServices Service Reference Response> - Storage linked service references.
- user
Properties List<UserProperty Response> - Activity user properties.
- variables Map<String,Object>
- User specified arguments under hivevar namespace.
- name string
- Activity name.
- arguments any[]
- User specified arguments to HDInsightActivity.
- defines {[key: string]: any}
- Allows user to specify defines for Hive job request.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- get
Debug stringInfo - Debug info option.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- query
Timeout number - Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
- script
Linked LinkedService Service Reference Response - Script linked service reference.
- script
Path any - Script path. Type: string (or Expression with resultType string).
- storage
Linked LinkedServices Service Reference Response[] - Storage linked service references.
- user
Properties UserProperty Response[] - Activity user properties.
- variables {[key: string]: any}
- User specified arguments under hivevar namespace.
- name str
- Activity name.
- arguments Sequence[Any]
- User specified arguments to HDInsightActivity.
- defines Mapping[str, Any]
- Allows user to specify defines for Hive job request.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- get_
debug_ strinfo - Debug info option.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- query_
timeout int - Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
- script_
linked_ Linkedservice Service Reference Response - Script linked service reference.
- script_
path Any - Script path. Type: string (or Expression with resultType string).
- storage_
linked_ Sequence[Linkedservices Service Reference Response] - Storage linked service references.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- variables Mapping[str, Any]
- User specified arguments under hivevar namespace.
- name String
- Activity name.
- arguments List<Any>
- User specified arguments to HDInsightActivity.
- defines Map<Any>
- Allows user to specify defines for Hive job request.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- get
Debug StringInfo - Debug info option.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- query
Timeout Number - Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
- script
Linked Property MapService - Script linked service reference.
- script
Path Any - Script path. Type: string (or Expression with resultType string).
- storage
Linked List<Property Map>Services - Storage linked service references.
- user
Properties List<Property Map> - Activity user properties.
- variables Map<Any>
- User specified arguments under hivevar namespace.
HDInsightMapReduceActivity, HDInsightMapReduceActivityArgs
- Class
Name object - Class name. Type: string (or Expression with resultType string).
- Jar
File objectPath - Jar path. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Arguments List<object>
- User specified arguments to HDInsightActivity.
- Defines Dictionary<string, object>
- Allows user to specify defines for the MapReduce job request.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Get
Debug string | Pulumi.Info Azure Native. Data Factory. HDInsight Activity Debug Info Option - Debug info option.
- Jar
Libs List<object> - Jar libs.
- Jar
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Linked Service Reference - Jar linked service reference.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- Storage
Linked List<Pulumi.Services Azure Native. Data Factory. Inputs. Linked Service Reference> - Storage linked service references.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Class
Name interface{} - Class name. Type: string (or Expression with resultType string).
- Jar
File interface{}Path - Jar path. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Arguments []interface{}
- User specified arguments to HDInsightActivity.
- Defines map[string]interface{}
- Allows user to specify defines for the MapReduce job request.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Get
Debug string | HDInsightInfo Activity Debug Info Option - Debug info option.
- Jar
Libs []interface{} - Jar libs.
- Jar
Linked LinkedService Service Reference - Jar linked service reference.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Policy
Activity
Policy - Activity policy.
- Storage
Linked []LinkedServices Service Reference - Storage linked service references.
- User
Properties []UserProperty - Activity user properties.
- class
Name Object - Class name. Type: string (or Expression with resultType string).
- jar
File ObjectPath - Jar path. Type: string (or Expression with resultType string).
- name String
- Activity name.
- arguments List<Object>
- User specified arguments to HDInsightActivity.
- defines Map<String,Object>
- Allows user to specify defines for the MapReduce job request.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- get
Debug String | HDInsightInfo Activity Debug Info Option - Debug info option.
- jar
Libs List<Object> - Jar libs.
- jar
Linked LinkedService Service Reference - Jar linked service reference.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- storage
Linked List<LinkedServices Service Reference> - Storage linked service references.
- user
Properties List<UserProperty> - Activity user properties.
- class
Name any - Class name. Type: string (or Expression with resultType string).
- jar
File anyPath - Jar path. Type: string (or Expression with resultType string).
- name string
- Activity name.
- arguments any[]
- User specified arguments to HDInsightActivity.
- defines {[key: string]: any}
- Allows user to specify defines for the MapReduce job request.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- get
Debug string | HDInsightInfo Activity Debug Info Option - Debug info option.
- jar
Libs any[] - Jar libs.
- jar
Linked LinkedService Service Reference - Jar linked service reference.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- storage
Linked LinkedServices Service Reference[] - Storage linked service references.
- user
Properties UserProperty[] - Activity user properties.
- class_
name Any - Class name. Type: string (or Expression with resultType string).
- jar_
file_ Anypath - Jar path. Type: string (or Expression with resultType string).
- name str
- Activity name.
- arguments Sequence[Any]
- User specified arguments to HDInsightActivity.
- defines Mapping[str, Any]
- Allows user to specify defines for the MapReduce job request.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- get_
debug_ str | HDInsightinfo Activity Debug Info Option - Debug info option.
- jar_
libs Sequence[Any] - Jar libs.
- jar_
linked_ Linkedservice Service Reference - Jar linked service reference.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- storage_
linked_ Sequence[Linkedservices Service Reference] - Storage linked service references.
- user_
properties Sequence[UserProperty] - Activity user properties.
- class
Name Any - Class name. Type: string (or Expression with resultType string).
- jar
File AnyPath - Jar path. Type: string (or Expression with resultType string).
- name String
- Activity name.
- arguments List<Any>
- User specified arguments to HDInsightActivity.
- defines Map<Any>
- Allows user to specify defines for the MapReduce job request.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- get
Debug String | "None" | "Always" | "Failure"Info - Debug info option.
- jar
Libs List<Any> - Jar libs.
- jar
Linked Property MapService - Jar linked service reference.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- storage
Linked List<Property Map>Services - Storage linked service references.
- user
Properties List<Property Map> - Activity user properties.
HDInsightMapReduceActivityResponse, HDInsightMapReduceActivityResponseArgs
- Class
Name object - Class name. Type: string (or Expression with resultType string).
- Jar
File objectPath - Jar path. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Arguments List<object>
- User specified arguments to HDInsightActivity.
- Defines Dictionary<string, object>
- Allows user to specify defines for the MapReduce job request.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Get
Debug stringInfo - Debug info option.
- Jar
Libs List<object> - Jar libs.
- Jar
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Linked Service Reference Response - Jar linked service reference.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- Storage
Linked List<Pulumi.Services Azure Native. Data Factory. Inputs. Linked Service Reference Response> - Storage linked service references.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Class
Name interface{} - Class name. Type: string (or Expression with resultType string).
- Jar
File interface{}Path - Jar path. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Arguments []interface{}
- User specified arguments to HDInsightActivity.
- Defines map[string]interface{}
- Allows user to specify defines for the MapReduce job request.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Get
Debug stringInfo - Debug info option.
- Jar
Libs []interface{} - Jar libs.
- Jar
Linked LinkedService Service Reference Response - Jar linked service reference.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Policy
Activity
Policy Response - Activity policy.
- Storage
Linked []LinkedServices Service Reference Response - Storage linked service references.
- User
Properties []UserProperty Response - Activity user properties.
- class
Name Object - Class name. Type: string (or Expression with resultType string).
- jar
File ObjectPath - Jar path. Type: string (or Expression with resultType string).
- name String
- Activity name.
- arguments List<Object>
- User specified arguments to HDInsightActivity.
- defines Map<String,Object>
- Allows user to specify defines for the MapReduce job request.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- get
Debug StringInfo - Debug info option.
- jar
Libs List<Object> - Jar libs.
- jar
Linked LinkedService Service Reference Response - Jar linked service reference.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- storage
Linked List<LinkedServices Service Reference Response> - Storage linked service references.
- user
Properties List<UserProperty Response> - Activity user properties.
- class
Name any - Class name. Type: string (or Expression with resultType string).
- jar
File anyPath - Jar path. Type: string (or Expression with resultType string).
- name string
- Activity name.
- arguments any[]
- User specified arguments to HDInsightActivity.
- defines {[key: string]: any}
- Allows user to specify defines for the MapReduce job request.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- get
Debug stringInfo - Debug info option.
- jar
Libs any[] - Jar libs.
- jar
Linked LinkedService Service Reference Response - Jar linked service reference.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- storage
Linked LinkedServices Service Reference Response[] - Storage linked service references.
- user
Properties UserProperty Response[] - Activity user properties.
- class_
name Any - Class name. Type: string (or Expression with resultType string).
- jar_
file_ Anypath - Jar path. Type: string (or Expression with resultType string).
- name str
- Activity name.
- arguments Sequence[Any]
- User specified arguments to HDInsightActivity.
- defines Mapping[str, Any]
- Allows user to specify defines for the MapReduce job request.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- get_
debug_ strinfo - Debug info option.
- jar_
libs Sequence[Any] - Jar libs.
- jar_
linked_ Linkedservice Service Reference Response - Jar linked service reference.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- storage_
linked_ Sequence[Linkedservices Service Reference Response] - Storage linked service references.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- class
Name Any - Class name. Type: string (or Expression with resultType string).
- jar
File AnyPath - Jar path. Type: string (or Expression with resultType string).
- name String
- Activity name.
- arguments List<Any>
- User specified arguments to HDInsightActivity.
- defines Map<Any>
- Allows user to specify defines for the MapReduce job request.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- get
Debug StringInfo - Debug info option.
- jar
Libs List<Any> - Jar libs.
- jar
Linked Property MapService - Jar linked service reference.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- storage
Linked List<Property Map>Services - Storage linked service references.
- user
Properties List<Property Map> - Activity user properties.
HDInsightPigActivity, HDInsightPigActivityArgs
- Name string
- Activity name.
- Arguments object
- User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).
- Defines Dictionary<string, object>
- Allows user to specify defines for Pig job request.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Get
Debug string | Pulumi.Info Azure Native. Data Factory. HDInsight Activity Debug Info Option - Debug info option.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- Script
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Linked Service Reference - Script linked service reference.
- Script
Path object - Script path. Type: string (or Expression with resultType string).
- Storage
Linked List<Pulumi.Services Azure Native. Data Factory. Inputs. Linked Service Reference> - Storage linked service references.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Name string
- Activity name.
- Arguments interface{}
- User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).
- Defines map[string]interface{}
- Allows user to specify defines for Pig job request.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Get
Debug string | HDInsightInfo Activity Debug Info Option - Debug info option.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Policy
Activity
Policy - Activity policy.
- Script
Linked LinkedService Service Reference - Script linked service reference.
- Script
Path interface{} - Script path. Type: string (or Expression with resultType string).
- Storage
Linked []LinkedServices Service Reference - Storage linked service references.
- User
Properties []UserProperty - Activity user properties.
- name String
- Activity name.
- arguments Object
- User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).
- defines Map<String,Object>
- Allows user to specify defines for Pig job request.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- get
Debug String | HDInsightInfo Activity Debug Info Option - Debug info option.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- script
Linked LinkedService Service Reference - Script linked service reference.
- script
Path Object - Script path. Type: string (or Expression with resultType string).
- storage
Linked List<LinkedServices Service Reference> - Storage linked service references.
- user
Properties List<UserProperty> - Activity user properties.
- name string
- Activity name.
- arguments any
- User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).
- defines {[key: string]: any}
- Allows user to specify defines for Pig job request.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- get
Debug string | HDInsightInfo Activity Debug Info Option - Debug info option.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- script
Linked LinkedService Service Reference - Script linked service reference.
- script
Path any - Script path. Type: string (or Expression with resultType string).
- storage
Linked LinkedServices Service Reference[] - Storage linked service references.
- user
Properties UserProperty[] - Activity user properties.
- name str
- Activity name.
- arguments Any
- User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).
- defines Mapping[str, Any]
- Allows user to specify defines for Pig job request.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- get_
debug_ str | HDInsightinfo Activity Debug Info Option - Debug info option.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- script_
linked_ Linkedservice Service Reference - Script linked service reference.
- script_
path Any - Script path. Type: string (or Expression with resultType string).
- storage_
linked_ Sequence[Linkedservices Service Reference] - Storage linked service references.
- user_
properties Sequence[UserProperty] - Activity user properties.
- name String
- Activity name.
- arguments Any
- User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).
- defines Map<Any>
- Allows user to specify defines for Pig job request.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- get
Debug String | "None" | "Always" | "Failure"Info - Debug info option.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- script
Linked Property MapService - Script linked service reference.
- script
Path Any - Script path. Type: string (or Expression with resultType string).
- storage
Linked List<Property Map>Services - Storage linked service references.
- user
Properties List<Property Map> - Activity user properties.
HDInsightPigActivityResponse, HDInsightPigActivityResponseArgs
- Name string
- Activity name.
- Arguments object
- User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).
- Defines Dictionary<string, object>
- Allows user to specify defines for Pig job request.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Get
Debug stringInfo - Debug info option.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- Script
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Linked Service Reference Response - Script linked service reference.
- Script
Path object - Script path. Type: string (or Expression with resultType string).
- Storage
Linked List<Pulumi.Services Azure Native. Data Factory. Inputs. Linked Service Reference Response> - Storage linked service references.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Name string
- Activity name.
- Arguments interface{}
- User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).
- Defines map[string]interface{}
- Allows user to specify defines for Pig job request.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Get
Debug stringInfo - Debug info option.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Policy
Activity
Policy Response - Activity policy.
- Script
Linked LinkedService Service Reference Response - Script linked service reference.
- Script
Path interface{} - Script path. Type: string (or Expression with resultType string).
- Storage
Linked []LinkedServices Service Reference Response - Storage linked service references.
- User
Properties []UserProperty Response - Activity user properties.
- name String
- Activity name.
- arguments Object
- User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).
- defines Map<String,Object>
- Allows user to specify defines for Pig job request.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- get
Debug StringInfo - Debug info option.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- script
Linked LinkedService Service Reference Response - Script linked service reference.
- script
Path Object - Script path. Type: string (or Expression with resultType string).
- storage
Linked List<LinkedServices Service Reference Response> - Storage linked service references.
- user
Properties List<UserProperty Response> - Activity user properties.
- name string
- Activity name.
- arguments any
- User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).
- defines {[key: string]: any}
- Allows user to specify defines for Pig job request.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- get
Debug stringInfo - Debug info option.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- script
Linked LinkedService Service Reference Response - Script linked service reference.
- script
Path any - Script path. Type: string (or Expression with resultType string).
- storage
Linked LinkedServices Service Reference Response[] - Storage linked service references.
- user
Properties UserProperty Response[] - Activity user properties.
- name str
- Activity name.
- arguments Any
- User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).
- defines Mapping[str, Any]
- Allows user to specify defines for Pig job request.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- get_
debug_ strinfo - Debug info option.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- script_
linked_ Linkedservice Service Reference Response - Script linked service reference.
- script_
path Any - Script path. Type: string (or Expression with resultType string).
- storage_
linked_ Sequence[Linkedservices Service Reference Response] - Storage linked service references.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- name String
- Activity name.
- arguments Any
- User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).
- defines Map<Any>
- Allows user to specify defines for Pig job request.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- get
Debug StringInfo - Debug info option.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- script
Linked Property MapService - Script linked service reference.
- script
Path Any - Script path. Type: string (or Expression with resultType string).
- storage
Linked List<Property Map>Services - Storage linked service references.
- user
Properties List<Property Map> - Activity user properties.
HDInsightSparkActivity, HDInsightSparkActivityArgs
- Entry
File objectPath - The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Root
Path object - The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).
- Arguments List<object>
- The user-specified arguments to HDInsightSparkActivity.
- Class
Name string - The application's Java/Spark main class.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Get
Debug string | Pulumi.Info Azure Native. Data Factory. HDInsight Activity Debug Info Option - Debug info option.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- Proxy
User object - The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
- Spark
Config Dictionary<string, object> - Spark configuration property.
- Spark
Job Pulumi.Linked Service Azure Native. Data Factory. Inputs. Linked Service Reference - The storage linked service for uploading the entry file and dependencies, and for receiving logs.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Entry
File interface{}Path - The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Root
Path interface{} - The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).
- Arguments []interface{}
- The user-specified arguments to HDInsightSparkActivity.
- Class
Name string - The application's Java/Spark main class.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Get
Debug string | HDInsightInfo Activity Debug Info Option - Debug info option.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Policy
Activity
Policy - Activity policy.
- Proxy
User interface{} - The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
- Spark
Config map[string]interface{} - Spark configuration property.
- Spark
Job LinkedLinked Service Service Reference - The storage linked service for uploading the entry file and dependencies, and for receiving logs.
- User
Properties []UserProperty - Activity user properties.
- entry
File ObjectPath - The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
- name String
- Activity name.
- root
Path Object - The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).
- arguments List<Object>
- The user-specified arguments to HDInsightSparkActivity.
- class
Name String - The application's Java/Spark main class.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- get
Debug String | HDInsightInfo Activity Debug Info Option - Debug info option.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- proxy
User Object - The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
- spark
Config Map<String,Object> - Spark configuration property.
- spark
Job LinkedLinked Service Service Reference - The storage linked service for uploading the entry file and dependencies, and for receiving logs.
- user
Properties List<UserProperty> - Activity user properties.
- entry
File anyPath - The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
- name string
- Activity name.
- root
Path any - The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).
- arguments any[]
- The user-specified arguments to HDInsightSparkActivity.
- class
Name string - The application's Java/Spark main class.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- get
Debug string | HDInsightInfo Activity Debug Info Option - Debug info option.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- proxy
User any - The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
- spark
Config {[key: string]: any} - Spark configuration property.
- spark
Job LinkedLinked Service Service Reference - The storage linked service for uploading the entry file and dependencies, and for receiving logs.
- user
Properties UserProperty[] - Activity user properties.
- entry_
file_ Anypath - The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
- name str
- Activity name.
- root_
path Any - The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).
- arguments Sequence[Any]
- The user-specified arguments to HDInsightSparkActivity.
- class_
name str - The application's Java/Spark main class.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- get_
debug_ str | HDInsightinfo Activity Debug Info Option - Debug info option.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- proxy_
user Any - The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
- spark_
config Mapping[str, Any] - Spark configuration property.
- spark_
job_ Linkedlinked_ service Service Reference - The storage linked service for uploading the entry file and dependencies, and for receiving logs.
- user_
properties Sequence[UserProperty] - Activity user properties.
- entry
File AnyPath - The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
- name String
- Activity name.
- root
Path Any - The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).
- arguments List<Any>
- The user-specified arguments to HDInsightSparkActivity.
- class
Name String - The application's Java/Spark main class.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- get
Debug String | "None" | "Always" | "Failure"Info - Debug info option.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- proxy
User Any - The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
- spark
Config Map<Any> - Spark configuration property.
- spark
Job Property MapLinked Service - The storage linked service for uploading the entry file and dependencies, and for receiving logs.
- user
Properties List<Property Map> - Activity user properties.
HDInsightSparkActivityResponse, HDInsightSparkActivityResponseArgs
- Entry
File objectPath - The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Root
Path object - The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).
- Arguments List<object>
- The user-specified arguments to HDInsightSparkActivity.
- Class
Name string - The application's Java/Spark main class.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Get
Debug stringInfo - Debug info option.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- Proxy
User object - The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
- Spark
Config Dictionary<string, object> - Spark configuration property.
- Spark
Job Pulumi.Linked Service Azure Native. Data Factory. Inputs. Linked Service Reference Response - The storage linked service for uploading the entry file and dependencies, and for receiving logs.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Entry
File interface{}Path - The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Root
Path interface{} - The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).
- Arguments []interface{}
- The user-specified arguments to HDInsightSparkActivity.
- Class
Name string - The application's Java/Spark main class.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Get
Debug stringInfo - Debug info option.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Policy
Activity
Policy Response - Activity policy.
- Proxy
User interface{} - The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
- Spark
Config map[string]interface{} - Spark configuration property.
- Spark
Job LinkedLinked Service Service Reference Response - The storage linked service for uploading the entry file and dependencies, and for receiving logs.
- User
Properties []UserProperty Response - Activity user properties.
- entry
File ObjectPath - The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
- name String
- Activity name.
- root
Path Object - The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).
- arguments List<Object>
- The user-specified arguments to HDInsightSparkActivity.
- class
Name String - The application's Java/Spark main class.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- get
Debug StringInfo - Debug info option.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- proxy
User Object - The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
- spark
Config Map<String,Object> - Spark configuration property.
- spark
Job LinkedLinked Service Service Reference Response - The storage linked service for uploading the entry file and dependencies, and for receiving logs.
- user
Properties List<UserProperty Response> - Activity user properties.
- entry
File anyPath - The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
- name string
- Activity name.
- root
Path any - The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).
- arguments any[]
- The user-specified arguments to HDInsightSparkActivity.
- class
Name string - The application's Java/Spark main class.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- get
Debug stringInfo - Debug info option.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- proxy
User any - The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
- spark
Config {[key: string]: any} - Spark configuration property.
- spark
Job LinkedLinked Service Service Reference Response - The storage linked service for uploading the entry file and dependencies, and for receiving logs.
- user
Properties UserProperty Response[] - Activity user properties.
- entry_
file_ Anypath - The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
- name str
- Activity name.
- root_
path Any - The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).
- arguments Sequence[Any]
- The user-specified arguments to HDInsightSparkActivity.
- class_
name str - The application's Java/Spark main class.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- get_
debug_ strinfo - Debug info option.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- proxy_
user Any - The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
- spark_
config Mapping[str, Any] - Spark configuration property.
- spark_
job_ Linkedlinked_ service Service Reference Response - The storage linked service for uploading the entry file and dependencies, and for receiving logs.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- entry
File AnyPath - The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
- name String
- Activity name.
- root
Path Any - The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType string).
- arguments List<Any>
- The user-specified arguments to HDInsightSparkActivity.
- class
Name String - The application's Java/Spark main class.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- get
Debug StringInfo - Debug info option.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- proxy
User Any - The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
- spark
Config Map<Any> - Spark configuration property.
- spark
Job Property MapLinked Service - The storage linked service for uploading the entry file and dependencies, and for receiving logs.
- user
Properties List<Property Map> - Activity user properties.
HDInsightStreamingActivity, HDInsightStreamingActivityArgs
- File
Paths List<object> - Paths to streaming job files. Can be directories.
- Input object
- Input blob path. Type: string (or Expression with resultType string).
- Mapper object
- Mapper executable name. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Output object
- Output blob path. Type: string (or Expression with resultType string).
- Reducer object
- Reducer executable name. Type: string (or Expression with resultType string).
- Arguments List<object>
- User specified arguments to HDInsightActivity.
- Combiner object
- Combiner executable name. Type: string (or Expression with resultType string).
- Command
Environment List<object> - Command line environment values.
- Defines Dictionary<string, object>
- Allows user to specify defines for streaming job request.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- File
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference where the files are located.
- Get
Debug string | Pulumi.Info Azure Native. Data Factory. HDInsight Activity Debug Info Option - Debug info option.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- Storage
Linked List<Pulumi.Services Azure Native. Data Factory. Inputs. Linked Service Reference> - Storage linked service references.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- File
Paths []interface{} - Paths to streaming job files. Can be directories.
- Input interface{}
- Input blob path. Type: string (or Expression with resultType string).
- Mapper interface{}
- Mapper executable name. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Output interface{}
- Output blob path. Type: string (or Expression with resultType string).
- Reducer interface{}
- Reducer executable name. Type: string (or Expression with resultType string).
- Arguments []interface{}
- User specified arguments to HDInsightActivity.
- Combiner interface{}
- Combiner executable name. Type: string (or Expression with resultType string).
- Command
Environment []interface{} - Command line environment values.
- Defines map[string]interface{}
- Allows user to specify defines for streaming job request.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- File
Linked LinkedService Service Reference - Linked service reference where the files are located.
- Get
Debug string | HDInsightInfo Activity Debug Info Option - Debug info option.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Policy
Activity
Policy - Activity policy.
- Storage
Linked []LinkedServices Service Reference - Storage linked service references.
- User
Properties []UserProperty - Activity user properties.
- file
Paths List<Object> - Paths to streaming job files. Can be directories.
- input Object
- Input blob path. Type: string (or Expression with resultType string).
- mapper Object
- Mapper executable name. Type: string (or Expression with resultType string).
- name String
- Activity name.
- output Object
- Output blob path. Type: string (or Expression with resultType string).
- reducer Object
- Reducer executable name. Type: string (or Expression with resultType string).
- arguments List<Object>
- User specified arguments to HDInsightActivity.
- combiner Object
- Combiner executable name. Type: string (or Expression with resultType string).
- command
Environment List<Object> - Command line environment values.
- defines Map<String,Object>
- Allows user to specify defines for streaming job request.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- file
Linked LinkedService Service Reference - Linked service reference where the files are located.
- get
Debug String | HDInsightInfo Activity Debug Info Option - Debug info option.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- storage
Linked List<LinkedServices Service Reference> - Storage linked service references.
- user
Properties List<UserProperty> - Activity user properties.
- file
Paths any[] - Paths to streaming job files. Can be directories.
- input any
- Input blob path. Type: string (or Expression with resultType string).
- mapper any
- Mapper executable name. Type: string (or Expression with resultType string).
- name string
- Activity name.
- output any
- Output blob path. Type: string (or Expression with resultType string).
- reducer any
- Reducer executable name. Type: string (or Expression with resultType string).
- arguments any[]
- User specified arguments to HDInsightActivity.
- combiner any
- Combiner executable name. Type: string (or Expression with resultType string).
- command
Environment any[] - Command line environment values.
- defines {[key: string]: any}
- Allows user to specify defines for streaming job request.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- file
Linked LinkedService Service Reference - Linked service reference where the files are located.
- get
Debug string | HDInsightInfo Activity Debug Info Option - Debug info option.
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- storage
Linked LinkedServices Service Reference[] - Storage linked service references.
- user
Properties UserProperty[] - Activity user properties.
- file_
paths Sequence[Any] - Paths to streaming job files. Can be directories.
- input Any
- Input blob path. Type: string (or Expression with resultType string).
- mapper Any
- Mapper executable name. Type: string (or Expression with resultType string).
- name str
- Activity name.
- output Any
- Output blob path. Type: string (or Expression with resultType string).
- reducer Any
- Reducer executable name. Type: string (or Expression with resultType string).
- arguments Sequence[Any]
- User specified arguments to HDInsightActivity.
- combiner Any
- Combiner executable name. Type: string (or Expression with resultType string).
- command_
environment Sequence[Any] - Command line environment values.
- defines Mapping[str, Any]
- Allows user to specify defines for streaming job request.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- file_
linked_ Linkedservice Service Reference - Linked service reference where the files are located.
- get_
debug_ str | HDInsightinfo Activity Debug Info Option - Debug info option.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- storage_
linked_ Sequence[Linkedservices Service Reference] - Storage linked service references.
- user_
properties Sequence[UserProperty] - Activity user properties.
- file
Paths List<Any> - Paths to streaming job files. Can be directories.
- input Any
- Input blob path. Type: string (or Expression with resultType string).
- mapper Any
- Mapper executable name. Type: string (or Expression with resultType string).
- name String
- Activity name.
- output Any
- Output blob path. Type: string (or Expression with resultType string).
- reducer Any
- Reducer executable name. Type: string (or Expression with resultType string).
- arguments List<Any>
- User specified arguments to HDInsightActivity.
- combiner Any
- Combiner executable name. Type: string (or Expression with resultType string).
- command
Environment List<Any> - Command line environment values.
- defines Map<Any>
- Allows user to specify defines for streaming job request.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- file
Linked Property MapService - Linked service reference where the files are located.
- get
Debug String | "None" | "Always" | "Failure"Info - Debug info option.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- storage
Linked List<Property Map>Services - Storage linked service references.
- user
Properties List<Property Map> - Activity user properties.
HDInsightStreamingActivityResponse, HDInsightStreamingActivityResponseArgs
- File
Paths List<object> - Paths to streaming job files. Can be directories.
- Input object
- Input blob path. Type: string (or Expression with resultType string).
- Mapper object
- Mapper executable name. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Output object
- Output blob path. Type: string (or Expression with resultType string).
- Reducer object
- Reducer executable name. Type: string (or Expression with resultType string).
- Arguments List<object>
- User specified arguments to HDInsightActivity.
- Combiner object
- Combiner executable name. Type: string (or Expression with resultType string).
- Command
Environment List<object> - Command line environment values.
- Defines Dictionary<string, object>
- Allows user to specify defines for streaming job request.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- File
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference where the files are located.
- Get
Debug stringInfo - Debug info option.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- Storage
Linked List<Pulumi.Services Azure Native. Data Factory. Inputs. Linked Service Reference Response> - Storage linked service references.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- File
Paths []interface{} - Paths to streaming job files. Can be directories.
- Input interface{}
- Input blob path. Type: string (or Expression with resultType string).
- Mapper interface{}
- Mapper executable name. Type: string (or Expression with resultType string).
- Name string
- Activity name.
- Output interface{}
- Output blob path. Type: string (or Expression with resultType string).
- Reducer interface{}
- Reducer executable name. Type: string (or Expression with resultType string).
- Arguments []interface{}
- User specified arguments to HDInsightActivity.
- Combiner interface{}
- Combiner executable name. Type: string (or Expression with resultType string).
- Command
Environment []interface{} - Command line environment values.
- Defines map[string]interface{}
- Allows user to specify defines for streaming job request.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- File
Linked LinkedService Service Reference Response - Linked service reference where the files are located.
- Get
Debug stringInfo - Debug info option.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Policy
Activity
Policy Response - Activity policy.
- Storage
Linked []LinkedServices Service Reference Response - Storage linked service references.
- User
Properties []UserProperty Response - Activity user properties.
- file
Paths List<Object> - Paths to streaming job files. Can be directories.
- input Object
- Input blob path. Type: string (or Expression with resultType string).
- mapper Object
- Mapper executable name. Type: string (or Expression with resultType string).
- name String
- Activity name.
- output Object
- Output blob path. Type: string (or Expression with resultType string).
- reducer Object
- Reducer executable name. Type: string (or Expression with resultType string).
- arguments List<Object>
- User specified arguments to HDInsightActivity.
- combiner Object
- Combiner executable name. Type: string (or Expression with resultType string).
- command
Environment List<Object> - Command line environment values.
- defines Map<String,Object>
- Allows user to specify defines for streaming job request.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- file
Linked LinkedService Service Reference Response - Linked service reference where the files are located.
- get
Debug StringInfo - Debug info option.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- storage
Linked List<LinkedServices Service Reference Response> - Storage linked service references.
- user
Properties List<UserProperty Response> - Activity user properties.
- file
Paths any[] - Paths to streaming job files. Can be directories.
- input any
- Input blob path. Type: string (or Expression with resultType string).
- mapper any
- Mapper executable name. Type: string (or Expression with resultType string).
- name string
- Activity name.
- output any
- Output blob path. Type: string (or Expression with resultType string).
- reducer any
- Reducer executable name. Type: string (or Expression with resultType string).
- arguments any[]
- User specified arguments to HDInsightActivity.
- combiner any
- Combiner executable name. Type: string (or Expression with resultType string).
- command
Environment any[] - Command line environment values.
- defines {[key: string]: any}
- Allows user to specify defines for streaming job request.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- file
Linked LinkedService Service Reference Response - Linked service reference where the files are located.
- get
Debug stringInfo - Debug info option.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- storage
Linked LinkedServices Service Reference Response[] - Storage linked service references.
- user
Properties UserProperty Response[] - Activity user properties.
- file_
paths Sequence[Any] - Paths to streaming job files. Can be directories.
- input Any
- Input blob path. Type: string (or Expression with resultType string).
- mapper Any
- Mapper executable name. Type: string (or Expression with resultType string).
- name str
- Activity name.
- output Any
- Output blob path. Type: string (or Expression with resultType string).
- reducer Any
- Reducer executable name. Type: string (or Expression with resultType string).
- arguments Sequence[Any]
- User specified arguments to HDInsightActivity.
- combiner Any
- Combiner executable name. Type: string (or Expression with resultType string).
- command_
environment Sequence[Any] - Command line environment values.
- defines Mapping[str, Any]
- Allows user to specify defines for streaming job request.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- file_
linked_ Linkedservice Service Reference Response - Linked service reference where the files are located.
- get_
debug_ strinfo - Debug info option.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- storage_
linked_ Sequence[Linkedservices Service Reference Response] - Storage linked service references.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- file
Paths List<Any> - Paths to streaming job files. Can be directories.
- input Any
- Input blob path. Type: string (or Expression with resultType string).
- mapper Any
- Mapper executable name. Type: string (or Expression with resultType string).
- name String
- Activity name.
- output Any
- Output blob path. Type: string (or Expression with resultType string).
- reducer Any
- Reducer executable name. Type: string (or Expression with resultType string).
- arguments List<Any>
- User specified arguments to HDInsightActivity.
- combiner Any
- Combiner executable name. Type: string (or Expression with resultType string).
- command
Environment List<Any> - Command line environment values.
- defines Map<Any>
- Allows user to specify defines for streaming job request.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- file
Linked Property MapService - Linked service reference where the files are located.
- get
Debug StringInfo - Debug info option.
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- storage
Linked List<Property Map>Services - Storage linked service references.
- user
Properties List<Property Map> - Activity user properties.
HdfsReadSettings, HdfsReadSettingsArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Distcp
Settings Pulumi.Azure Native. Data Factory. Inputs. Distcp Settings - Specifies Distcp-related settings.
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - HDFS wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Distcp
Settings DistcpSettings - Specifies Distcp-related settings.
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - HDFS wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- distcp
Settings DistcpSettings - Specifies Distcp-related settings.
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - HDFS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- distcp
Settings DistcpSettings - Specifies Distcp-related settings.
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - HDFS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- distcp_
settings DistcpSettings - Specifies Distcp-related settings.
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - HDFS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- distcp
Settings Property Map - Specifies Distcp-related settings.
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - HDFS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
HdfsReadSettingsResponse, HdfsReadSettingsResponseArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Distcp
Settings Pulumi.Azure Native. Data Factory. Inputs. Distcp Settings Response - Specifies Distcp-related settings.
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - HDFS wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Distcp
Settings DistcpSettings Response - Specifies Distcp-related settings.
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - HDFS wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- distcp
Settings DistcpSettings Response - Specifies Distcp-related settings.
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - HDFS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- distcp
Settings DistcpSettings Response - Specifies Distcp-related settings.
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - HDFS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- distcp_
settings DistcpSettings Response - Specifies Distcp-related settings.
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - HDFS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- distcp
Settings Property Map - Specifies Distcp-related settings.
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - HDFS wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
HdfsSource, HdfsSourceArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Distcp
Settings Pulumi.Azure Native. Data Factory. Inputs. Distcp Settings - Specifies Distcp-related settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Distcp
Settings DistcpSettings - Specifies Distcp-related settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- distcp
Settings DistcpSettings - Specifies Distcp-related settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- distcp
Settings DistcpSettings - Specifies Distcp-related settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- distcp_
settings DistcpSettings - Specifies Distcp-related settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- distcp
Settings Property Map - Specifies Distcp-related settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
HdfsSourceResponse, HdfsSourceResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Distcp
Settings Pulumi.Azure Native. Data Factory. Inputs. Distcp Settings Response - Specifies Distcp-related settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Distcp
Settings DistcpSettings Response - Specifies Distcp-related settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- distcp
Settings DistcpSettings Response - Specifies Distcp-related settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- distcp
Settings DistcpSettings Response - Specifies Distcp-related settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- distcp_
settings DistcpSettings Response - Specifies Distcp-related settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- distcp
Settings Property Map - Specifies Distcp-related settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
HiveSource, HiveSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
HiveSourceResponse, HiveSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
HttpReadSettings, HttpReadSettingsArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Additional
Headers object - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Request
Body object - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- Request
Method object - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- Request
Timeout object - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Additional
Headers interface{} - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Request
Body interface{} - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- Request
Method interface{} - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- Request
Timeout interface{} - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- additional
Headers Object - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- request
Body Object - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- request
Method Object - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- request
Timeout Object - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- additional
Headers any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- request
Body any - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- request
Method any - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- request
Timeout any - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- additional_
headers Any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- request_
body Any - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- request_
method Any - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- request_
timeout Any - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- additional
Headers Any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- request
Body Any - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- request
Method Any - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- request
Timeout Any - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
HttpReadSettingsResponse, HttpReadSettingsResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Additional
Headers object - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Request
Body object - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- Request
Method object - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- Request
Timeout object - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Additional
Headers interface{} - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Request
Body interface{} - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- Request
Method interface{} - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- Request
Timeout interface{} - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- additional
Headers Object - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- request
Body Object - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- request
Method Object - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- request
Timeout Object - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- additional
Headers any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- request
Body any - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- request
Method any - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- request
Timeout any - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- additional_
headers Any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- request_
body Any - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- request_
method Any - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- request_
timeout Any - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- additional
Headers Any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- request
Body Any - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- request
Method Any - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- request
Timeout Any - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
HttpSource, HttpSourceArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request objectTimeout - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. The default value is equivalent to System.Net.HttpWebRequest.Timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request interface{}Timeout - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. The default value is equivalent to System.Net.HttpWebRequest.Timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request ObjectTimeout - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. The default value is equivalent to System.Net.HttpWebRequest.Timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request anyTimeout - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. The default value is equivalent to System.Net.HttpWebRequest.Timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
request_ Anytimeout - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. The default value is equivalent to System.Net.HttpWebRequest.Timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request AnyTimeout - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. The default value is equivalent to System.Net.HttpWebRequest.Timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
HttpSourceResponse, HttpSourceResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request objectTimeout - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. The default value is equivalent to System.Net.HttpWebRequest.Timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request interface{}Timeout - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. The default value is equivalent to System.Net.HttpWebRequest.Timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request ObjectTimeout - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. The default value is equivalent to System.Net.HttpWebRequest.Timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request anyTimeout - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. The default value is equivalent to System.Net.HttpWebRequest.Timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
request_ Anytimeout - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. The default value is equivalent to System.Net.HttpWebRequest.Timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request AnyTimeout - Specifies the timeout for a HTTP client to get HTTP response from HTTP server. The default value is equivalent to System.Net.HttpWebRequest.Timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
HubspotSource, HubspotSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
HubspotSourceResponse, HubspotSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
IfConditionActivity, IfConditionActivityArgs
- Expression
Pulumi.
Azure Native. Data Factory. Inputs. Expression - An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- If
False List<object>Activities - List of activities to execute if expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action.
- If
True List<object>Activities - List of activities to execute if expression is evaluated to true. This is an optional property and if not provided, the activity will exit without any action.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Expression Expression
- An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
- Name string
- Activity name.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- If
False []interface{}Activities - List of activities to execute if expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action.
- If
True []interface{}Activities - List of activities to execute if expression is evaluated to true. This is an optional property and if not provided, the activity will exit without any action.
- User
Properties []UserProperty - Activity user properties.
- expression Expression
- An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
- name String
- Activity name.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- if
False List<Object>Activities - List of activities to execute if expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action.
- if
True List<Object>Activities - List of activities to execute if expression is evaluated to true. This is an optional property and if not provided, the activity will exit without any action.
- user
Properties List<UserProperty> - Activity user properties.
- expression Expression
- An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
- name string
- Activity name.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- if
False (AppendActivities Variable Activity | Azure Data Explorer Command Activity | Azure Function Activity | Azure MLBatch Execution Activity | Azure MLExecute Pipeline Activity | Azure MLUpdate Resource Activity | Control Activity | Copy Activity | Custom Activity | Data Lake Analytics USQLActivity | Databricks Notebook Activity | Databricks Spark Jar Activity | Databricks Spark Python Activity | Delete Activity | Execute Data Flow Activity | Execute Pipeline Activity | Execute SSISPackage Activity | Execute Wrangling Dataflow Activity | Execution Activity | Fail Activity | Filter Activity | For Each Activity | Get Metadata Activity | HDInsight Hive Activity | HDInsight Map Reduce Activity | HDInsight Pig Activity | HDInsight Spark Activity | HDInsight Streaming Activity | If Condition Activity | Lookup Activity | Script Activity | Set Variable Activity | Sql Server Stored Procedure Activity | Switch Activity | Synapse Notebook Activity | Synapse Spark Job Definition Activity | Until Activity | Validation Activity | Wait Activity | Web Activity | Web Hook Activity)[] - List of activities to execute if expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action.
- if
True (AppendActivities Variable Activity | Azure Data Explorer Command Activity | Azure Function Activity | Azure MLBatch Execution Activity | Azure MLExecute Pipeline Activity | Azure MLUpdate Resource Activity | Control Activity | Copy Activity | Custom Activity | Data Lake Analytics USQLActivity | Databricks Notebook Activity | Databricks Spark Jar Activity | Databricks Spark Python Activity | Delete Activity | Execute Data Flow Activity | Execute Pipeline Activity | Execute SSISPackage Activity | Execute Wrangling Dataflow Activity | Execution Activity | Fail Activity | Filter Activity | For Each Activity | Get Metadata Activity | HDInsight Hive Activity | HDInsight Map Reduce Activity | HDInsight Pig Activity | HDInsight Spark Activity | HDInsight Streaming Activity | If Condition Activity | Lookup Activity | Script Activity | Set Variable Activity | Sql Server Stored Procedure Activity | Switch Activity | Synapse Notebook Activity | Synapse Spark Job Definition Activity | Until Activity | Validation Activity | Wait Activity | Web Activity | Web Hook Activity)[] - List of activities to execute if expression is evaluated to true. This is an optional property and if not provided, the activity will exit without any action.
- user
Properties UserProperty[] - Activity user properties.
- expression Expression
- An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- if_
false_ Sequence[Union[Appendactivities Variable Activity, Azure Data Explorer Command Activity, Azure Function Activity, Azure MLBatch Execution Activity, Azure MLExecute Pipeline Activity, Azure MLUpdate Resource Activity, Control Activity, Copy Activity, Custom Activity, Data Lake Analytics USQLActivity, Databricks Notebook Activity, Databricks Spark Jar Activity, Databricks Spark Python Activity, Delete Activity, Execute Data Flow Activity, Execute Pipeline Activity, Execute SSISPackage Activity, Execute Wrangling Dataflow Activity, Execution Activity, Fail Activity, Filter Activity, For Each Activity, Get Metadata Activity, HDInsight Hive Activity, HDInsight Map Reduce Activity, HDInsight Pig Activity, HDInsight Spark Activity, HDInsight Streaming Activity, If Condition Activity, Lookup Activity, Script Activity, Set Variable Activity, Sql Server Stored Procedure Activity, Switch Activity, Synapse Notebook Activity, Synapse Spark Job Definition Activity, Until Activity, Validation Activity, Wait Activity, Web Activity, Web Hook Activity]] - List of activities to execute if expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action.
- if_
true_ Sequence[Union[Appendactivities Variable Activity, Azure Data Explorer Command Activity, Azure Function Activity, Azure MLBatch Execution Activity, Azure MLExecute Pipeline Activity, Azure MLUpdate Resource Activity, Control Activity, Copy Activity, Custom Activity, Data Lake Analytics USQLActivity, Databricks Notebook Activity, Databricks Spark Jar Activity, Databricks Spark Python Activity, Delete Activity, Execute Data Flow Activity, Execute Pipeline Activity, Execute SSISPackage Activity, Execute Wrangling Dataflow Activity, Execution Activity, Fail Activity, Filter Activity, For Each Activity, Get Metadata Activity, HDInsight Hive Activity, HDInsight Map Reduce Activity, HDInsight Pig Activity, HDInsight Spark Activity, HDInsight Streaming Activity, If Condition Activity, Lookup Activity, Script Activity, Set Variable Activity, Sql Server Stored Procedure Activity, Switch Activity, Synapse Notebook Activity, Synapse Spark Job Definition Activity, Until Activity, Validation Activity, Wait Activity, Web Activity, Web Hook Activity]] - List of activities to execute if expression is evaluated to true. This is an optional property and if not provided, the activity will exit without any action.
- user_
properties Sequence[UserProperty] - Activity user properties.
- expression Property Map
- An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- if
False List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>Activities - List of activities to execute if expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action.
- if
True List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>Activities - List of activities to execute if expression is evaluated to true. This is an optional property and if not provided, the activity will exit without any action.
- user
Properties List<Property Map> - Activity user properties.
IfConditionActivityResponse, IfConditionActivityResponseArgs
- Expression
Pulumi.
Azure Native. Data Factory. Inputs. Expression Response - An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- If
False List<object>Activities - List of activities to execute if expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action.
- If
True List<object>Activities - List of activities to execute if expression is evaluated to true. This is an optional property and if not provided, the activity will exit without any action.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Expression
Expression
Response - An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
- Name string
- Activity name.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- If
False []interface{}Activities - List of activities to execute if expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action.
- If
True []interface{}Activities - List of activities to execute if expression is evaluated to true. This is an optional property and if not provided, the activity will exit without any action.
- User
Properties []UserProperty Response - Activity user properties.
- expression
Expression
Response - An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
- name String
- Activity name.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- if
False List<Object>Activities - List of activities to execute if expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action.
- if
True List<Object>Activities - List of activities to execute if expression is evaluated to true. This is an optional property and if not provided, the activity will exit without any action.
- user
Properties List<UserProperty Response> - Activity user properties.
- expression
Expression
Response - An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
- name string
- Activity name.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- if
False (AppendActivities Variable Activity Response | Azure Data Explorer Command Activity Response | Azure Function Activity Response | Azure MLBatch Execution Activity Response | Azure MLExecute Pipeline Activity Response | Azure MLUpdate Resource Activity Response | Control Activity Response | Copy Activity Response | Custom Activity Response | Data Lake Analytics USQLActivity Response | Databricks Notebook Activity Response | Databricks Spark Jar Activity Response | Databricks Spark Python Activity Response | Delete Activity Response | Execute Data Flow Activity Response | Execute Pipeline Activity Response | Execute SSISPackage Activity Response | Execute Wrangling Dataflow Activity Response | Execution Activity Response | Fail Activity Response | Filter Activity Response | For Each Activity Response | Get Metadata Activity Response | HDInsight Hive Activity Response | HDInsight Map Reduce Activity Response | HDInsight Pig Activity Response | HDInsight Spark Activity Response | HDInsight Streaming Activity Response | If Condition Activity Response | Lookup Activity Response | Script Activity Response | Set Variable Activity Response | Sql Server Stored Procedure Activity Response | Switch Activity Response | Synapse Notebook Activity Response | Synapse Spark Job Definition Activity Response | Until Activity Response | Validation Activity Response | Wait Activity Response | Web Activity Response | Web Hook Activity Response)[] - List of activities to execute if expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action.
- if
True (AppendActivities Variable Activity Response | Azure Data Explorer Command Activity Response | Azure Function Activity Response | Azure MLBatch Execution Activity Response | Azure MLExecute Pipeline Activity Response | Azure MLUpdate Resource Activity Response | Control Activity Response | Copy Activity Response | Custom Activity Response | Data Lake Analytics USQLActivity Response | Databricks Notebook Activity Response | Databricks Spark Jar Activity Response | Databricks Spark Python Activity Response | Delete Activity Response | Execute Data Flow Activity Response | Execute Pipeline Activity Response | Execute SSISPackage Activity Response | Execute Wrangling Dataflow Activity Response | Execution Activity Response | Fail Activity Response | Filter Activity Response | For Each Activity Response | Get Metadata Activity Response | HDInsight Hive Activity Response | HDInsight Map Reduce Activity Response | HDInsight Pig Activity Response | HDInsight Spark Activity Response | HDInsight Streaming Activity Response | If Condition Activity Response | Lookup Activity Response | Script Activity Response | Set Variable Activity Response | Sql Server Stored Procedure Activity Response | Switch Activity Response | Synapse Notebook Activity Response | Synapse Spark Job Definition Activity Response | Until Activity Response | Validation Activity Response | Wait Activity Response | Web Activity Response | Web Hook Activity Response)[] - List of activities to execute if expression is evaluated to true. This is an optional property and if not provided, the activity will exit without any action.
- user
Properties UserProperty Response[] - Activity user properties.
- expression
Expression
Response - An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- if_
false_ Sequence[Union[Appendactivities Variable Activity Response, Azure Data Explorer Command Activity Response, Azure Function Activity Response, Azure MLBatch Execution Activity Response, Azure MLExecute Pipeline Activity Response, Azure MLUpdate Resource Activity Response, Control Activity Response, Copy Activity Response, Custom Activity Response, Data Lake Analytics USQLActivity Response, Databricks Notebook Activity Response, Databricks Spark Jar Activity Response, Databricks Spark Python Activity Response, Delete Activity Response, Execute Data Flow Activity Response, Execute Pipeline Activity Response, Execute SSISPackage Activity Response, Execute Wrangling Dataflow Activity Response, Execution Activity Response, Fail Activity Response, Filter Activity Response, For Each Activity Response, Get Metadata Activity Response, HDInsight Hive Activity Response, HDInsight Map Reduce Activity Response, HDInsight Pig Activity Response, HDInsight Spark Activity Response, HDInsight Streaming Activity Response, If Condition Activity Response, Lookup Activity Response, Script Activity Response, Set Variable Activity Response, Sql Server Stored Procedure Activity Response, Switch Activity Response, Synapse Notebook Activity Response, Synapse Spark Job Definition Activity Response, Until Activity Response, Validation Activity Response, Wait Activity Response, Web Activity Response, Web Hook Activity Response]] - List of activities to execute if expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action.
- if_
true_ Sequence[Union[Appendactivities Variable Activity Response, Azure Data Explorer Command Activity Response, Azure Function Activity Response, Azure MLBatch Execution Activity Response, Azure MLExecute Pipeline Activity Response, Azure MLUpdate Resource Activity Response, Control Activity Response, Copy Activity Response, Custom Activity Response, Data Lake Analytics USQLActivity Response, Databricks Notebook Activity Response, Databricks Spark Jar Activity Response, Databricks Spark Python Activity Response, Delete Activity Response, Execute Data Flow Activity Response, Execute Pipeline Activity Response, Execute SSISPackage Activity Response, Execute Wrangling Dataflow Activity Response, Execution Activity Response, Fail Activity Response, Filter Activity Response, For Each Activity Response, Get Metadata Activity Response, HDInsight Hive Activity Response, HDInsight Map Reduce Activity Response, HDInsight Pig Activity Response, HDInsight Spark Activity Response, HDInsight Streaming Activity Response, If Condition Activity Response, Lookup Activity Response, Script Activity Response, Set Variable Activity Response, Sql Server Stored Procedure Activity Response, Switch Activity Response, Synapse Notebook Activity Response, Synapse Spark Job Definition Activity Response, Until Activity Response, Validation Activity Response, Wait Activity Response, Web Activity Response, Web Hook Activity Response]] - List of activities to execute if expression is evaluated to true. This is an optional property and if not provided, the activity will exit without any action.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- expression Property Map
- An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- if
False List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>Activities - List of activities to execute if expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action.
- if
True List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>Activities - List of activities to execute if expression is evaluated to true. This is an optional property and if not provided, the activity will exit without any action.
- user
Properties List<Property Map> - Activity user properties.
ImpalaSource, ImpalaSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ImpalaSourceResponse, ImpalaSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
InformixSink, InformixSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
InformixSinkResponse, InformixSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
InformixSource, InformixSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
InformixSourceResponse, InformixSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
IntegrationRuntimeReference, IntegrationRuntimeReferenceArgs
- Reference
Name string - Reference integration runtime name.
- Type string
- Type of integration runtime.
- Parameters Dictionary<string, object>
- Arguments for integration runtime.
- Reference
Name string - Reference integration runtime name.
- Type string
- Type of integration runtime.
- Parameters map[string]interface{}
- Arguments for integration runtime.
- reference
Name String - Reference integration runtime name.
- type String
- Type of integration runtime.
- parameters Map<String,Object>
- Arguments for integration runtime.
- reference
Name string - Reference integration runtime name.
- type string
- Type of integration runtime.
- parameters {[key: string]: any}
- Arguments for integration runtime.
- reference_
name str - Reference integration runtime name.
- type str
- Type of integration runtime.
- parameters Mapping[str, Any]
- Arguments for integration runtime.
- reference
Name String - Reference integration runtime name.
- type String
- Type of integration runtime.
- parameters Map<Any>
- Arguments for integration runtime.
IntegrationRuntimeReferenceResponse, IntegrationRuntimeReferenceResponseArgs
- Reference
Name string - Reference integration runtime name.
- Type string
- Type of integration runtime.
- Parameters Dictionary<string, object>
- Arguments for integration runtime.
- Reference
Name string - Reference integration runtime name.
- Type string
- Type of integration runtime.
- Parameters map[string]interface{}
- Arguments for integration runtime.
- reference
Name String - Reference integration runtime name.
- type String
- Type of integration runtime.
- parameters Map<String,Object>
- Arguments for integration runtime.
- reference
Name string - Reference integration runtime name.
- type string
- Type of integration runtime.
- parameters {[key: string]: any}
- Arguments for integration runtime.
- reference_
name str - Reference integration runtime name.
- type str
- Type of integration runtime.
- parameters Mapping[str, Any]
- Arguments for integration runtime.
- reference
Name String - Reference integration runtime name.
- type String
- Type of integration runtime.
- parameters Map<Any>
- Arguments for integration runtime.
JiraSource, JiraSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
JiraSourceResponse, JiraSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
JsonReadSettings, JsonReadSettingsArgs
- Compression
Properties TarGZip | TarRead Settings Read | ZipSettings Deflate Read Settings - Compression settings.
- compression
Properties TarGZip | TarRead Settings Read | ZipSettings Deflate Read Settings - Compression settings.
- compression
Properties TarGZip | TarRead Settings Read | ZipSettings Deflate Read Settings - Compression settings.
- compression_
properties TarGZip | TarRead Settings Read | ZipSettings Deflate Read Settings - Compression settings.
- compression
Properties Property Map | Property Map | Property Map - Compression settings.
JsonReadSettingsResponse, JsonReadSettingsResponseArgs
- Compression
Properties TarGZip | TarRead Settings Response Read | ZipSettings Response Deflate Read Settings Response - Compression settings.
- compression
Properties TarGZip | TarRead Settings Response Read | ZipSettings Response Deflate Read Settings Response - Compression settings.
- compression
Properties TarGZip | TarRead Settings Response Read | ZipSettings Response Deflate Read Settings Response - Compression settings.
- compression_
properties TarGZip | TarRead Settings Response Read | ZipSettings Response Deflate Read Settings Response - Compression settings.
- compression
Properties Property Map | Property Map | Property Map - Compression settings.
JsonSink, JsonSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Json Write Settings - Json format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSWrite Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Write Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Write Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Write Settings Azure | Pulumi.Native. Data Factory. Inputs. File Server Write Settings Azure Native. Data Factory. Inputs. Sftp Write Settings - Json store settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings JsonWrite Settings - Json format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - Json store settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings JsonWrite Settings - Json format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - Json store settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings JsonWrite Settings - Json format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - Json store settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings JsonWrite Settings - Json format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - Json store settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - Json format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Json store settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
JsonSinkResponse, JsonSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Json Write Settings Response - Json format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSWrite Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. File Server Write Settings Response Azure Native. Data Factory. Inputs. Sftp Write Settings Response - Json store settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings JsonWrite Settings Response - Json format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - Json store settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings JsonWrite Settings Response - Json format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - Json store settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings JsonWrite Settings Response - Json format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - Json store settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings JsonWrite Settings Response - Json format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - Json store settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - Json format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Json store settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
JsonSource, JsonSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Json Read Settings - Json format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Azure Native. Data Factory. Inputs. Sftp Read Settings - Json store settings.
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings JsonRead Settings - Json format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Json store settings.
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings JsonRead Settings - Json format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Json store settings.
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings JsonRead Settings - Json format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Json store settings.
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings JsonRead Settings - Json format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Json store settings.
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - Json format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Json store settings.
JsonSourceResponse, JsonSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Json Read Settings Response - Json format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Response Azure Native. Data Factory. Inputs. Sftp Read Settings Response - Json store settings.
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings JsonRead Settings Response - Json format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Json store settings.
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings JsonRead Settings Response - Json format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Json store settings.
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings JsonRead Settings Response - Json format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Json store settings.
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings JsonRead Settings Response - Json format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Json store settings.
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - Json format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Json store settings.
JsonWriteSettings, JsonWriteSettingsArgs
- File
Pattern object - File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
- File
Pattern interface{} - File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
- file
Pattern Object - File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
- file
Pattern any - File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
- file_
pattern Any - File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
- file
Pattern Any - File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
JsonWriteSettingsResponse, JsonWriteSettingsResponseArgs
- File
Pattern object - File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
- File
Pattern interface{} - File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
- file
Pattern Object - File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
- file
Pattern any - File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
- file_
pattern Any - File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
- file
Pattern Any - File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
LinkedServiceReference, LinkedServiceReferenceArgs
- Reference
Name string - Reference LinkedService name.
- Type
string | Pulumi.
Azure Native. Data Factory. Type - Linked service reference type.
- Parameters Dictionary<string, object>
- Arguments for LinkedService.
- Reference
Name string - Reference LinkedService name.
- Type string | Type
- Linked service reference type.
- Parameters map[string]interface{}
- Arguments for LinkedService.
- reference
Name String - Reference LinkedService name.
- type String | Type
- Linked service reference type.
- parameters Map<String,Object>
- Arguments for LinkedService.
- reference
Name string - Reference LinkedService name.
- type string | Type
- Linked service reference type.
- parameters {[key: string]: any}
- Arguments for LinkedService.
- reference_
name str - Reference LinkedService name.
- type str | Type
- Linked service reference type.
- parameters Mapping[str, Any]
- Arguments for LinkedService.
- reference
Name String - Reference LinkedService name.
- type
String | "Linked
Service Reference" - Linked service reference type.
- parameters Map<Any>
- Arguments for LinkedService.
LinkedServiceReferenceResponse, LinkedServiceReferenceResponseArgs
- Reference
Name string - Reference LinkedService name.
- Type string
- Linked service reference type.
- Parameters Dictionary<string, object>
- Arguments for LinkedService.
- Reference
Name string - Reference LinkedService name.
- Type string
- Linked service reference type.
- Parameters map[string]interface{}
- Arguments for LinkedService.
- reference
Name String - Reference LinkedService name.
- type String
- Linked service reference type.
- parameters Map<String,Object>
- Arguments for LinkedService.
- reference
Name string - Reference LinkedService name.
- type string
- Linked service reference type.
- parameters {[key: string]: any}
- Arguments for LinkedService.
- reference_
name str - Reference LinkedService name.
- type str
- Linked service reference type.
- parameters Mapping[str, Any]
- Arguments for LinkedService.
- reference
Name String - Reference LinkedService name.
- type String
- Linked service reference type.
- parameters Map<Any>
- Arguments for LinkedService.
LogLocationSettings, LogLocationSettingsArgs
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Log storage linked service reference.
- Path object
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference - Log storage linked service reference.
- Path interface{}
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Log storage linked service reference.
- path Object
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Log storage linked service reference.
- path any
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference - Log storage linked service reference.
- path Any
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- linked
Service Property MapName - Log storage linked service reference.
- path Any
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
LogLocationSettingsResponse, LogLocationSettingsResponseArgs
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Log storage linked service reference.
- Path object
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference Response - Log storage linked service reference.
- Path interface{}
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Log storage linked service reference.
- path Object
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Log storage linked service reference.
- path any
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference Response - Log storage linked service reference.
- path Any
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- linked
Service Property MapName - Log storage linked service reference.
- path Any
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
LogSettings, LogSettingsArgs
- Log
Location Pulumi.Settings Azure Native. Data Factory. Inputs. Log Location Settings - Log location settings customer needs to provide when enabling log.
- Copy
Activity Pulumi.Log Settings Azure Native. Data Factory. Inputs. Copy Activity Log Settings - Specifies settings for copy activity log.
- Enable
Copy objectActivity Log - Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
- Log
Location LogSettings Location Settings - Log location settings customer needs to provide when enabling log.
- Copy
Activity CopyLog Settings Activity Log Settings - Specifies settings for copy activity log.
- Enable
Copy interface{}Activity Log - Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
- log
Location LogSettings Location Settings - Log location settings customer needs to provide when enabling log.
- copy
Activity CopyLog Settings Activity Log Settings - Specifies settings for copy activity log.
- enable
Copy ObjectActivity Log - Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
- log
Location LogSettings Location Settings - Log location settings customer needs to provide when enabling log.
- copy
Activity CopyLog Settings Activity Log Settings - Specifies settings for copy activity log.
- enable
Copy anyActivity Log - Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
- log_
location_ Logsettings Location Settings - Log location settings customer needs to provide when enabling log.
- copy_
activity_ Copylog_ settings Activity Log Settings - Specifies settings for copy activity log.
- enable_
copy_ Anyactivity_ log - Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
- log
Location Property MapSettings - Log location settings customer needs to provide when enabling log.
- copy
Activity Property MapLog Settings - Specifies settings for copy activity log.
- enable
Copy AnyActivity Log - Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
LogSettingsResponse, LogSettingsResponseArgs
- Log
Location Pulumi.Settings Azure Native. Data Factory. Inputs. Log Location Settings Response - Log location settings customer needs to provide when enabling log.
- Copy
Activity Pulumi.Log Settings Azure Native. Data Factory. Inputs. Copy Activity Log Settings Response - Specifies settings for copy activity log.
- Enable
Copy objectActivity Log - Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
- Log
Location LogSettings Location Settings Response - Log location settings customer needs to provide when enabling log.
- Copy
Activity CopyLog Settings Activity Log Settings Response - Specifies settings for copy activity log.
- Enable
Copy interface{}Activity Log - Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
- log
Location LogSettings Location Settings Response - Log location settings customer needs to provide when enabling log.
- copy
Activity CopyLog Settings Activity Log Settings Response - Specifies settings for copy activity log.
- enable
Copy ObjectActivity Log - Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
- log
Location LogSettings Location Settings Response - Log location settings customer needs to provide when enabling log.
- copy
Activity CopyLog Settings Activity Log Settings Response - Specifies settings for copy activity log.
- enable
Copy anyActivity Log - Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
- log_
location_ Logsettings Location Settings Response - Log location settings customer needs to provide when enabling log.
- copy_
activity_ Copylog_ settings Activity Log Settings Response - Specifies settings for copy activity log.
- enable_
copy_ Anyactivity_ log - Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
- log
Location Property MapSettings - Log location settings customer needs to provide when enabling log.
- copy
Activity Property MapLog Settings - Specifies settings for copy activity log.
- enable
Copy AnyActivity Log - Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
LogStorageSettings, LogStorageSettingsArgs
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Log storage linked service reference.
- Enable
Reliable objectLogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- Log
Level object - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- Path object
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference - Log storage linked service reference.
- Enable
Reliable interface{}Logging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- Log
Level interface{} - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- Path interface{}
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Log storage linked service reference.
- enable
Reliable ObjectLogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- log
Level Object - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- path Object
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Log storage linked service reference.
- enable
Reliable anyLogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- log
Level any - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- path any
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference - Log storage linked service reference.
- enable_
reliable_ Anylogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- log_
level Any - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- path Any
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- linked
Service Property MapName - Log storage linked service reference.
- enable
Reliable AnyLogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- log
Level Any - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- path Any
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
LogStorageSettingsResponse, LogStorageSettingsResponseArgs
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Log storage linked service reference.
- Enable
Reliable objectLogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- Log
Level object - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- Path object
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference Response - Log storage linked service reference.
- Enable
Reliable interface{}Logging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- Log
Level interface{} - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- Path interface{}
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Log storage linked service reference.
- enable
Reliable ObjectLogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- log
Level Object - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- path Object
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Log storage linked service reference.
- enable
Reliable anyLogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- log
Level any - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- path any
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference Response - Log storage linked service reference.
- enable_
reliable_ Anylogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- log_
level Any - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- path Any
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
- linked
Service Property MapName - Log storage linked service reference.
- enable
Reliable AnyLogging - Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
- log
Level Any - Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
- path Any
- The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
LookupActivity, LookupActivityArgs
- Dataset
Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference - Lookup activity dataset reference.
- Name string
- Activity name.
- Source
Pulumi.
Azure | Pulumi.Native. Data Factory. Inputs. Amazon MWSSource Azure | Pulumi.Native. Data Factory. Inputs. Amazon Rds For Oracle Source Azure | Pulumi.Native. Data Factory. Inputs. Amazon Rds For Sql Server Source Azure | Pulumi.Native. Data Factory. Inputs. Amazon Redshift Source Azure | Pulumi.Native. Data Factory. Inputs. Avro Source Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSSource Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Explorer Source Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Source Azure | Pulumi.Native. Data Factory. Inputs. Azure Databricks Delta Lake Source Azure | Pulumi.Native. Data Factory. Inputs. Azure Maria DBSource Azure | Pulumi.Native. Data Factory. Inputs. Azure My Sql Source Azure | Pulumi.Native. Data Factory. Inputs. Azure Postgre Sql Source Azure | Pulumi.Native. Data Factory. Inputs. Azure Sql Source Azure | Pulumi.Native. Data Factory. Inputs. Azure Table Source Azure | Pulumi.Native. Data Factory. Inputs. Binary Source Azure | Pulumi.Native. Data Factory. Inputs. Blob Source Azure | Pulumi.Native. Data Factory. Inputs. Cassandra Source Azure | Pulumi.Native. Data Factory. Inputs. Common Data Service For Apps Source Azure | Pulumi.Native. Data Factory. Inputs. Concur Source Azure | Pulumi.Native. Data Factory. Inputs. Cosmos Db Mongo Db Api Source Azure | Pulumi.Native. Data Factory. Inputs. Cosmos Db Sql Api Source Azure | Pulumi.Native. Data Factory. Inputs. Couchbase Source Azure | Pulumi.Native. Data Factory. Inputs. Db2Source Azure | Pulumi.Native. Data Factory. Inputs. Delimited Text Source Azure | Pulumi.Native. Data Factory. Inputs. Document Db Collection Source Azure | Pulumi.Native. Data Factory. Inputs. Drill Source Azure | Pulumi.Native. Data Factory. Inputs. Dynamics AXSource Azure | Pulumi.Native. Data Factory. Inputs. Dynamics Crm Source Azure | Pulumi.Native. Data Factory. Inputs. Dynamics Source Azure | Pulumi.Native. Data Factory. Inputs. Eloqua Source Azure | Pulumi.Native. Data Factory. Inputs. Excel Source Azure | Pulumi.Native. Data Factory. Inputs. File System Source Azure | Pulumi.Native. Data Factory. Inputs. Google Ad Words Source Azure | Pulumi.Native. Data Factory. Inputs. Google Big Query Source Azure | Pulumi.Native. Data Factory. Inputs. Greenplum Source Azure | Pulumi.Native. Data Factory. Inputs. HBase Source Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Source Azure | Pulumi.Native. Data Factory. Inputs. Hive Source Azure | Pulumi.Native. Data Factory. Inputs. Http Source Azure | Pulumi.Native. Data Factory. Inputs. Hubspot Source Azure | Pulumi.Native. Data Factory. Inputs. Impala Source Azure | Pulumi.Native. Data Factory. Inputs. Informix Source Azure | Pulumi.Native. Data Factory. Inputs. Jira Source Azure | Pulumi.Native. Data Factory. Inputs. Json Source Azure | Pulumi.Native. Data Factory. Inputs. Magento Source Azure | Pulumi.Native. Data Factory. Inputs. Maria DBSource Azure | Pulumi.Native. Data Factory. Inputs. Marketo Source Azure | Pulumi.Native. Data Factory. Inputs. Microsoft Access Source Azure | Pulumi.Native. Data Factory. Inputs. Mongo Db Atlas Source Azure | Pulumi.Native. Data Factory. Inputs. Mongo Db Source Azure | Pulumi.Native. Data Factory. Inputs. Mongo Db V2Source Azure | Pulumi.Native. Data Factory. Inputs. My Sql Source Azure | Pulumi.Native. Data Factory. Inputs. Netezza Source Azure | Pulumi.Native. Data Factory. Inputs. OData Source Azure | Pulumi.Native. Data Factory. Inputs. Odbc Source Azure | Pulumi.Native. Data Factory. Inputs. Office365Source Azure | Pulumi.Native. Data Factory. Inputs. Oracle Service Cloud Source Azure | Pulumi.Native. Data Factory. Inputs. Oracle Source Azure | Pulumi.Native. Data Factory. Inputs. Orc Source Azure | Pulumi.Native. Data Factory. Inputs. Parquet Source Azure | Pulumi.Native. Data Factory. Inputs. Paypal Source Azure | Pulumi.Native. Data Factory. Inputs. Phoenix Source Azure | Pulumi.Native. Data Factory. Inputs. Postgre Sql Source Azure | Pulumi.Native. Data Factory. Inputs. Presto Source Azure | Pulumi.Native. Data Factory. Inputs. Quick Books Source Azure | Pulumi.Native. Data Factory. Inputs. Relational Source Azure | Pulumi.Native. Data Factory. Inputs. Responsys Source Azure | Pulumi.Native. Data Factory. Inputs. Rest Source Azure | Pulumi.Native. Data Factory. Inputs. Salesforce Marketing Cloud Source Azure | Pulumi.Native. Data Factory. Inputs. Salesforce Service Cloud Source Azure | Pulumi.Native. Data Factory. Inputs. Salesforce Source Azure | Pulumi.Native. Data Factory. Inputs. Sap Bw Source Azure | Pulumi.Native. Data Factory. Inputs. Sap Cloud For Customer Source Azure | Pulumi.Native. Data Factory. Inputs. Sap Ecc Source Azure | Pulumi.Native. Data Factory. Inputs. Sap Hana Source Azure | Pulumi.Native. Data Factory. Inputs. Sap Odp Source Azure | Pulumi.Native. Data Factory. Inputs. Sap Open Hub Source Azure | Pulumi.Native. Data Factory. Inputs. Sap Table Source Azure | Pulumi.Native. Data Factory. Inputs. Service Now Source Azure | Pulumi.Native. Data Factory. Inputs. Share Point Online List Source Azure | Pulumi.Native. Data Factory. Inputs. Shopify Source Azure | Pulumi.Native. Data Factory. Inputs. Snowflake Source Azure | Pulumi.Native. Data Factory. Inputs. Spark Source Azure | Pulumi.Native. Data Factory. Inputs. Sql DWSource Azure | Pulumi.Native. Data Factory. Inputs. Sql MISource Azure | Pulumi.Native. Data Factory. Inputs. Sql Server Source Azure | Pulumi.Native. Data Factory. Inputs. Sql Source Azure | Pulumi.Native. Data Factory. Inputs. Square Source Azure | Pulumi.Native. Data Factory. Inputs. Sybase Source Azure | Pulumi.Native. Data Factory. Inputs. Tabular Source Azure | Pulumi.Native. Data Factory. Inputs. Teradata Source Azure | Pulumi.Native. Data Factory. Inputs. Vertica Source Azure | Pulumi.Native. Data Factory. Inputs. Web Source Azure | Pulumi.Native. Data Factory. Inputs. Xero Source Azure | Pulumi.Native. Data Factory. Inputs. Xml Source Azure Native. Data Factory. Inputs. Zoho Source - Dataset-specific source properties, same as copy activity source.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- First
Row objectOnly - Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Dataset
Dataset
Reference - Lookup activity dataset reference.
- Name string
- Activity name.
- Source
Amazon
MWSSource | AmazonRds | AmazonFor Oracle Source Rds | AmazonFor Sql Server Source Redshift | AvroSource Source | AzureBlob | AzureFSSource Data | AzureExplorer Source Data | AzureLake Store Source Databricks | AzureDelta Lake Source Maria | AzureDBSource My | AzureSql Source Postgre | AzureSql Source Sql | AzureSource Table | BinarySource Source | BlobSource | CassandraSource | CommonData | ConcurService For Apps Source Source | CosmosDb | CosmosMongo Db Api Source Db | CouchbaseSql Api Source Source | Db2Source | DelimitedText | DocumentSource Db | DrillCollection Source Source | DynamicsAXSource | DynamicsCrm | DynamicsSource Source | EloquaSource | ExcelSource | FileSystem | GoogleSource Ad | GoogleWords Source Big | GreenplumQuery Source Source | HBaseSource | HdfsSource | HiveSource | HttpSource | HubspotSource | ImpalaSource | InformixSource | JiraSource | JsonSource | MagentoSource | MariaDBSource | MarketoSource | MicrosoftAccess | MongoSource Db | MongoAtlas Source Db | MongoSource Db | MyV2Source Sql | NetezzaSource Source | ODataSource | OdbcSource | Office365Source | OracleService | OracleCloud Source Source | OrcSource | ParquetSource | PaypalSource | PhoenixSource | PostgreSql | PrestoSource Source | QuickBooks | RelationalSource Source | ResponsysSource | RestSource | SalesforceMarketing | SalesforceCloud Source Service | SalesforceCloud Source Source | SapBw | SapSource Cloud | SapFor Customer Source Ecc | SapSource Hana | SapSource Odp | SapSource Open | SapHub Source Table | ServiceSource Now | ShareSource Point | ShopifyOnline List Source Source | SnowflakeSource | SparkSource | SqlDWSource | SqlMISource | SqlServer | SqlSource Source | SquareSource | SybaseSource | TabularSource | TeradataSource | VerticaSource | WebSource | XeroSource | XmlSource | ZohoSource - Dataset-specific source properties, same as copy activity source.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- First
Row interface{}Only - Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
- Linked
Service LinkedName Service Reference - Linked service reference.
- Policy
Activity
Policy - Activity policy.
- User
Properties []UserProperty - Activity user properties.
- dataset
Dataset
Reference - Lookup activity dataset reference.
- name String
- Activity name.
- source
Amazon
MWSSource | AmazonRds | AmazonFor Oracle Source Rds | AmazonFor Sql Server Source Redshift | AvroSource Source | AzureBlob | AzureFSSource Data | AzureExplorer Source Data | AzureLake Store Source Databricks | AzureDelta Lake Source Maria | AzureDBSource My | AzureSql Source Postgre | AzureSql Source Sql | AzureSource Table | BinarySource Source | BlobSource | CassandraSource | CommonData | ConcurService For Apps Source Source | CosmosDb | CosmosMongo Db Api Source Db | CouchbaseSql Api Source Source | Db2Source | DelimitedText | DocumentSource Db | DrillCollection Source Source | DynamicsAXSource | DynamicsCrm | DynamicsSource Source | EloquaSource | ExcelSource | FileSystem | GoogleSource Ad | GoogleWords Source Big | GreenplumQuery Source Source | HBaseSource | HdfsSource | HiveSource | HttpSource | HubspotSource | ImpalaSource | InformixSource | JiraSource | JsonSource | MagentoSource | MariaDBSource | MarketoSource | MicrosoftAccess | MongoSource Db | MongoAtlas Source Db | MongoSource Db | MyV2Source Sql | NetezzaSource Source | ODataSource | OdbcSource | Office365Source | OracleService | OracleCloud Source Source | OrcSource | ParquetSource | PaypalSource | PhoenixSource | PostgreSql | PrestoSource Source | QuickBooks | RelationalSource Source | ResponsysSource | RestSource | SalesforceMarketing | SalesforceCloud Source Service | SalesforceCloud Source Source | SapBw | SapSource Cloud | SapFor Customer Source Ecc | SapSource Hana | SapSource Odp | SapSource Open | SapHub Source Table | ServiceSource Now | ShareSource Point | ShopifyOnline List Source Source | SnowflakeSource | SparkSource | SqlDWSource | SqlMISource | SqlServer | SqlSource Source | SquareSource | SybaseSource | TabularSource | TeradataSource | VerticaSource | WebSource | XeroSource | XmlSource | ZohoSource - Dataset-specific source properties, same as copy activity source.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- first
Row ObjectOnly - Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user
Properties List<UserProperty> - Activity user properties.
- dataset
Dataset
Reference - Lookup activity dataset reference.
- name string
- Activity name.
- source
Amazon
MWSSource | AmazonRds | AmazonFor Oracle Source Rds | AmazonFor Sql Server Source Redshift | AvroSource Source | AzureBlob | AzureFSSource Data | AzureExplorer Source Data | AzureLake Store Source Databricks | AzureDelta Lake Source Maria | AzureDBSource My | AzureSql Source Postgre | AzureSql Source Sql | AzureSource Table | BinarySource Source | BlobSource | CassandraSource | CommonData | ConcurService For Apps Source Source | CosmosDb | CosmosMongo Db Api Source Db | CouchbaseSql Api Source Source | Db2Source | DelimitedText | DocumentSource Db | DrillCollection Source Source | DynamicsAXSource | DynamicsCrm | DynamicsSource Source | EloquaSource | ExcelSource | FileSystem | GoogleSource Ad | GoogleWords Source Big | GreenplumQuery Source Source | HBaseSource | HdfsSource | HiveSource | HttpSource | HubspotSource | ImpalaSource | InformixSource | JiraSource | JsonSource | MagentoSource | MariaDBSource | MarketoSource | MicrosoftAccess | MongoSource Db | MongoAtlas Source Db | MongoSource Db | MyV2Source Sql | NetezzaSource Source | ODataSource | OdbcSource | Office365Source | OracleService | OracleCloud Source Source | OrcSource | ParquetSource | PaypalSource | PhoenixSource | PostgreSql | PrestoSource Source | QuickBooks | RelationalSource Source | ResponsysSource | RestSource | SalesforceMarketing | SalesforceCloud Source Service | SalesforceCloud Source Source | SapBw | SapSource Cloud | SapFor Customer Source Ecc | SapSource Hana | SapSource Odp | SapSource Open | SapHub Source Table | ServiceSource Now | ShareSource Point | ShopifyOnline List Source Source | SnowflakeSource | SparkSource | SqlDWSource | SqlMISource | SqlServer | SqlSource Source | SquareSource | SybaseSource | TabularSource | TeradataSource | VerticaSource | WebSource | XeroSource | XmlSource | ZohoSource - Dataset-specific source properties, same as copy activity source.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- first
Row anyOnly - Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
- linked
Service LinkedName Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user
Properties UserProperty[] - Activity user properties.
- dataset
Dataset
Reference - Lookup activity dataset reference.
- name str
- Activity name.
- source
Amazon
MWSSource | AmazonRds | AmazonFor Oracle Source Rds | AmazonFor Sql Server Source Redshift | AvroSource Source | AzureBlob | AzureFSSource Data | AzureExplorer Source Data | AzureLake Store Source Databricks | AzureDelta Lake Source Maria | AzureDBSource My | AzureSql Source Postgre | AzureSql Source Sql | AzureSource Table | BinarySource Source | BlobSource | CassandraSource | CommonData | ConcurService For Apps Source Source | CosmosDb | CosmosMongo Db Api Source Db | CouchbaseSql Api Source Source | Db2Source | DelimitedText | DocumentSource Db | DrillCollection Source Source | DynamicsAXSource | DynamicsCrm | DynamicsSource Source | EloquaSource | ExcelSource | FileSystem | GoogleSource Ad | GoogleWords Source Big | GreenplumQuery Source Source | HBaseSource | HdfsSource | HiveSource | HttpSource | HubspotSource | ImpalaSource | InformixSource | JiraSource | JsonSource | MagentoSource | MariaDBSource | MarketoSource | MicrosoftAccess | MongoSource Db | MongoAtlas Source Db | MongoSource Db | MyV2Source Sql | NetezzaSource Source | ODataSource | OdbcSource | Office365Source | OracleService | OracleCloud Source Source | OrcSource | ParquetSource | PaypalSource | PhoenixSource | PostgreSql | PrestoSource Source | QuickBooks | RelationalSource Source | ResponsysSource | RestSource | SalesforceMarketing | SalesforceCloud Source Service | SalesforceCloud Source Source | SapBw | SapSource Cloud | SapFor Customer Source Ecc | SapSource Hana | SapSource Odp | SapSource Open | SapHub Source Table | ServiceSource Now | ShareSource Point | ShopifyOnline List Source Source | SnowflakeSource | SparkSource | SqlDWSource | SqlMISource | SqlServer | SqlSource Source | SquareSource | SybaseSource | TabularSource | TeradataSource | VerticaSource | WebSource | XeroSource | XmlSource | ZohoSource - Dataset-specific source properties, same as copy activity source.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- first_
row_ Anyonly - Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
- linked_
service_ Linkedname Service Reference - Linked service reference.
- policy
Activity
Policy - Activity policy.
- user_
properties Sequence[UserProperty] - Activity user properties.
- dataset Property Map
- Lookup activity dataset reference.
- name String
- Activity name.
- source Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
- Dataset-specific source properties, same as copy activity source.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- first
Row AnyOnly - Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
LookupActivityResponse, LookupActivityResponseArgs
- Dataset
Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference Response - Lookup activity dataset reference.
- Name string
- Activity name.
- Source
Pulumi.
Azure | Pulumi.Native. Data Factory. Inputs. Amazon MWSSource Response Azure | Pulumi.Native. Data Factory. Inputs. Amazon Rds For Oracle Source Response Azure | Pulumi.Native. Data Factory. Inputs. Amazon Rds For Sql Server Source Response Azure | Pulumi.Native. Data Factory. Inputs. Amazon Redshift Source Response Azure | Pulumi.Native. Data Factory. Inputs. Avro Source Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSSource Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Explorer Source Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Source Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Databricks Delta Lake Source Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Maria DBSource Response Azure | Pulumi.Native. Data Factory. Inputs. Azure My Sql Source Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Postgre Sql Source Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Sql Source Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Table Source Response Azure | Pulumi.Native. Data Factory. Inputs. Binary Source Response Azure | Pulumi.Native. Data Factory. Inputs. Blob Source Response Azure | Pulumi.Native. Data Factory. Inputs. Cassandra Source Response Azure | Pulumi.Native. Data Factory. Inputs. Common Data Service For Apps Source Response Azure | Pulumi.Native. Data Factory. Inputs. Concur Source Response Azure | Pulumi.Native. Data Factory. Inputs. Cosmos Db Mongo Db Api Source Response Azure | Pulumi.Native. Data Factory. Inputs. Cosmos Db Sql Api Source Response Azure | Pulumi.Native. Data Factory. Inputs. Couchbase Source Response Azure | Pulumi.Native. Data Factory. Inputs. Db2Source Response Azure | Pulumi.Native. Data Factory. Inputs. Delimited Text Source Response Azure | Pulumi.Native. Data Factory. Inputs. Document Db Collection Source Response Azure | Pulumi.Native. Data Factory. Inputs. Drill Source Response Azure | Pulumi.Native. Data Factory. Inputs. Dynamics AXSource Response Azure | Pulumi.Native. Data Factory. Inputs. Dynamics Crm Source Response Azure | Pulumi.Native. Data Factory. Inputs. Dynamics Source Response Azure | Pulumi.Native. Data Factory. Inputs. Eloqua Source Response Azure | Pulumi.Native. Data Factory. Inputs. Excel Source Response Azure | Pulumi.Native. Data Factory. Inputs. File System Source Response Azure | Pulumi.Native. Data Factory. Inputs. Google Ad Words Source Response Azure | Pulumi.Native. Data Factory. Inputs. Google Big Query Source Response Azure | Pulumi.Native. Data Factory. Inputs. Greenplum Source Response Azure | Pulumi.Native. Data Factory. Inputs. HBase Source Response Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Source Response Azure | Pulumi.Native. Data Factory. Inputs. Hive Source Response Azure | Pulumi.Native. Data Factory. Inputs. Http Source Response Azure | Pulumi.Native. Data Factory. Inputs. Hubspot Source Response Azure | Pulumi.Native. Data Factory. Inputs. Impala Source Response Azure | Pulumi.Native. Data Factory. Inputs. Informix Source Response Azure | Pulumi.Native. Data Factory. Inputs. Jira Source Response Azure | Pulumi.Native. Data Factory. Inputs. Json Source Response Azure | Pulumi.Native. Data Factory. Inputs. Magento Source Response Azure | Pulumi.Native. Data Factory. Inputs. Maria DBSource Response Azure | Pulumi.Native. Data Factory. Inputs. Marketo Source Response Azure | Pulumi.Native. Data Factory. Inputs. Microsoft Access Source Response Azure | Pulumi.Native. Data Factory. Inputs. Mongo Db Atlas Source Response Azure | Pulumi.Native. Data Factory. Inputs. Mongo Db Source Response Azure | Pulumi.Native. Data Factory. Inputs. Mongo Db V2Source Response Azure | Pulumi.Native. Data Factory. Inputs. My Sql Source Response Azure | Pulumi.Native. Data Factory. Inputs. Netezza Source Response Azure | Pulumi.Native. Data Factory. Inputs. OData Source Response Azure | Pulumi.Native. Data Factory. Inputs. Odbc Source Response Azure | Pulumi.Native. Data Factory. Inputs. Office365Source Response Azure | Pulumi.Native. Data Factory. Inputs. Oracle Service Cloud Source Response Azure | Pulumi.Native. Data Factory. Inputs. Oracle Source Response Azure | Pulumi.Native. Data Factory. Inputs. Orc Source Response Azure | Pulumi.Native. Data Factory. Inputs. Parquet Source Response Azure | Pulumi.Native. Data Factory. Inputs. Paypal Source Response Azure | Pulumi.Native. Data Factory. Inputs. Phoenix Source Response Azure | Pulumi.Native. Data Factory. Inputs. Postgre Sql Source Response Azure | Pulumi.Native. Data Factory. Inputs. Presto Source Response Azure | Pulumi.Native. Data Factory. Inputs. Quick Books Source Response Azure | Pulumi.Native. Data Factory. Inputs. Relational Source Response Azure | Pulumi.Native. Data Factory. Inputs. Responsys Source Response Azure | Pulumi.Native. Data Factory. Inputs. Rest Source Response Azure | Pulumi.Native. Data Factory. Inputs. Salesforce Marketing Cloud Source Response Azure | Pulumi.Native. Data Factory. Inputs. Salesforce Service Cloud Source Response Azure | Pulumi.Native. Data Factory. Inputs. Salesforce Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sap Bw Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sap Cloud For Customer Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sap Ecc Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sap Hana Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sap Odp Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sap Open Hub Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sap Table Source Response Azure | Pulumi.Native. Data Factory. Inputs. Service Now Source Response Azure | Pulumi.Native. Data Factory. Inputs. Share Point Online List Source Response Azure | Pulumi.Native. Data Factory. Inputs. Shopify Source Response Azure | Pulumi.Native. Data Factory. Inputs. Snowflake Source Response Azure | Pulumi.Native. Data Factory. Inputs. Spark Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sql DWSource Response Azure | Pulumi.Native. Data Factory. Inputs. Sql MISource Response Azure | Pulumi.Native. Data Factory. Inputs. Sql Server Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sql Source Response Azure | Pulumi.Native. Data Factory. Inputs. Square Source Response Azure | Pulumi.Native. Data Factory. Inputs. Sybase Source Response Azure | Pulumi.Native. Data Factory. Inputs. Tabular Source Response Azure | Pulumi.Native. Data Factory. Inputs. Teradata Source Response Azure | Pulumi.Native. Data Factory. Inputs. Vertica Source Response Azure | Pulumi.Native. Data Factory. Inputs. Web Source Response Azure | Pulumi.Native. Data Factory. Inputs. Xero Source Response Azure | Pulumi.Native. Data Factory. Inputs. Xml Source Response Azure Native. Data Factory. Inputs. Zoho Source Response - Dataset-specific source properties, same as copy activity source.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- First
Row objectOnly - Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Dataset
Dataset
Reference Response - Lookup activity dataset reference.
- Name string
- Activity name.
- Source
Amazon
MWSSource | AmazonResponse Rds | AmazonFor Oracle Source Response Rds | AmazonFor Sql Server Source Response Redshift | AvroSource Response Source | AzureResponse Blob | AzureFSSource Response Data | AzureExplorer Source Response Data | AzureLake Store Source Response Databricks | AzureDelta Lake Source Response Maria | AzureDBSource Response My | AzureSql Source Response Postgre | AzureSql Source Response Sql | AzureSource Response Table | BinarySource Response Source | BlobResponse Source | CassandraResponse Source | CommonResponse Data | ConcurService For Apps Source Response Source | CosmosResponse Db | CosmosMongo Db Api Source Response Db | CouchbaseSql Api Source Response Source | Db2SourceResponse Response | DelimitedText | DocumentSource Response Db | DrillCollection Source Response Source | DynamicsResponse AXSource | DynamicsResponse Crm | DynamicsSource Response Source | EloquaResponse Source | ExcelResponse Source | FileResponse System | GoogleSource Response Ad | GoogleWords Source Response Big | GreenplumQuery Source Response Source | HBaseResponse Source | HdfsResponse Source | HiveResponse Source | HttpResponse Source | HubspotResponse Source | ImpalaResponse Source | InformixResponse Source | JiraResponse Source | JsonResponse Source | MagentoResponse Source | MariaResponse DBSource | MarketoResponse Source | MicrosoftResponse Access | MongoSource Response Db | MongoAtlas Source Response Db | MongoSource Response Db | MyV2Source Response Sql | NetezzaSource Response Source | ODataResponse Source | OdbcResponse Source | Office365SourceResponse Response | OracleService | OracleCloud Source Response Source | OrcResponse Source | ParquetResponse Source | PaypalResponse Source | PhoenixResponse Source | PostgreResponse Sql | PrestoSource Response Source | QuickResponse Books | RelationalSource Response Source | ResponsysResponse Source | RestResponse Source | SalesforceResponse Marketing | SalesforceCloud Source Response Service | SalesforceCloud Source Response Source | SapResponse Bw | SapSource Response Cloud | SapFor Customer Source Response Ecc | SapSource Response Hana | SapSource Response Odp | SapSource Response Open | SapHub Source Response Table | ServiceSource Response Now | ShareSource Response Point | ShopifyOnline List Source Response Source | SnowflakeResponse Source | SparkResponse Source | SqlResponse DWSource | SqlResponse MISource | SqlResponse Server | SqlSource Response Source | SquareResponse Source | SybaseResponse Source | TabularResponse Source | TeradataResponse Source | VerticaResponse Source | WebResponse Source | XeroResponse Source | XmlResponse Source | ZohoResponse Source Response - Dataset-specific source properties, same as copy activity source.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- First
Row interface{}Only - Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Policy
Activity
Policy Response - Activity policy.
- User
Properties []UserProperty Response - Activity user properties.
- dataset
Dataset
Reference Response - Lookup activity dataset reference.
- name String
- Activity name.
- source
Amazon
MWSSource | AmazonResponse Rds | AmazonFor Oracle Source Response Rds | AmazonFor Sql Server Source Response Redshift | AvroSource Response Source | AzureResponse Blob | AzureFSSource Response Data | AzureExplorer Source Response Data | AzureLake Store Source Response Databricks | AzureDelta Lake Source Response Maria | AzureDBSource Response My | AzureSql Source Response Postgre | AzureSql Source Response Sql | AzureSource Response Table | BinarySource Response Source | BlobResponse Source | CassandraResponse Source | CommonResponse Data | ConcurService For Apps Source Response Source | CosmosResponse Db | CosmosMongo Db Api Source Response Db | CouchbaseSql Api Source Response Source | Db2SourceResponse Response | DelimitedText | DocumentSource Response Db | DrillCollection Source Response Source | DynamicsResponse AXSource | DynamicsResponse Crm | DynamicsSource Response Source | EloquaResponse Source | ExcelResponse Source | FileResponse System | GoogleSource Response Ad | GoogleWords Source Response Big | GreenplumQuery Source Response Source | HBaseResponse Source | HdfsResponse Source | HiveResponse Source | HttpResponse Source | HubspotResponse Source | ImpalaResponse Source | InformixResponse Source | JiraResponse Source | JsonResponse Source | MagentoResponse Source | MariaResponse DBSource | MarketoResponse Source | MicrosoftResponse Access | MongoSource Response Db | MongoAtlas Source Response Db | MongoSource Response Db | MyV2Source Response Sql | NetezzaSource Response Source | ODataResponse Source | OdbcResponse Source | Office365SourceResponse Response | OracleService | OracleCloud Source Response Source | OrcResponse Source | ParquetResponse Source | PaypalResponse Source | PhoenixResponse Source | PostgreResponse Sql | PrestoSource Response Source | QuickResponse Books | RelationalSource Response Source | ResponsysResponse Source | RestResponse Source | SalesforceResponse Marketing | SalesforceCloud Source Response Service | SalesforceCloud Source Response Source | SapResponse Bw | SapSource Response Cloud | SapFor Customer Source Response Ecc | SapSource Response Hana | SapSource Response Odp | SapSource Response Open | SapHub Source Response Table | ServiceSource Response Now | ShareSource Response Point | ShopifyOnline List Source Response Source | SnowflakeResponse Source | SparkResponse Source | SqlResponse DWSource | SqlResponse MISource | SqlResponse Server | SqlSource Response Source | SquareResponse Source | SybaseResponse Source | TabularResponse Source | TeradataResponse Source | VerticaResponse Source | WebResponse Source | XeroResponse Source | XmlResponse Source | ZohoResponse Source Response - Dataset-specific source properties, same as copy activity source.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- first
Row ObjectOnly - Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user
Properties List<UserProperty Response> - Activity user properties.
- dataset
Dataset
Reference Response - Lookup activity dataset reference.
- name string
- Activity name.
- source
Amazon
MWSSource | AmazonResponse Rds | AmazonFor Oracle Source Response Rds | AmazonFor Sql Server Source Response Redshift | AvroSource Response Source | AzureResponse Blob | AzureFSSource Response Data | AzureExplorer Source Response Data | AzureLake Store Source Response Databricks | AzureDelta Lake Source Response Maria | AzureDBSource Response My | AzureSql Source Response Postgre | AzureSql Source Response Sql | AzureSource Response Table | BinarySource Response Source | BlobResponse Source | CassandraResponse Source | CommonResponse Data | ConcurService For Apps Source Response Source | CosmosResponse Db | CosmosMongo Db Api Source Response Db | CouchbaseSql Api Source Response Source | Db2SourceResponse Response | DelimitedText | DocumentSource Response Db | DrillCollection Source Response Source | DynamicsResponse AXSource | DynamicsResponse Crm | DynamicsSource Response Source | EloquaResponse Source | ExcelResponse Source | FileResponse System | GoogleSource Response Ad | GoogleWords Source Response Big | GreenplumQuery Source Response Source | HBaseResponse Source | HdfsResponse Source | HiveResponse Source | HttpResponse Source | HubspotResponse Source | ImpalaResponse Source | InformixResponse Source | JiraResponse Source | JsonResponse Source | MagentoResponse Source | MariaResponse DBSource | MarketoResponse Source | MicrosoftResponse Access | MongoSource Response Db | MongoAtlas Source Response Db | MongoSource Response Db | MyV2Source Response Sql | NetezzaSource Response Source | ODataResponse Source | OdbcResponse Source | Office365SourceResponse Response | OracleService | OracleCloud Source Response Source | OrcResponse Source | ParquetResponse Source | PaypalResponse Source | PhoenixResponse Source | PostgreResponse Sql | PrestoSource Response Source | QuickResponse Books | RelationalSource Response Source | ResponsysResponse Source | RestResponse Source | SalesforceResponse Marketing | SalesforceCloud Source Response Service | SalesforceCloud Source Response Source | SapResponse Bw | SapSource Response Cloud | SapFor Customer Source Response Ecc | SapSource Response Hana | SapSource Response Odp | SapSource Response Open | SapHub Source Response Table | ServiceSource Response Now | ShareSource Response Point | ShopifyOnline List Source Response Source | SnowflakeResponse Source | SparkResponse Source | SqlResponse DWSource | SqlResponse MISource | SqlResponse Server | SqlSource Response Source | SquareResponse Source | SybaseResponse Source | TabularResponse Source | TeradataResponse Source | VerticaResponse Source | WebResponse Source | XeroResponse Source | XmlResponse Source | ZohoResponse Source Response - Dataset-specific source properties, same as copy activity source.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- first
Row anyOnly - Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
- linked
Service LinkedName Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user
Properties UserProperty Response[] - Activity user properties.
- dataset
Dataset
Reference Response - Lookup activity dataset reference.
- name str
- Activity name.
- source
Amazon
MWSSource | AmazonResponse Rds | AmazonFor Oracle Source Response Rds | AmazonFor Sql Server Source Response Redshift | AvroSource Response Source | AzureResponse Blob | AzureFSSource Response Data | AzureExplorer Source Response Data | AzureLake Store Source Response Databricks | AzureDelta Lake Source Response Maria | AzureDBSource Response My | AzureSql Source Response Postgre | AzureSql Source Response Sql | AzureSource Response Table | BinarySource Response Source | BlobResponse Source | CassandraResponse Source | CommonResponse Data | ConcurService For Apps Source Response Source | CosmosResponse Db | CosmosMongo Db Api Source Response Db | CouchbaseSql Api Source Response Source | Db2SourceResponse Response | DelimitedText | DocumentSource Response Db | DrillCollection Source Response Source | DynamicsResponse AXSource | DynamicsResponse Crm | DynamicsSource Response Source | EloquaResponse Source | ExcelResponse Source | FileResponse System | GoogleSource Response Ad | GoogleWords Source Response Big | GreenplumQuery Source Response Source | HBaseResponse Source | HdfsResponse Source | HiveResponse Source | HttpResponse Source | HubspotResponse Source | ImpalaResponse Source | InformixResponse Source | JiraResponse Source | JsonResponse Source | MagentoResponse Source | MariaResponse DBSource | MarketoResponse Source | MicrosoftResponse Access | MongoSource Response Db | MongoAtlas Source Response Db | MongoSource Response Db | MyV2Source Response Sql | NetezzaSource Response Source | ODataResponse Source | OdbcResponse Source | Office365SourceResponse Response | OracleService | OracleCloud Source Response Source | OrcResponse Source | ParquetResponse Source | PaypalResponse Source | PhoenixResponse Source | PostgreResponse Sql | PrestoSource Response Source | QuickResponse Books | RelationalSource Response Source | ResponsysResponse Source | RestResponse Source | SalesforceResponse Marketing | SalesforceCloud Source Response Service | SalesforceCloud Source Response Source | SapResponse Bw | SapSource Response Cloud | SapFor Customer Source Response Ecc | SapSource Response Hana | SapSource Response Odp | SapSource Response Open | SapHub Source Response Table | ServiceSource Response Now | ShareSource Response Point | ShopifyOnline List Source Response Source | SnowflakeResponse Source | SparkResponse Source | SqlResponse DWSource | SqlResponse MISource | SqlResponse Server | SqlSource Response Source | SquareResponse Source | SybaseResponse Source | TabularResponse Source | TeradataResponse Source | VerticaResponse Source | WebResponse Source | XeroResponse Source | XmlResponse Source | ZohoResponse Source Response - Dataset-specific source properties, same as copy activity source.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- first_
row_ Anyonly - Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- policy
Activity
Policy Response - Activity policy.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- dataset Property Map
- Lookup activity dataset reference.
- name String
- Activity name.
- source Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
- Dataset-specific source properties, same as copy activity source.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- first
Row AnyOnly - Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
- linked
Service Property MapName - Linked service reference.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
MagentoSource, MagentoSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
MagentoSourceResponse, MagentoSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
MariaDBSource, MariaDBSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
MariaDBSourceResponse, MariaDBSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
MarketoSource, MarketoSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
MarketoSourceResponse, MarketoSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
MetadataItem, MetadataItemArgs
MetadataItemResponse, MetadataItemResponseArgs
MicrosoftAccessSink, MicrosoftAccessSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
MicrosoftAccessSinkResponse, MicrosoftAccessSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
MicrosoftAccessSource, MicrosoftAccessSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
MicrosoftAccessSourceResponse, MicrosoftAccessSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
MongoDbAtlasSink, MongoDbAtlasSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
MongoDbAtlasSinkResponse, MongoDbAtlasSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
MongoDbAtlasSource, MongoDbAtlasSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Batch
Size object - Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- Cursor
Methods Pulumi.Azure Native. Data Factory. Inputs. Mongo Db Cursor Methods Properties - Cursor methods for Mongodb query
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Filter object
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Batch
Size interface{} - Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- Cursor
Methods MongoDb Cursor Methods Properties - Cursor methods for Mongodb query
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Filter interface{}
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size Object - Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods MongoDb Cursor Methods Properties - Cursor methods for Mongodb query
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Object
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size any - Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods MongoDb Cursor Methods Properties - Cursor methods for Mongodb query
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch_
size Any - Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor_
methods MongoDb Cursor Methods Properties - Cursor methods for Mongodb query
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size Any - Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods Property Map - Cursor methods for Mongodb query
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
MongoDbAtlasSourceResponse, MongoDbAtlasSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Batch
Size object - Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- Cursor
Methods Pulumi.Azure Native. Data Factory. Inputs. Mongo Db Cursor Methods Properties Response - Cursor methods for Mongodb query
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Filter object
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Batch
Size interface{} - Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- Cursor
Methods MongoDb Cursor Methods Properties Response - Cursor methods for Mongodb query
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Filter interface{}
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size Object - Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods MongoDb Cursor Methods Properties Response - Cursor methods for Mongodb query
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Object
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size any - Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods MongoDb Cursor Methods Properties Response - Cursor methods for Mongodb query
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch_
size Any - Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor_
methods MongoDb Cursor Methods Properties Response - Cursor methods for Mongodb query
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size Any - Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods Property Map - Cursor methods for Mongodb query
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
MongoDbCursorMethodsProperties, MongoDbCursorMethodsPropertiesArgs
- Limit object
- Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a SQL database. Type: integer (or Expression with resultType integer).
- Project object
- Specifies the fields to return in the documents that match the query filter. To return all fields in the matching documents, omit this parameter. Type: string (or Expression with resultType string).
- Skip object
- Specifies the how many documents skipped and where MongoDB begins returning results. This approach may be useful in implementing paginated results. Type: integer (or Expression with resultType integer).
- Sort object
- Specifies the order in which the query returns matching documents. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- Limit interface{}
- Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a SQL database. Type: integer (or Expression with resultType integer).
- Project interface{}
- Specifies the fields to return in the documents that match the query filter. To return all fields in the matching documents, omit this parameter. Type: string (or Expression with resultType string).
- Skip interface{}
- Specifies the how many documents skipped and where MongoDB begins returning results. This approach may be useful in implementing paginated results. Type: integer (or Expression with resultType integer).
- Sort interface{}
- Specifies the order in which the query returns matching documents. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- limit Object
- Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a SQL database. Type: integer (or Expression with resultType integer).
- project Object
- Specifies the fields to return in the documents that match the query filter. To return all fields in the matching documents, omit this parameter. Type: string (or Expression with resultType string).
- skip Object
- Specifies the how many documents skipped and where MongoDB begins returning results. This approach may be useful in implementing paginated results. Type: integer (or Expression with resultType integer).
- sort Object
- Specifies the order in which the query returns matching documents. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- limit any
- Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a SQL database. Type: integer (or Expression with resultType integer).
- project any
- Specifies the fields to return in the documents that match the query filter. To return all fields in the matching documents, omit this parameter. Type: string (or Expression with resultType string).
- skip any
- Specifies the how many documents skipped and where MongoDB begins returning results. This approach may be useful in implementing paginated results. Type: integer (or Expression with resultType integer).
- sort any
- Specifies the order in which the query returns matching documents. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- limit Any
- Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a SQL database. Type: integer (or Expression with resultType integer).
- project Any
- Specifies the fields to return in the documents that match the query filter. To return all fields in the matching documents, omit this parameter. Type: string (or Expression with resultType string).
- skip Any
- Specifies the how many documents skipped and where MongoDB begins returning results. This approach may be useful in implementing paginated results. Type: integer (or Expression with resultType integer).
- sort Any
- Specifies the order in which the query returns matching documents. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- limit Any
- Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a SQL database. Type: integer (or Expression with resultType integer).
- project Any
- Specifies the fields to return in the documents that match the query filter. To return all fields in the matching documents, omit this parameter. Type: string (or Expression with resultType string).
- skip Any
- Specifies the how many documents skipped and where MongoDB begins returning results. This approach may be useful in implementing paginated results. Type: integer (or Expression with resultType integer).
- sort Any
- Specifies the order in which the query returns matching documents. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
MongoDbCursorMethodsPropertiesResponse, MongoDbCursorMethodsPropertiesResponseArgs
- Limit object
- Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a SQL database. Type: integer (or Expression with resultType integer).
- Project object
- Specifies the fields to return in the documents that match the query filter. To return all fields in the matching documents, omit this parameter. Type: string (or Expression with resultType string).
- Skip object
- Specifies the how many documents skipped and where MongoDB begins returning results. This approach may be useful in implementing paginated results. Type: integer (or Expression with resultType integer).
- Sort object
- Specifies the order in which the query returns matching documents. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- Limit interface{}
- Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a SQL database. Type: integer (or Expression with resultType integer).
- Project interface{}
- Specifies the fields to return in the documents that match the query filter. To return all fields in the matching documents, omit this parameter. Type: string (or Expression with resultType string).
- Skip interface{}
- Specifies the how many documents skipped and where MongoDB begins returning results. This approach may be useful in implementing paginated results. Type: integer (or Expression with resultType integer).
- Sort interface{}
- Specifies the order in which the query returns matching documents. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- limit Object
- Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a SQL database. Type: integer (or Expression with resultType integer).
- project Object
- Specifies the fields to return in the documents that match the query filter. To return all fields in the matching documents, omit this parameter. Type: string (or Expression with resultType string).
- skip Object
- Specifies the how many documents skipped and where MongoDB begins returning results. This approach may be useful in implementing paginated results. Type: integer (or Expression with resultType integer).
- sort Object
- Specifies the order in which the query returns matching documents. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- limit any
- Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a SQL database. Type: integer (or Expression with resultType integer).
- project any
- Specifies the fields to return in the documents that match the query filter. To return all fields in the matching documents, omit this parameter. Type: string (or Expression with resultType string).
- skip any
- Specifies the how many documents skipped and where MongoDB begins returning results. This approach may be useful in implementing paginated results. Type: integer (or Expression with resultType integer).
- sort any
- Specifies the order in which the query returns matching documents. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- limit Any
- Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a SQL database. Type: integer (or Expression with resultType integer).
- project Any
- Specifies the fields to return in the documents that match the query filter. To return all fields in the matching documents, omit this parameter. Type: string (or Expression with resultType string).
- skip Any
- Specifies the how many documents skipped and where MongoDB begins returning results. This approach may be useful in implementing paginated results. Type: integer (or Expression with resultType integer).
- sort Any
- Specifies the order in which the query returns matching documents. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- limit Any
- Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a SQL database. Type: integer (or Expression with resultType integer).
- project Any
- Specifies the fields to return in the documents that match the query filter. To return all fields in the matching documents, omit this parameter. Type: string (or Expression with resultType string).
- skip Any
- Specifies the how many documents skipped and where MongoDB begins returning results. This approach may be useful in implementing paginated results. Type: integer (or Expression with resultType integer).
- sort Any
- Specifies the order in which the query returns matching documents. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
MongoDbSource, MongoDbSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
MongoDbSourceResponse, MongoDbSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
MongoDbV2Sink, MongoDbV2SinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
MongoDbV2SinkResponse, MongoDbV2SinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
MongoDbV2Source, MongoDbV2SourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Batch
Size object - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- Cursor
Methods Pulumi.Azure Native. Data Factory. Inputs. Mongo Db Cursor Methods Properties - Cursor methods for Mongodb query
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Filter object
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Batch
Size interface{} - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- Cursor
Methods MongoDb Cursor Methods Properties - Cursor methods for Mongodb query
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Filter interface{}
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size Object - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods MongoDb Cursor Methods Properties - Cursor methods for Mongodb query
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Object
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size any - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods MongoDb Cursor Methods Properties - Cursor methods for Mongodb query
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch_
size Any - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor_
methods MongoDb Cursor Methods Properties - Cursor methods for Mongodb query
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size Any - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods Property Map - Cursor methods for Mongodb query
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
MongoDbV2SourceResponse, MongoDbV2SourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Batch
Size object - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- Cursor
Methods Pulumi.Azure Native. Data Factory. Inputs. Mongo Db Cursor Methods Properties Response - Cursor methods for Mongodb query
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Filter object
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Batch
Size interface{} - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- Cursor
Methods MongoDb Cursor Methods Properties Response - Cursor methods for Mongodb query
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Filter interface{}
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size Object - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods MongoDb Cursor Methods Properties Response - Cursor methods for Mongodb query
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Object
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size any - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods MongoDb Cursor Methods Properties Response - Cursor methods for Mongodb query
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch_
size Any - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor_
methods MongoDb Cursor Methods Properties Response - Cursor methods for Mongodb query
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size Any - Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
- cursor
Methods Property Map - Cursor methods for Mongodb query
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- filter Any
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
MySqlSource, MySqlSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
MySqlSourceResponse, MySqlSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
NetezzaPartitionSettings, NetezzaPartitionSettingsArgs
- Partition
Column objectName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Lower objectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Upper objectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Column interface{}Name - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Lower interface{}Bound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Upper interface{}Bound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column ObjectName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower ObjectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper ObjectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column anyName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower anyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper anyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
column_ Anyname - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
lower_ Anybound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
upper_ Anybound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column AnyName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower AnyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper AnyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
NetezzaPartitionSettingsResponse, NetezzaPartitionSettingsResponseArgs
- Partition
Column objectName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Lower objectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Upper objectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Column interface{}Name - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Lower interface{}Bound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Upper interface{}Bound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column ObjectName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower ObjectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper ObjectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column anyName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower anyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper anyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
column_ Anyname - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
lower_ Anybound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
upper_ Anybound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column AnyName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower AnyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper AnyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
NetezzaSource, NetezzaSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", "DataSlice", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Netezza Partition Settings - The settings that will be leveraged for Netezza source partitioning.
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", "DataSlice", "DynamicRange".
- Partition
Settings NetezzaPartition Settings - The settings that will be leveraged for Netezza source partitioning.
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", "DataSlice", "DynamicRange".
- partition
Settings NetezzaPartition Settings - The settings that will be leveraged for Netezza source partitioning.
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", "DataSlice", "DynamicRange".
- partition
Settings NetezzaPartition Settings - The settings that will be leveraged for Netezza source partitioning.
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", "DataSlice", "DynamicRange".
- partition_
settings NetezzaPartition Settings - The settings that will be leveraged for Netezza source partitioning.
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", "DataSlice", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for Netezza source partitioning.
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
NetezzaSourceResponse, NetezzaSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", "DataSlice", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Netezza Partition Settings Response - The settings that will be leveraged for Netezza source partitioning.
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", "DataSlice", "DynamicRange".
- Partition
Settings NetezzaPartition Settings Response - The settings that will be leveraged for Netezza source partitioning.
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", "DataSlice", "DynamicRange".
- partition
Settings NetezzaPartition Settings Response - The settings that will be leveraged for Netezza source partitioning.
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", "DataSlice", "DynamicRange".
- partition
Settings NetezzaPartition Settings Response - The settings that will be leveraged for Netezza source partitioning.
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", "DataSlice", "DynamicRange".
- partition_
settings NetezzaPartition Settings Response - The settings that will be leveraged for Netezza source partitioning.
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", "DataSlice", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for Netezza source partitioning.
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
NotebookParameter, NotebookParameterArgs
- Type
string | Pulumi.
Azure Native. Data Factory. Notebook Parameter Type - Notebook parameter type.
- Value object
- Notebook parameter value. Type: string (or Expression with resultType string).
- Type
string | Notebook
Parameter Type - Notebook parameter type.
- Value interface{}
- Notebook parameter value. Type: string (or Expression with resultType string).
- type
String | Notebook
Parameter Type - Notebook parameter type.
- value Object
- Notebook parameter value. Type: string (or Expression with resultType string).
- type
string | Notebook
Parameter Type - Notebook parameter type.
- value any
- Notebook parameter value. Type: string (or Expression with resultType string).
- type
str | Notebook
Parameter Type - Notebook parameter type.
- value Any
- Notebook parameter value. Type: string (or Expression with resultType string).
- type String | "string" | "int" | "float" | "bool"
- Notebook parameter type.
- value Any
- Notebook parameter value. Type: string (or Expression with resultType string).
NotebookParameterResponse, NotebookParameterResponseArgs
NotebookParameterType, NotebookParameterTypeArgs
- @String
- string
- @Int
- int
- @Float
- float
- @Bool
- bool
- Notebook
Parameter Type String - string
- Notebook
Parameter Type Int - int
- Notebook
Parameter Type Float - float
- Notebook
Parameter Type Bool - bool
- String
- string
- Int_
- int
- Float_
- float
- Bool
- bool
- String
- string
- Int
- int
- Float
- float
- Bool
- bool
- STRING
- string
- INT
- int
- FLOAT
- float
- BOOL
- bool
- "string"
- string
- "int"
- int
- "float"
- float
- "bool"
- bool
NotebookReferenceType, NotebookReferenceTypeArgs
- Notebook
Reference - NotebookReference
- Notebook
Reference Type Notebook Reference - NotebookReference
- Notebook
Reference - NotebookReference
- Notebook
Reference - NotebookReference
- NOTEBOOK_REFERENCE
- NotebookReference
- "Notebook
Reference" - NotebookReference
ODataSource, ODataSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request objectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request interface{}Timeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request ObjectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request anyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
request_ Anytimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request AnyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ODataSourceResponse, ODataSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request objectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request interface{}Timeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request ObjectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request anyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
request_ Anytimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request AnyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
OdbcSink, OdbcSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
OdbcSinkResponse, OdbcSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - A query to execute before starting the copy. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
OdbcSource, OdbcSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
OdbcSourceResponse, OdbcSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Office365Source, Office365SourceArgs
- Allowed
Groups object - The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
- Date
Filter objectColumn - The Column to apply the and . Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- End
Time object - End time of the requested range for this dataset. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Output
Columns object - The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Start
Time object - Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
- User
Scope objectFilter Uri - The user scope uri. Type: string (or Expression with resultType string).
- Allowed
Groups interface{} - The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
- Date
Filter interface{}Column - The Column to apply the and . Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- End
Time interface{} - End time of the requested range for this dataset. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Output
Columns interface{} - The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Start
Time interface{} - Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
- User
Scope interface{}Filter Uri - The user scope uri. Type: string (or Expression with resultType string).
- allowed
Groups Object - The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
- date
Filter ObjectColumn - The Column to apply the and . Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- end
Time Object - End time of the requested range for this dataset. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- output
Columns Object - The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- start
Time Object - Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
- user
Scope ObjectFilter Uri - The user scope uri. Type: string (or Expression with resultType string).
- allowed
Groups any - The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
- date
Filter anyColumn - The Column to apply the and . Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- end
Time any - End time of the requested range for this dataset. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- output
Columns any - The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- start
Time any - Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
- user
Scope anyFilter Uri - The user scope uri. Type: string (or Expression with resultType string).
- allowed_
groups Any - The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
- date_
filter_ Anycolumn - The Column to apply the and . Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- end_
time Any - End time of the requested range for this dataset. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- output_
columns Any - The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- start_
time Any - Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
- user_
scope_ Anyfilter_ uri - The user scope uri. Type: string (or Expression with resultType string).
- allowed
Groups Any - The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
- date
Filter AnyColumn - The Column to apply the and . Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- end
Time Any - End time of the requested range for this dataset. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- output
Columns Any - The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- start
Time Any - Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
- user
Scope AnyFilter Uri - The user scope uri. Type: string (or Expression with resultType string).
Office365SourceResponse, Office365SourceResponseArgs
- Allowed
Groups object - The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
- Date
Filter objectColumn - The Column to apply the and . Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- End
Time object - End time of the requested range for this dataset. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Output
Columns object - The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Start
Time object - Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
- User
Scope objectFilter Uri - The user scope uri. Type: string (or Expression with resultType string).
- Allowed
Groups interface{} - The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
- Date
Filter interface{}Column - The Column to apply the and . Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- End
Time interface{} - End time of the requested range for this dataset. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Output
Columns interface{} - The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Start
Time interface{} - Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
- User
Scope interface{}Filter Uri - The user scope uri. Type: string (or Expression with resultType string).
- allowed
Groups Object - The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
- date
Filter ObjectColumn - The Column to apply the and . Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- end
Time Object - End time of the requested range for this dataset. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- output
Columns Object - The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- start
Time Object - Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
- user
Scope ObjectFilter Uri - The user scope uri. Type: string (or Expression with resultType string).
- allowed
Groups any - The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
- date
Filter anyColumn - The Column to apply the and . Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- end
Time any - End time of the requested range for this dataset. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- output
Columns any - The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- start
Time any - Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
- user
Scope anyFilter Uri - The user scope uri. Type: string (or Expression with resultType string).
- allowed_
groups Any - The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
- date_
filter_ Anycolumn - The Column to apply the and . Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- end_
time Any - End time of the requested range for this dataset. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- output_
columns Any - The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- start_
time Any - Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
- user_
scope_ Anyfilter_ uri - The user scope uri. Type: string (or Expression with resultType string).
- allowed
Groups Any - The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
- date
Filter AnyColumn - The Column to apply the and . Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- end
Time Any - End time of the requested range for this dataset. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- output
Columns Any - The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- start
Time Any - Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
- user
Scope AnyFilter Uri - The user scope uri. Type: string (or Expression with resultType string).
OracleCloudStorageReadSettings, OracleCloudStorageReadSettingsArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix object
- The prefix filter for the Oracle Cloud Storage object name. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix interface{}
- The prefix filter for the Oracle Cloud Storage object name. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Object
- The prefix filter for the Oracle Cloud Storage object name. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix any
- The prefix filter for the Oracle Cloud Storage object name. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the Oracle Cloud Storage object name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the Oracle Cloud Storage object name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
OracleCloudStorageReadSettingsResponse, OracleCloudStorageReadSettingsResponseArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix object
- The prefix filter for the Oracle Cloud Storage object name. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Prefix interface{}
- The prefix filter for the Oracle Cloud Storage object name. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Object
- The prefix filter for the Oracle Cloud Storage object name. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix any
- The prefix filter for the Oracle Cloud Storage object name. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the Oracle Cloud Storage object name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- prefix Any
- The prefix filter for the Oracle Cloud Storage object name. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
OraclePartitionSettings, OraclePartitionSettingsArgs
- Partition
Column objectName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Lower objectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Names List<object> - Names of the physical partitions of Oracle table.
- Partition
Upper objectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Column interface{}Name - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Lower interface{}Bound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Names []interface{} - Names of the physical partitions of Oracle table.
- Partition
Upper interface{}Bound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column ObjectName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower ObjectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Names List<Object> - Names of the physical partitions of Oracle table.
- partition
Upper ObjectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column anyName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower anyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Names any[] - Names of the physical partitions of Oracle table.
- partition
Upper anyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
column_ Anyname - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
lower_ Anybound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
names Sequence[Any] - Names of the physical partitions of Oracle table.
- partition_
upper_ Anybound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column AnyName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower AnyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Names List<Any> - Names of the physical partitions of Oracle table.
- partition
Upper AnyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
OraclePartitionSettingsResponse, OraclePartitionSettingsResponseArgs
- Partition
Column objectName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Lower objectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Names List<object> - Names of the physical partitions of Oracle table.
- Partition
Upper objectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Column interface{}Name - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Lower interface{}Bound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Names []interface{} - Names of the physical partitions of Oracle table.
- Partition
Upper interface{}Bound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column ObjectName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower ObjectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Names List<Object> - Names of the physical partitions of Oracle table.
- partition
Upper ObjectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column anyName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower anyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Names any[] - Names of the physical partitions of Oracle table.
- partition
Upper anyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
column_ Anyname - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
lower_ Anybound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
names Sequence[Any] - Names of the physical partitions of Oracle table.
- partition_
upper_ Anybound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column AnyName - The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower AnyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Names List<Any> - Names of the physical partitions of Oracle table.
- partition
Upper AnyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
OracleServiceCloudSource, OracleServiceCloudSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
OracleServiceCloudSourceResponse, OracleServiceCloudSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
OracleSink, OracleSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
OracleSinkResponse, OracleSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
OracleSource, OracleSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Oracle
Reader objectQuery - Oracle reader query. Type: string (or Expression with resultType string).
- Partition
Option object - The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Oracle Partition Settings - The settings that will be leveraged for Oracle source partitioning.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Oracle
Reader interface{}Query - Oracle reader query. Type: string (or Expression with resultType string).
- Partition
Option interface{} - The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings OraclePartition Settings - The settings that will be leveraged for Oracle source partitioning.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- oracle
Reader ObjectQuery - Oracle reader query. Type: string (or Expression with resultType string).
- partition
Option Object - The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings OraclePartition Settings - The settings that will be leveraged for Oracle source partitioning.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- oracle
Reader anyQuery - Oracle reader query. Type: string (or Expression with resultType string).
- partition
Option any - The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings OraclePartition Settings - The settings that will be leveraged for Oracle source partitioning.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- oracle_
reader_ Anyquery - Oracle reader query. Type: string (or Expression with resultType string).
- partition_
option Any - The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition_
settings OraclePartition Settings - The settings that will be leveraged for Oracle source partitioning.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- oracle
Reader AnyQuery - Oracle reader query. Type: string (or Expression with resultType string).
- partition
Option Any - The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for Oracle source partitioning.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
OracleSourceResponse, OracleSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Oracle
Reader objectQuery - Oracle reader query. Type: string (or Expression with resultType string).
- Partition
Option object - The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Oracle Partition Settings Response - The settings that will be leveraged for Oracle source partitioning.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Oracle
Reader interface{}Query - Oracle reader query. Type: string (or Expression with resultType string).
- Partition
Option interface{} - The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings OraclePartition Settings Response - The settings that will be leveraged for Oracle source partitioning.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- oracle
Reader ObjectQuery - Oracle reader query. Type: string (or Expression with resultType string).
- partition
Option Object - The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings OraclePartition Settings Response - The settings that will be leveraged for Oracle source partitioning.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- oracle
Reader anyQuery - Oracle reader query. Type: string (or Expression with resultType string).
- partition
Option any - The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings OraclePartition Settings Response - The settings that will be leveraged for Oracle source partitioning.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- oracle_
reader_ Anyquery - Oracle reader query. Type: string (or Expression with resultType string).
- partition_
option Any - The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition_
settings OraclePartition Settings Response - The settings that will be leveraged for Oracle source partitioning.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- oracle
Reader AnyQuery - Oracle reader query. Type: string (or Expression with resultType string).
- partition
Option Any - The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for Oracle source partitioning.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
OrcSink, OrcSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Orc Write Settings - ORC format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSWrite Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Write Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Write Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Write Settings Azure | Pulumi.Native. Data Factory. Inputs. File Server Write Settings Azure Native. Data Factory. Inputs. Sftp Write Settings - ORC store settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings OrcWrite Settings - ORC format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - ORC store settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings OrcWrite Settings - ORC format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - ORC store settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings OrcWrite Settings - ORC format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - ORC store settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings OrcWrite Settings - ORC format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - ORC store settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - ORC format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - ORC store settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
OrcSinkResponse, OrcSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Orc Write Settings Response - ORC format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSWrite Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. File Server Write Settings Response Azure Native. Data Factory. Inputs. Sftp Write Settings Response - ORC store settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings OrcWrite Settings Response - ORC format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - ORC store settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings OrcWrite Settings Response - ORC format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - ORC store settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings OrcWrite Settings Response - ORC format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - ORC store settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings OrcWrite Settings Response - ORC format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - ORC store settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - ORC format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - ORC store settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
OrcSource, OrcSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Azure Native. Data Factory. Inputs. Sftp Read Settings - ORC store settings.
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - ORC store settings.
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - ORC store settings.
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - ORC store settings.
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - ORC store settings.
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - ORC store settings.
OrcSourceResponse, OrcSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Response Azure Native. Data Factory. Inputs. Sftp Read Settings Response - ORC store settings.
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - ORC store settings.
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - ORC store settings.
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - ORC store settings.
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - ORC store settings.
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - ORC store settings.
OrcWriteSettings, OrcWriteSettingsArgs
- File
Name objectPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- Max
Rows objectPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- File
Name interface{}Prefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- Max
Rows interface{}Per File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- file
Name ObjectPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows ObjectPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- file
Name anyPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows anyPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- file_
name_ Anyprefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max_
rows_ Anyper_ file - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- file
Name AnyPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows AnyPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
OrcWriteSettingsResponse, OrcWriteSettingsResponseArgs
- File
Name objectPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- Max
Rows objectPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- File
Name interface{}Prefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- Max
Rows interface{}Per File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- file
Name ObjectPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows ObjectPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- file
Name anyPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows anyPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- file_
name_ Anyprefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max_
rows_ Anyper_ file - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- file
Name AnyPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows AnyPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
ParameterSpecification, ParameterSpecificationArgs
- Type
string | Pulumi.
Azure Native. Data Factory. Parameter Type - Parameter type.
- Default
Value object - Default value of parameter.
- Type
string | Parameter
Type - Parameter type.
- Default
Value interface{} - Default value of parameter.
- type
String | Parameter
Type - Parameter type.
- default
Value Object - Default value of parameter.
- type
string | Parameter
Type - Parameter type.
- default
Value any - Default value of parameter.
- type
str | Parameter
Type - Parameter type.
- default_
value Any - Default value of parameter.
- type
String | "Object" | "String" | "Int" | "Float" | "Bool" | "Array" | "Secure
String" - Parameter type.
- default
Value Any - Default value of parameter.
ParameterSpecificationResponse, ParameterSpecificationResponseArgs
- Type string
- Parameter type.
- Default
Value object - Default value of parameter.
- Type string
- Parameter type.
- Default
Value interface{} - Default value of parameter.
- type String
- Parameter type.
- default
Value Object - Default value of parameter.
- type string
- Parameter type.
- default
Value any - Default value of parameter.
- type str
- Parameter type.
- default_
value Any - Default value of parameter.
- type String
- Parameter type.
- default
Value Any - Default value of parameter.
ParameterType, ParameterTypeArgs
- Object
- Object
- String
- String
- Int
- Int
- Float
- Float
- Bool
- Bool
- Array
- Array
- Secure
String - SecureString
- Parameter
Type Object - Object
- Parameter
Type String - String
- Parameter
Type Int - Int
- Parameter
Type Float - Float
- Parameter
Type Bool - Bool
- Parameter
Type Array - Array
- Parameter
Type Secure String - SecureString
- Object
- Object
- String
- String
- Int
- Int
- Float
- Float
- Bool
- Bool
- Array
- Array
- Secure
String - SecureString
- Object
- Object
- String
- String
- Int
- Int
- Float
- Float
- Bool
- Bool
- Array
- Array
- Secure
String - SecureString
- OBJECT
- Object
- STRING
- String
- INT
- Int
- FLOAT
- Float
- BOOL
- Bool
- ARRAY
- Array
- SECURE_STRING
- SecureString
- "Object"
- Object
- "String"
- String
- "Int"
- Int
- "Float"
- Float
- "Bool"
- Bool
- "Array"
- Array
- "Secure
String" - SecureString
ParquetSink, ParquetSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Parquet Write Settings - Parquet format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSWrite Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Write Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Write Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Write Settings Azure | Pulumi.Native. Data Factory. Inputs. File Server Write Settings Azure Native. Data Factory. Inputs. Sftp Write Settings - Parquet store settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings ParquetWrite Settings - Parquet format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - Parquet store settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings ParquetWrite Settings - Parquet format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - Parquet store settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings ParquetWrite Settings - Parquet format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - Parquet store settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings ParquetWrite Settings - Parquet format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AzureBlob | AzureFSWrite Settings Blob | AzureStorage Write Settings Data | AzureLake Store Write Settings File | FileStorage Write Settings Server | SftpWrite Settings Write Settings - Parquet store settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - Parquet format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Parquet store settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ParquetSinkResponse, ParquetSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Parquet Write Settings Response - Parquet format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSWrite Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Write Settings Response Azure | Pulumi.Native. Data Factory. Inputs. File Server Write Settings Response Azure Native. Data Factory. Inputs. Sftp Write Settings Response - Parquet store settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings ParquetWrite Settings Response - Parquet format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - Parquet store settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings ParquetWrite Settings Response - Parquet format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - Parquet store settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings ParquetWrite Settings Response - Parquet format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - Parquet store settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings ParquetWrite Settings Response - Parquet format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AzureBlob | AzureFSWrite Settings Response Blob | AzureStorage Write Settings Response Data | AzureLake Store Write Settings Response File | FileStorage Write Settings Response Server | SftpWrite Settings Response Write Settings Response - Parquet store settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - Parquet format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Parquet store settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ParquetSource, ParquetSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Azure Native. Data Factory. Inputs. Sftp Read Settings - Parquet store settings.
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Parquet store settings.
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Parquet store settings.
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Parquet store settings.
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Parquet store settings.
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Parquet store settings.
ParquetSourceResponse, ParquetSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Response Azure Native. Data Factory. Inputs. Sftp Read Settings Response - Parquet store settings.
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Parquet store settings.
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Parquet store settings.
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Parquet store settings.
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Parquet store settings.
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Parquet store settings.
ParquetWriteSettings, ParquetWriteSettingsArgs
- File
Name objectPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- Max
Rows objectPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- File
Name interface{}Prefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- Max
Rows interface{}Per File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- file
Name ObjectPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows ObjectPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- file
Name anyPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows anyPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- file_
name_ Anyprefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max_
rows_ Anyper_ file - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- file
Name AnyPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows AnyPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
ParquetWriteSettingsResponse, ParquetWriteSettingsResponseArgs
- File
Name objectPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- Max
Rows objectPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- File
Name interface{}Prefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- Max
Rows interface{}Per File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- file
Name ObjectPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows ObjectPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- file
Name anyPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows anyPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- file_
name_ Anyprefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max_
rows_ Anyper_ file - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
- file
Name AnyPrefix - Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
- max
Rows AnyPer File - Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
PaypalSource, PaypalSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
PaypalSourceResponse, PaypalSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
PhoenixSource, PhoenixSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
PhoenixSourceResponse, PhoenixSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
PipelineElapsedTimeMetricPolicy, PipelineElapsedTimeMetricPolicyArgs
- Duration object
- TimeSpan value, after which an Azure Monitoring Metric is fired.
- Duration interface{}
- TimeSpan value, after which an Azure Monitoring Metric is fired.
- duration Object
- TimeSpan value, after which an Azure Monitoring Metric is fired.
- duration any
- TimeSpan value, after which an Azure Monitoring Metric is fired.
- duration Any
- TimeSpan value, after which an Azure Monitoring Metric is fired.
- duration Any
- TimeSpan value, after which an Azure Monitoring Metric is fired.
PipelineElapsedTimeMetricPolicyResponse, PipelineElapsedTimeMetricPolicyResponseArgs
- Duration object
- TimeSpan value, after which an Azure Monitoring Metric is fired.
- Duration interface{}
- TimeSpan value, after which an Azure Monitoring Metric is fired.
- duration Object
- TimeSpan value, after which an Azure Monitoring Metric is fired.
- duration any
- TimeSpan value, after which an Azure Monitoring Metric is fired.
- duration Any
- TimeSpan value, after which an Azure Monitoring Metric is fired.
- duration Any
- TimeSpan value, after which an Azure Monitoring Metric is fired.
PipelineFolder, PipelineFolderArgs
- Name string
- The name of the folder that this Pipeline is in.
- Name string
- The name of the folder that this Pipeline is in.
- name String
- The name of the folder that this Pipeline is in.
- name string
- The name of the folder that this Pipeline is in.
- name str
- The name of the folder that this Pipeline is in.
- name String
- The name of the folder that this Pipeline is in.
PipelinePolicy, PipelinePolicyArgs
- Elapsed
Time Pulumi.Metric Azure Native. Data Factory. Inputs. Pipeline Elapsed Time Metric Policy - Pipeline ElapsedTime Metric Policy.
- Elapsed
Time PipelineMetric Elapsed Time Metric Policy - Pipeline ElapsedTime Metric Policy.
- elapsed
Time PipelineMetric Elapsed Time Metric Policy - Pipeline ElapsedTime Metric Policy.
- elapsed
Time PipelineMetric Elapsed Time Metric Policy - Pipeline ElapsedTime Metric Policy.
- elapsed_
time_ Pipelinemetric Elapsed Time Metric Policy - Pipeline ElapsedTime Metric Policy.
- elapsed
Time Property MapMetric - Pipeline ElapsedTime Metric Policy.
PipelinePolicyResponse, PipelinePolicyResponseArgs
- Elapsed
Time Pulumi.Metric Azure Native. Data Factory. Inputs. Pipeline Elapsed Time Metric Policy Response - Pipeline ElapsedTime Metric Policy.
- Elapsed
Time PipelineMetric Elapsed Time Metric Policy Response - Pipeline ElapsedTime Metric Policy.
- elapsed
Time PipelineMetric Elapsed Time Metric Policy Response - Pipeline ElapsedTime Metric Policy.
- elapsed
Time PipelineMetric Elapsed Time Metric Policy Response - Pipeline ElapsedTime Metric Policy.
- elapsed_
time_ Pipelinemetric Elapsed Time Metric Policy Response - Pipeline ElapsedTime Metric Policy.
- elapsed
Time Property MapMetric - Pipeline ElapsedTime Metric Policy.
PipelineReference, PipelineReferenceArgs
- Reference
Name string - Reference pipeline name.
- Type string
- Pipeline reference type.
- Name string
- Reference name.
- Reference
Name string - Reference pipeline name.
- Type string
- Pipeline reference type.
- Name string
- Reference name.
- reference
Name String - Reference pipeline name.
- type String
- Pipeline reference type.
- name String
- Reference name.
- reference
Name string - Reference pipeline name.
- type string
- Pipeline reference type.
- name string
- Reference name.
- reference_
name str - Reference pipeline name.
- type str
- Pipeline reference type.
- name str
- Reference name.
- reference
Name String - Reference pipeline name.
- type String
- Pipeline reference type.
- name String
- Reference name.
PipelineReferenceResponse, PipelineReferenceResponseArgs
- Reference
Name string - Reference pipeline name.
- Type string
- Pipeline reference type.
- Name string
- Reference name.
- Reference
Name string - Reference pipeline name.
- Type string
- Pipeline reference type.
- Name string
- Reference name.
- reference
Name String - Reference pipeline name.
- type String
- Pipeline reference type.
- name String
- Reference name.
- reference
Name string - Reference pipeline name.
- type string
- Pipeline reference type.
- name string
- Reference name.
- reference_
name str - Reference pipeline name.
- type str
- Pipeline reference type.
- name str
- Reference name.
- reference
Name String - Reference pipeline name.
- type String
- Pipeline reference type.
- name String
- Reference name.
PipelineResponseFolder, PipelineResponseFolderArgs
- Name string
- The name of the folder that this Pipeline is in.
- Name string
- The name of the folder that this Pipeline is in.
- name String
- The name of the folder that this Pipeline is in.
- name string
- The name of the folder that this Pipeline is in.
- name str
- The name of the folder that this Pipeline is in.
- name String
- The name of the folder that this Pipeline is in.
PolybaseSettings, PolybaseSettingsArgs
- Reject
Sample objectValue - Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows. Type: integer (or Expression with resultType integer), minimum: 0.
- Reject
Type string | Pulumi.Azure Native. Data Factory. Polybase Settings Reject Type - Reject type.
- Reject
Value object - Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or Expression with resultType number), minimum: 0.
- Use
Type objectDefault - Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. Type: boolean (or Expression with resultType boolean).
- Reject
Sample interface{}Value - Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows. Type: integer (or Expression with resultType integer), minimum: 0.
- Reject
Type string | PolybaseSettings Reject Type - Reject type.
- Reject
Value interface{} - Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or Expression with resultType number), minimum: 0.
- Use
Type interface{}Default - Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. Type: boolean (or Expression with resultType boolean).
- reject
Sample ObjectValue - Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows. Type: integer (or Expression with resultType integer), minimum: 0.
- reject
Type String | PolybaseSettings Reject Type - Reject type.
- reject
Value Object - Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or Expression with resultType number), minimum: 0.
- use
Type ObjectDefault - Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. Type: boolean (or Expression with resultType boolean).
- reject
Sample anyValue - Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows. Type: integer (or Expression with resultType integer), minimum: 0.
- reject
Type string | PolybaseSettings Reject Type - Reject type.
- reject
Value any - Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or Expression with resultType number), minimum: 0.
- use
Type anyDefault - Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. Type: boolean (or Expression with resultType boolean).
- reject_
sample_ Anyvalue - Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows. Type: integer (or Expression with resultType integer), minimum: 0.
- reject_
type str | PolybaseSettings Reject Type - Reject type.
- reject_
value Any - Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or Expression with resultType number), minimum: 0.
- use_
type_ Anydefault - Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. Type: boolean (or Expression with resultType boolean).
- reject
Sample AnyValue - Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows. Type: integer (or Expression with resultType integer), minimum: 0.
- reject
Type String | "value" | "percentage" - Reject type.
- reject
Value Any - Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or Expression with resultType number), minimum: 0.
- use
Type AnyDefault - Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. Type: boolean (or Expression with resultType boolean).
PolybaseSettingsRejectType, PolybaseSettingsRejectTypeArgs
- @Value
- value
- Percentage
- percentage
- Polybase
Settings Reject Type Value - value
- Polybase
Settings Reject Type Percentage - percentage
- Value
- value
- Percentage
- percentage
- Value
- value
- Percentage
- percentage
- VALUE
- value
- PERCENTAGE
- percentage
- "value"
- value
- "percentage"
- percentage
PolybaseSettingsResponse, PolybaseSettingsResponseArgs
- Reject
Sample objectValue - Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows. Type: integer (or Expression with resultType integer), minimum: 0.
- Reject
Type string - Reject type.
- Reject
Value object - Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or Expression with resultType number), minimum: 0.
- Use
Type objectDefault - Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. Type: boolean (or Expression with resultType boolean).
- Reject
Sample interface{}Value - Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows. Type: integer (or Expression with resultType integer), minimum: 0.
- Reject
Type string - Reject type.
- Reject
Value interface{} - Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or Expression with resultType number), minimum: 0.
- Use
Type interface{}Default - Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. Type: boolean (or Expression with resultType boolean).
- reject
Sample ObjectValue - Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows. Type: integer (or Expression with resultType integer), minimum: 0.
- reject
Type String - Reject type.
- reject
Value Object - Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or Expression with resultType number), minimum: 0.
- use
Type ObjectDefault - Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. Type: boolean (or Expression with resultType boolean).
- reject
Sample anyValue - Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows. Type: integer (or Expression with resultType integer), minimum: 0.
- reject
Type string - Reject type.
- reject
Value any - Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or Expression with resultType number), minimum: 0.
- use
Type anyDefault - Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. Type: boolean (or Expression with resultType boolean).
- reject_
sample_ Anyvalue - Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows. Type: integer (or Expression with resultType integer), minimum: 0.
- reject_
type str - Reject type.
- reject_
value Any - Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or Expression with resultType number), minimum: 0.
- use_
type_ Anydefault - Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. Type: boolean (or Expression with resultType boolean).
- reject
Sample AnyValue - Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows. Type: integer (or Expression with resultType integer), minimum: 0.
- reject
Type String - Reject type.
- reject
Value Any - Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or Expression with resultType number), minimum: 0.
- use
Type AnyDefault - Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. Type: boolean (or Expression with resultType boolean).
PostgreSqlSource, PostgreSqlSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
PostgreSqlSourceResponse, PostgreSqlSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
PowerQuerySink, PowerQuerySinkArgs
- Name string
- Transformation name.
- Dataset
Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference - Dataset reference.
- Description string
- Transformation description.
- Flowlet
Pulumi.
Azure Native. Data Factory. Inputs. Data Flow Reference - Flowlet Reference
- Linked
Service Pulumi.Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Rejected
Data Pulumi.Linked Service Azure Native. Data Factory. Inputs. Linked Service Reference - Rejected data linked service reference.
- Schema
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Linked Service Reference - Schema linked service reference.
- Script string
- sink script.
- Name string
- Transformation name.
- Dataset
Dataset
Reference - Dataset reference.
- Description string
- Transformation description.
- Flowlet
Data
Flow Reference - Flowlet Reference
- Linked
Service LinkedService Reference - Linked service reference.
- Rejected
Data LinkedLinked Service Service Reference - Rejected data linked service reference.
- Schema
Linked LinkedService Service Reference - Schema linked service reference.
- Script string
- sink script.
- name String
- Transformation name.
- dataset
Dataset
Reference - Dataset reference.
- description String
- Transformation description.
- flowlet
Data
Flow Reference - Flowlet Reference
- linked
Service LinkedService Reference - Linked service reference.
- rejected
Data LinkedLinked Service Service Reference - Rejected data linked service reference.
- schema
Linked LinkedService Service Reference - Schema linked service reference.
- script String
- sink script.
- name string
- Transformation name.
- dataset
Dataset
Reference - Dataset reference.
- description string
- Transformation description.
- flowlet
Data
Flow Reference - Flowlet Reference
- linked
Service LinkedService Reference - Linked service reference.
- rejected
Data LinkedLinked Service Service Reference - Rejected data linked service reference.
- schema
Linked LinkedService Service Reference - Schema linked service reference.
- script string
- sink script.
- name str
- Transformation name.
- dataset
Dataset
Reference - Dataset reference.
- description str
- Transformation description.
- flowlet
Data
Flow Reference - Flowlet Reference
- linked_
service LinkedService Reference - Linked service reference.
- rejected_
data_ Linkedlinked_ service Service Reference - Rejected data linked service reference.
- schema_
linked_ Linkedservice Service Reference - Schema linked service reference.
- script str
- sink script.
- name String
- Transformation name.
- dataset Property Map
- Dataset reference.
- description String
- Transformation description.
- flowlet Property Map
- Flowlet Reference
- linked
Service Property Map - Linked service reference.
- rejected
Data Property MapLinked Service - Rejected data linked service reference.
- schema
Linked Property MapService - Schema linked service reference.
- script String
- sink script.
PowerQuerySinkMapping, PowerQuerySinkMappingArgs
- Dataflow
Sinks List<Pulumi.Azure Native. Data Factory. Inputs. Power Query Sink> - List of sinks mapped to Power Query mashup query.
- Query
Name string - Name of the query in Power Query mashup document.
- Dataflow
Sinks []PowerQuery Sink - List of sinks mapped to Power Query mashup query.
- Query
Name string - Name of the query in Power Query mashup document.
- dataflow
Sinks List<PowerQuery Sink> - List of sinks mapped to Power Query mashup query.
- query
Name String - Name of the query in Power Query mashup document.
- dataflow
Sinks PowerQuery Sink[] - List of sinks mapped to Power Query mashup query.
- query
Name string - Name of the query in Power Query mashup document.
- dataflow_
sinks Sequence[PowerQuery Sink] - List of sinks mapped to Power Query mashup query.
- query_
name str - Name of the query in Power Query mashup document.
- dataflow
Sinks List<Property Map> - List of sinks mapped to Power Query mashup query.
- query
Name String - Name of the query in Power Query mashup document.
PowerQuerySinkMappingResponse, PowerQuerySinkMappingResponseArgs
- Dataflow
Sinks List<Pulumi.Azure Native. Data Factory. Inputs. Power Query Sink Response> - List of sinks mapped to Power Query mashup query.
- Query
Name string - Name of the query in Power Query mashup document.
- Dataflow
Sinks []PowerQuery Sink Response - List of sinks mapped to Power Query mashup query.
- Query
Name string - Name of the query in Power Query mashup document.
- dataflow
Sinks List<PowerQuery Sink Response> - List of sinks mapped to Power Query mashup query.
- query
Name String - Name of the query in Power Query mashup document.
- dataflow
Sinks PowerQuery Sink Response[] - List of sinks mapped to Power Query mashup query.
- query
Name string - Name of the query in Power Query mashup document.
- dataflow_
sinks Sequence[PowerQuery Sink Response] - List of sinks mapped to Power Query mashup query.
- query_
name str - Name of the query in Power Query mashup document.
- dataflow
Sinks List<Property Map> - List of sinks mapped to Power Query mashup query.
- query
Name String - Name of the query in Power Query mashup document.
PowerQuerySinkResponse, PowerQuerySinkResponseArgs
- Name string
- Transformation name.
- Dataset
Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference Response - Dataset reference.
- Description string
- Transformation description.
- Flowlet
Pulumi.
Azure Native. Data Factory. Inputs. Data Flow Reference Response - Flowlet Reference
- Linked
Service Pulumi.Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Rejected
Data Pulumi.Linked Service Azure Native. Data Factory. Inputs. Linked Service Reference Response - Rejected data linked service reference.
- Schema
Linked Pulumi.Service Azure Native. Data Factory. Inputs. Linked Service Reference Response - Schema linked service reference.
- Script string
- sink script.
- Name string
- Transformation name.
- Dataset
Dataset
Reference Response - Dataset reference.
- Description string
- Transformation description.
- Flowlet
Data
Flow Reference Response - Flowlet Reference
- Linked
Service LinkedService Reference Response - Linked service reference.
- Rejected
Data LinkedLinked Service Service Reference Response - Rejected data linked service reference.
- Schema
Linked LinkedService Service Reference Response - Schema linked service reference.
- Script string
- sink script.
- name String
- Transformation name.
- dataset
Dataset
Reference Response - Dataset reference.
- description String
- Transformation description.
- flowlet
Data
Flow Reference Response - Flowlet Reference
- linked
Service LinkedService Reference Response - Linked service reference.
- rejected
Data LinkedLinked Service Service Reference Response - Rejected data linked service reference.
- schema
Linked LinkedService Service Reference Response - Schema linked service reference.
- script String
- sink script.
- name string
- Transformation name.
- dataset
Dataset
Reference Response - Dataset reference.
- description string
- Transformation description.
- flowlet
Data
Flow Reference Response - Flowlet Reference
- linked
Service LinkedService Reference Response - Linked service reference.
- rejected
Data LinkedLinked Service Service Reference Response - Rejected data linked service reference.
- schema
Linked LinkedService Service Reference Response - Schema linked service reference.
- script string
- sink script.
- name str
- Transformation name.
- dataset
Dataset
Reference Response - Dataset reference.
- description str
- Transformation description.
- flowlet
Data
Flow Reference Response - Flowlet Reference
- linked_
service LinkedService Reference Response - Linked service reference.
- rejected_
data_ Linkedlinked_ service Service Reference Response - Rejected data linked service reference.
- schema_
linked_ Linkedservice Service Reference Response - Schema linked service reference.
- script str
- sink script.
- name String
- Transformation name.
- dataset Property Map
- Dataset reference.
- description String
- Transformation description.
- flowlet Property Map
- Flowlet Reference
- linked
Service Property Map - Linked service reference.
- rejected
Data Property MapLinked Service - Rejected data linked service reference.
- schema
Linked Property MapService - Schema linked service reference.
- script String
- sink script.
PrestoSource, PrestoSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
PrestoSourceResponse, PrestoSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
QuickBooksSource, QuickBooksSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
QuickBooksSourceResponse, QuickBooksSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
RedirectIncompatibleRowSettings, RedirectIncompatibleRowSettingsArgs
- Linked
Service objectName - Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression with resultType string).
- Path object
- The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string).
- Linked
Service interface{}Name - Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression with resultType string).
- Path interface{}
- The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string).
- linked
Service ObjectName - Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression with resultType string).
- path Object
- The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string).
- linked
Service anyName - Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression with resultType string).
- path any
- The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string).
- linked_
service_ Anyname - Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression with resultType string).
- path Any
- The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string).
- linked
Service AnyName - Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression with resultType string).
- path Any
- The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string).
RedirectIncompatibleRowSettingsResponse, RedirectIncompatibleRowSettingsResponseArgs
- Linked
Service objectName - Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression with resultType string).
- Path object
- The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string).
- Linked
Service interface{}Name - Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression with resultType string).
- Path interface{}
- The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string).
- linked
Service ObjectName - Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression with resultType string).
- path Object
- The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string).
- linked
Service anyName - Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression with resultType string).
- path any
- The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string).
- linked_
service_ Anyname - Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression with resultType string).
- path Any
- The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string).
- linked
Service AnyName - Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression with resultType string).
- path Any
- The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string).
RedshiftUnloadSettings, RedshiftUnloadSettingsArgs
- Bucket
Name object - The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source. The bucket must be in the same region as the Amazon Redshift source. Type: string (or Expression with resultType string).
- S3Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
- Bucket
Name interface{} - The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source. The bucket must be in the same region as the Amazon Redshift source. Type: string (or Expression with resultType string).
- S3Linked
Service LinkedName Service Reference - The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
- bucket
Name Object - The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source. The bucket must be in the same region as the Amazon Redshift source. Type: string (or Expression with resultType string).
- s3Linked
Service LinkedName Service Reference - The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
- bucket
Name any - The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source. The bucket must be in the same region as the Amazon Redshift source. Type: string (or Expression with resultType string).
- s3Linked
Service LinkedName Service Reference - The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
- bucket_
name Any - The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source. The bucket must be in the same region as the Amazon Redshift source. Type: string (or Expression with resultType string).
- s3_
linked_ Linkedservice_ name Service Reference - The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
- bucket
Name Any - The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source. The bucket must be in the same region as the Amazon Redshift source. Type: string (or Expression with resultType string).
- s3Linked
Service Property MapName - The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
RedshiftUnloadSettingsResponse, RedshiftUnloadSettingsResponseArgs
- Bucket
Name object - The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source. The bucket must be in the same region as the Amazon Redshift source. Type: string (or Expression with resultType string).
- S3Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
- Bucket
Name interface{} - The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source. The bucket must be in the same region as the Amazon Redshift source. Type: string (or Expression with resultType string).
- S3Linked
Service LinkedName Service Reference Response - The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
- bucket
Name Object - The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source. The bucket must be in the same region as the Amazon Redshift source. Type: string (or Expression with resultType string).
- s3Linked
Service LinkedName Service Reference Response - The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
- bucket
Name any - The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source. The bucket must be in the same region as the Amazon Redshift source. Type: string (or Expression with resultType string).
- s3Linked
Service LinkedName Service Reference Response - The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
- bucket_
name Any - The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source. The bucket must be in the same region as the Amazon Redshift source. Type: string (or Expression with resultType string).
- s3_
linked_ Linkedservice_ name Service Reference Response - The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
- bucket
Name Any - The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source. The bucket must be in the same region as the Amazon Redshift source. Type: string (or Expression with resultType string).
- s3Linked
Service Property MapName - The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
RelationalSource, RelationalSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
RelationalSourceResponse, RelationalSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ResponsysSource, ResponsysSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ResponsysSourceResponse, ResponsysSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
RestSink, RestSinkArgs
- Additional
Headers object - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Compression objectType - Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip.
- Http
Request objectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Request
Interval object - The time to await before sending next request, in milliseconds
- Request
Method object - The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Headers interface{} - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Compression interface{}Type - Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip.
- Http
Request interface{}Timeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Request
Interval interface{} - The time to await before sending next request, in milliseconds
- Request
Method interface{} - The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Headers Object - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Compression ObjectType - Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip.
- http
Request ObjectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- request
Interval Object - The time to await before sending next request, in milliseconds
- request
Method Object - The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Headers any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Compression anyType - Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip.
- http
Request anyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- request
Interval any - The time to await before sending next request, in milliseconds
- request
Method any - The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
headers Any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
compression_ Anytype - Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip.
- http_
request_ Anytimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- request_
interval Any - The time to await before sending next request, in milliseconds
- request_
method Any - The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Headers Any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Compression AnyType - Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip.
- http
Request AnyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- request
Interval Any - The time to await before sending next request, in milliseconds
- request
Method Any - The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
RestSinkResponse, RestSinkResponseArgs
- Additional
Headers object - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Compression objectType - Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip.
- Http
Request objectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Request
Interval object - The time to await before sending next request, in milliseconds
- Request
Method object - The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Headers interface{} - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Compression interface{}Type - Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip.
- Http
Request interface{}Timeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Request
Interval interface{} - The time to await before sending next request, in milliseconds
- Request
Method interface{} - The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Headers Object - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Compression ObjectType - Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip.
- http
Request ObjectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- request
Interval Object - The time to await before sending next request, in milliseconds
- request
Method Object - The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Headers any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Compression anyType - Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip.
- http
Request anyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- request
Interval any - The time to await before sending next request, in milliseconds
- request
Method any - The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
headers Any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
compression_ Anytype - Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip.
- http_
request_ Anytimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- request_
interval Any - The time to await before sending next request, in milliseconds
- request_
method Any - The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Headers Any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Compression AnyType - Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip.
- http
Request AnyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- request
Interval Any - The time to await before sending next request, in milliseconds
- request
Method Any - The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
RestSource, RestSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Additional
Headers object - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request objectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Pagination
Rules object - The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
- Request
Body object - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- Request
Interval object - The time to await before sending next page request.
- Request
Method object - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Additional
Headers interface{} - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request interface{}Timeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Pagination
Rules interface{} - The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
- Request
Body interface{} - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- Request
Interval interface{} - The time to await before sending next page request.
- Request
Method interface{} - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- additional
Headers Object - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request ObjectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- pagination
Rules Object - The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
- request
Body Object - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- request
Interval Object - The time to await before sending next page request.
- request
Method Object - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- additional
Headers any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request anyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- pagination
Rules any - The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
- request
Body any - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- request
Interval any - The time to await before sending next page request.
- request
Method any - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- additional_
headers Any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
request_ Anytimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- pagination_
rules Any - The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
- request_
body Any - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- request_
interval Any - The time to await before sending next page request.
- request_
method Any - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- additional
Headers Any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request AnyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- pagination
Rules Any - The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
- request
Body Any - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- request
Interval Any - The time to await before sending next page request.
- request
Method Any - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
RestSourceResponse, RestSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Additional
Headers object - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request objectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Pagination
Rules object - The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
- Request
Body object - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- Request
Interval object - The time to await before sending next page request.
- Request
Method object - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Additional
Headers interface{} - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request interface{}Timeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Pagination
Rules interface{} - The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
- Request
Body interface{} - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- Request
Interval interface{} - The time to await before sending next page request.
- Request
Method interface{} - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- additional
Headers Object - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request ObjectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- pagination
Rules Object - The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
- request
Body Object - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- request
Interval Object - The time to await before sending next page request.
- request
Method Object - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- additional
Headers any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request anyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- pagination
Rules any - The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
- request
Body any - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- request
Interval any - The time to await before sending next page request.
- request
Method any - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- additional_
headers Any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
request_ Anytimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- pagination_
rules Any - The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
- request_
body Any - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- request_
interval Any - The time to await before sending next page request.
- request_
method Any - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- additional
Headers Any - The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request AnyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- pagination
Rules Any - The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
- request
Body Any - The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
- request
Interval Any - The time to await before sending next page request.
- request
Method Any - The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SSISAccessCredential, SSISAccessCredentialArgs
- Domain object
- Domain for windows authentication. Type: string (or Expression with resultType string).
- Password
Pulumi.
Azure | Pulumi.Native. Data Factory. Inputs. Azure Key Vault Secret Reference Azure Native. Data Factory. Inputs. Secure String - Password for windows authentication.
- User
Name object - UseName for windows authentication. Type: string (or Expression with resultType string).
- Domain interface{}
- Domain for windows authentication. Type: string (or Expression with resultType string).
- Password
Azure
Key | SecureVault Secret Reference String - Password for windows authentication.
- User
Name interface{} - UseName for windows authentication. Type: string (or Expression with resultType string).
- domain Object
- Domain for windows authentication. Type: string (or Expression with resultType string).
- password
Azure
Key | SecureVault Secret Reference String - Password for windows authentication.
- user
Name Object - UseName for windows authentication. Type: string (or Expression with resultType string).
- domain any
- Domain for windows authentication. Type: string (or Expression with resultType string).
- password
Azure
Key | SecureVault Secret Reference String - Password for windows authentication.
- user
Name any - UseName for windows authentication. Type: string (or Expression with resultType string).
- domain Any
- Domain for windows authentication. Type: string (or Expression with resultType string).
- password
Azure
Key | SecureVault Secret Reference String - Password for windows authentication.
- user_
name Any - UseName for windows authentication. Type: string (or Expression with resultType string).
- domain Any
- Domain for windows authentication. Type: string (or Expression with resultType string).
- password Property Map | Property Map
- Password for windows authentication.
- user
Name Any - UseName for windows authentication. Type: string (or Expression with resultType string).
SSISAccessCredentialResponse, SSISAccessCredentialResponseArgs
- Domain object
- Domain for windows authentication. Type: string (or Expression with resultType string).
- Password
Pulumi.
Azure | Pulumi.Native. Data Factory. Inputs. Azure Key Vault Secret Reference Response Azure Native. Data Factory. Inputs. Secure String Response - Password for windows authentication.
- User
Name object - UseName for windows authentication. Type: string (or Expression with resultType string).
- Domain interface{}
- Domain for windows authentication. Type: string (or Expression with resultType string).
- Password
Azure
Key | SecureVault Secret Reference Response String Response - Password for windows authentication.
- User
Name interface{} - UseName for windows authentication. Type: string (or Expression with resultType string).
- domain Object
- Domain for windows authentication. Type: string (or Expression with resultType string).
- password
Azure
Key | SecureVault Secret Reference Response String Response - Password for windows authentication.
- user
Name Object - UseName for windows authentication. Type: string (or Expression with resultType string).
- domain any
- Domain for windows authentication. Type: string (or Expression with resultType string).
- password
Azure
Key | SecureVault Secret Reference Response String Response - Password for windows authentication.
- user
Name any - UseName for windows authentication. Type: string (or Expression with resultType string).
- domain Any
- Domain for windows authentication. Type: string (or Expression with resultType string).
- password
Azure
Key | SecureVault Secret Reference Response String Response - Password for windows authentication.
- user_
name Any - UseName for windows authentication. Type: string (or Expression with resultType string).
- domain Any
- Domain for windows authentication. Type: string (or Expression with resultType string).
- password Property Map | Property Map
- Password for windows authentication.
- user
Name Any - UseName for windows authentication. Type: string (or Expression with resultType string).
SSISChildPackage, SSISChildPackageArgs
- Package
Content object - Content for embedded child package. Type: string (or Expression with resultType string).
- Package
Path object - Path for embedded child package. Type: string (or Expression with resultType string).
- Package
Last stringModified Date - Last modified date for embedded child package.
- Package
Name string - Name for embedded child package.
- Package
Content interface{} - Content for embedded child package. Type: string (or Expression with resultType string).
- Package
Path interface{} - Path for embedded child package. Type: string (or Expression with resultType string).
- Package
Last stringModified Date - Last modified date for embedded child package.
- Package
Name string - Name for embedded child package.
- package
Content Object - Content for embedded child package. Type: string (or Expression with resultType string).
- package
Path Object - Path for embedded child package. Type: string (or Expression with resultType string).
- package
Last StringModified Date - Last modified date for embedded child package.
- package
Name String - Name for embedded child package.
- package
Content any - Content for embedded child package. Type: string (or Expression with resultType string).
- package
Path any - Path for embedded child package. Type: string (or Expression with resultType string).
- package
Last stringModified Date - Last modified date for embedded child package.
- package
Name string - Name for embedded child package.
- package_
content Any - Content for embedded child package. Type: string (or Expression with resultType string).
- package_
path Any - Path for embedded child package. Type: string (or Expression with resultType string).
- package_
last_ strmodified_ date - Last modified date for embedded child package.
- package_
name str - Name for embedded child package.
- package
Content Any - Content for embedded child package. Type: string (or Expression with resultType string).
- package
Path Any - Path for embedded child package. Type: string (or Expression with resultType string).
- package
Last StringModified Date - Last modified date for embedded child package.
- package
Name String - Name for embedded child package.
SSISChildPackageResponse, SSISChildPackageResponseArgs
- Package
Content object - Content for embedded child package. Type: string (or Expression with resultType string).
- Package
Path object - Path for embedded child package. Type: string (or Expression with resultType string).
- Package
Last stringModified Date - Last modified date for embedded child package.
- Package
Name string - Name for embedded child package.
- Package
Content interface{} - Content for embedded child package. Type: string (or Expression with resultType string).
- Package
Path interface{} - Path for embedded child package. Type: string (or Expression with resultType string).
- Package
Last stringModified Date - Last modified date for embedded child package.
- Package
Name string - Name for embedded child package.
- package
Content Object - Content for embedded child package. Type: string (or Expression with resultType string).
- package
Path Object - Path for embedded child package. Type: string (or Expression with resultType string).
- package
Last StringModified Date - Last modified date for embedded child package.
- package
Name String - Name for embedded child package.
- package
Content any - Content for embedded child package. Type: string (or Expression with resultType string).
- package
Path any - Path for embedded child package. Type: string (or Expression with resultType string).
- package
Last stringModified Date - Last modified date for embedded child package.
- package
Name string - Name for embedded child package.
- package_
content Any - Content for embedded child package. Type: string (or Expression with resultType string).
- package_
path Any - Path for embedded child package. Type: string (or Expression with resultType string).
- package_
last_ strmodified_ date - Last modified date for embedded child package.
- package_
name str - Name for embedded child package.
- package
Content Any - Content for embedded child package. Type: string (or Expression with resultType string).
- package
Path Any - Path for embedded child package. Type: string (or Expression with resultType string).
- package
Last StringModified Date - Last modified date for embedded child package.
- package
Name String - Name for embedded child package.
SSISExecutionCredential, SSISExecutionCredentialArgs
- Domain object
- Domain for windows authentication. Type: string (or Expression with resultType string).
- Password
Pulumi.
Azure Native. Data Factory. Inputs. Secure String - Password for windows authentication.
- User
Name object - UseName for windows authentication. Type: string (or Expression with resultType string).
- Domain interface{}
- Domain for windows authentication. Type: string (or Expression with resultType string).
- Password
Secure
String - Password for windows authentication.
- User
Name interface{} - UseName for windows authentication. Type: string (or Expression with resultType string).
- domain Object
- Domain for windows authentication. Type: string (or Expression with resultType string).
- password
Secure
String - Password for windows authentication.
- user
Name Object - UseName for windows authentication. Type: string (or Expression with resultType string).
- domain any
- Domain for windows authentication. Type: string (or Expression with resultType string).
- password
Secure
String - Password for windows authentication.
- user
Name any - UseName for windows authentication. Type: string (or Expression with resultType string).
- domain Any
- Domain for windows authentication. Type: string (or Expression with resultType string).
- password
Secure
String - Password for windows authentication.
- user_
name Any - UseName for windows authentication. Type: string (or Expression with resultType string).
- domain Any
- Domain for windows authentication. Type: string (or Expression with resultType string).
- password Property Map
- Password for windows authentication.
- user
Name Any - UseName for windows authentication. Type: string (or Expression with resultType string).
SSISExecutionCredentialResponse, SSISExecutionCredentialResponseArgs
- Domain object
- Domain for windows authentication. Type: string (or Expression with resultType string).
- Password
Pulumi.
Azure Native. Data Factory. Inputs. Secure String Response - Password for windows authentication.
- User
Name object - UseName for windows authentication. Type: string (or Expression with resultType string).
- Domain interface{}
- Domain for windows authentication. Type: string (or Expression with resultType string).
- Password
Secure
String Response - Password for windows authentication.
- User
Name interface{} - UseName for windows authentication. Type: string (or Expression with resultType string).
- domain Object
- Domain for windows authentication. Type: string (or Expression with resultType string).
- password
Secure
String Response - Password for windows authentication.
- user
Name Object - UseName for windows authentication. Type: string (or Expression with resultType string).
- domain any
- Domain for windows authentication. Type: string (or Expression with resultType string).
- password
Secure
String Response - Password for windows authentication.
- user
Name any - UseName for windows authentication. Type: string (or Expression with resultType string).
- domain Any
- Domain for windows authentication. Type: string (or Expression with resultType string).
- password
Secure
String Response - Password for windows authentication.
- user_
name Any - UseName for windows authentication. Type: string (or Expression with resultType string).
- domain Any
- Domain for windows authentication. Type: string (or Expression with resultType string).
- password Property Map
- Password for windows authentication.
- user
Name Any - UseName for windows authentication. Type: string (or Expression with resultType string).
SSISExecutionParameter, SSISExecutionParameterArgs
- Value object
- SSIS package execution parameter value. Type: string (or Expression with resultType string).
- Value interface{}
- SSIS package execution parameter value. Type: string (or Expression with resultType string).
- value Object
- SSIS package execution parameter value. Type: string (or Expression with resultType string).
- value any
- SSIS package execution parameter value. Type: string (or Expression with resultType string).
- value Any
- SSIS package execution parameter value. Type: string (or Expression with resultType string).
- value Any
- SSIS package execution parameter value. Type: string (or Expression with resultType string).
SSISExecutionParameterResponse, SSISExecutionParameterResponseArgs
- Value object
- SSIS package execution parameter value. Type: string (or Expression with resultType string).
- Value interface{}
- SSIS package execution parameter value. Type: string (or Expression with resultType string).
- value Object
- SSIS package execution parameter value. Type: string (or Expression with resultType string).
- value any
- SSIS package execution parameter value. Type: string (or Expression with resultType string).
- value Any
- SSIS package execution parameter value. Type: string (or Expression with resultType string).
- value Any
- SSIS package execution parameter value. Type: string (or Expression with resultType string).
SSISLogLocation, SSISLogLocationArgs
- Log
Path object - The SSIS package execution log path. Type: string (or Expression with resultType string).
- Type
string | Pulumi.
Azure Native. Data Factory. Ssis Log Location Type - The type of SSIS log location.
- Access
Credential Pulumi.Azure Native. Data Factory. Inputs. SSISAccess Credential - The package execution log access credential.
- Log
Refresh objectInterval - Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Log
Path interface{} - The SSIS package execution log path. Type: string (or Expression with resultType string).
- Type
string | Ssis
Log Location Type - The type of SSIS log location.
- Access
Credential SSISAccessCredential - The package execution log access credential.
- Log
Refresh interface{}Interval - Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- log
Path Object - The SSIS package execution log path. Type: string (or Expression with resultType string).
- type
String | Ssis
Log Location Type - The type of SSIS log location.
- access
Credential SSISAccessCredential - The package execution log access credential.
- log
Refresh ObjectInterval - Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- log
Path any - The SSIS package execution log path. Type: string (or Expression with resultType string).
- type
string | Ssis
Log Location Type - The type of SSIS log location.
- access
Credential SSISAccessCredential - The package execution log access credential.
- log
Refresh anyInterval - Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- log_
path Any - The SSIS package execution log path. Type: string (or Expression with resultType string).
- type
str | Ssis
Log Location Type - The type of SSIS log location.
- access_
credential SSISAccessCredential - The package execution log access credential.
- log_
refresh_ Anyinterval - Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- log
Path Any - The SSIS package execution log path. Type: string (or Expression with resultType string).
- type String | "File"
- The type of SSIS log location.
- access
Credential Property Map - The package execution log access credential.
- log
Refresh AnyInterval - Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SSISLogLocationResponse, SSISLogLocationResponseArgs
- Log
Path object - The SSIS package execution log path. Type: string (or Expression with resultType string).
- Type string
- The type of SSIS log location.
- Access
Credential Pulumi.Azure Native. Data Factory. Inputs. SSISAccess Credential Response - The package execution log access credential.
- Log
Refresh objectInterval - Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Log
Path interface{} - The SSIS package execution log path. Type: string (or Expression with resultType string).
- Type string
- The type of SSIS log location.
- Access
Credential SSISAccessCredential Response - The package execution log access credential.
- Log
Refresh interface{}Interval - Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- log
Path Object - The SSIS package execution log path. Type: string (or Expression with resultType string).
- type String
- The type of SSIS log location.
- access
Credential SSISAccessCredential Response - The package execution log access credential.
- log
Refresh ObjectInterval - Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- log
Path any - The SSIS package execution log path. Type: string (or Expression with resultType string).
- type string
- The type of SSIS log location.
- access
Credential SSISAccessCredential Response - The package execution log access credential.
- log
Refresh anyInterval - Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- log_
path Any - The SSIS package execution log path. Type: string (or Expression with resultType string).
- type str
- The type of SSIS log location.
- access_
credential SSISAccessCredential Response - The package execution log access credential.
- log_
refresh_ Anyinterval - Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- log
Path Any - The SSIS package execution log path. Type: string (or Expression with resultType string).
- type String
- The type of SSIS log location.
- access
Credential Property Map - The package execution log access credential.
- log
Refresh AnyInterval - Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SSISPackageLocation, SSISPackageLocationArgs
- Access
Credential Pulumi.Azure Native. Data Factory. Inputs. SSISAccess Credential - The package access credential.
- Child
Packages List<Pulumi.Azure Native. Data Factory. Inputs. SSISChild Package> - The embedded child package list.
- Configuration
Access Pulumi.Credential Azure Native. Data Factory. Inputs. SSISAccess Credential - The configuration file access credential.
- Configuration
Path object - The configuration file of the package execution. Type: string (or Expression with resultType string).
- Package
Content object - The embedded package content. Type: string (or Expression with resultType string).
- Package
Last stringModified Date - The embedded package last modified date.
- Package
Name string - The package name.
- Package
Password Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Azure Key Vault Secret Reference Azure Native. Data Factory. Inputs. Secure String - Password of the package.
- Package
Path object - The SSIS package path. Type: string (or Expression with resultType string).
- Type
string | Pulumi.
Azure Native. Data Factory. Ssis Package Location Type - The type of SSIS package location.
- Access
Credential SSISAccessCredential - The package access credential.
- Child
Packages []SSISChildPackage - The embedded child package list.
- Configuration
Access SSISAccessCredential Credential - The configuration file access credential.
- Configuration
Path interface{} - The configuration file of the package execution. Type: string (or Expression with resultType string).
- Package
Content interface{} - The embedded package content. Type: string (or Expression with resultType string).
- Package
Last stringModified Date - The embedded package last modified date.
- Package
Name string - The package name.
- Package
Password AzureKey | SecureVault Secret Reference String - Password of the package.
- Package
Path interface{} - The SSIS package path. Type: string (or Expression with resultType string).
- Type
string | Ssis
Package Location Type - The type of SSIS package location.
- access
Credential SSISAccessCredential - The package access credential.
- child
Packages List<SSISChildPackage> - The embedded child package list.
- configuration
Access SSISAccessCredential Credential - The configuration file access credential.
- configuration
Path Object - The configuration file of the package execution. Type: string (or Expression with resultType string).
- package
Content Object - The embedded package content. Type: string (or Expression with resultType string).
- package
Last StringModified Date - The embedded package last modified date.
- package
Name String - The package name.
- package
Password AzureKey | SecureVault Secret Reference String - Password of the package.
- package
Path Object - The SSIS package path. Type: string (or Expression with resultType string).
- type
String | Ssis
Package Location Type - The type of SSIS package location.
- access
Credential SSISAccessCredential - The package access credential.
- child
Packages SSISChildPackage[] - The embedded child package list.
- configuration
Access SSISAccessCredential Credential - The configuration file access credential.
- configuration
Path any - The configuration file of the package execution. Type: string (or Expression with resultType string).
- package
Content any - The embedded package content. Type: string (or Expression with resultType string).
- package
Last stringModified Date - The embedded package last modified date.
- package
Name string - The package name.
- package
Password AzureKey | SecureVault Secret Reference String - Password of the package.
- package
Path any - The SSIS package path. Type: string (or Expression with resultType string).
- type
string | Ssis
Package Location Type - The type of SSIS package location.
- access_
credential SSISAccessCredential - The package access credential.
- child_
packages Sequence[SSISChildPackage] - The embedded child package list.
- configuration_
access_ SSISAccesscredential Credential - The configuration file access credential.
- configuration_
path Any - The configuration file of the package execution. Type: string (or Expression with resultType string).
- package_
content Any - The embedded package content. Type: string (or Expression with resultType string).
- package_
last_ strmodified_ date - The embedded package last modified date.
- package_
name str - The package name.
- package_
password AzureKey | SecureVault Secret Reference String - Password of the package.
- package_
path Any - The SSIS package path. Type: string (or Expression with resultType string).
- type
str | Ssis
Package Location Type - The type of SSIS package location.
- access
Credential Property Map - The package access credential.
- child
Packages List<Property Map> - The embedded child package list.
- configuration
Access Property MapCredential - The configuration file access credential.
- configuration
Path Any - The configuration file of the package execution. Type: string (or Expression with resultType string).
- package
Content Any - The embedded package content. Type: string (or Expression with resultType string).
- package
Last StringModified Date - The embedded package last modified date.
- package
Name String - The package name.
- package
Password Property Map | Property Map - Password of the package.
- package
Path Any - The SSIS package path. Type: string (or Expression with resultType string).
- type
String | "SSISDB" | "File" | "Inline
Package" | "Package Store" - The type of SSIS package location.
SSISPackageLocationResponse, SSISPackageLocationResponseArgs
- Access
Credential Pulumi.Azure Native. Data Factory. Inputs. SSISAccess Credential Response - The package access credential.
- Child
Packages List<Pulumi.Azure Native. Data Factory. Inputs. SSISChild Package Response> - The embedded child package list.
- Configuration
Access Pulumi.Credential Azure Native. Data Factory. Inputs. SSISAccess Credential Response - The configuration file access credential.
- Configuration
Path object - The configuration file of the package execution. Type: string (or Expression with resultType string).
- Package
Content object - The embedded package content. Type: string (or Expression with resultType string).
- Package
Last stringModified Date - The embedded package last modified date.
- Package
Name string - The package name.
- Package
Password Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Azure Key Vault Secret Reference Response Azure Native. Data Factory. Inputs. Secure String Response - Password of the package.
- Package
Path object - The SSIS package path. Type: string (or Expression with resultType string).
- Type string
- The type of SSIS package location.
- Access
Credential SSISAccessCredential Response - The package access credential.
- Child
Packages []SSISChildPackage Response - The embedded child package list.
- Configuration
Access SSISAccessCredential Credential Response - The configuration file access credential.
- Configuration
Path interface{} - The configuration file of the package execution. Type: string (or Expression with resultType string).
- Package
Content interface{} - The embedded package content. Type: string (or Expression with resultType string).
- Package
Last stringModified Date - The embedded package last modified date.
- Package
Name string - The package name.
- Package
Password AzureKey | SecureVault Secret Reference Response String Response - Password of the package.
- Package
Path interface{} - The SSIS package path. Type: string (or Expression with resultType string).
- Type string
- The type of SSIS package location.
- access
Credential SSISAccessCredential Response - The package access credential.
- child
Packages List<SSISChildPackage Response> - The embedded child package list.
- configuration
Access SSISAccessCredential Credential Response - The configuration file access credential.
- configuration
Path Object - The configuration file of the package execution. Type: string (or Expression with resultType string).
- package
Content Object - The embedded package content. Type: string (or Expression with resultType string).
- package
Last StringModified Date - The embedded package last modified date.
- package
Name String - The package name.
- package
Password AzureKey | SecureVault Secret Reference Response String Response - Password of the package.
- package
Path Object - The SSIS package path. Type: string (or Expression with resultType string).
- type String
- The type of SSIS package location.
- access
Credential SSISAccessCredential Response - The package access credential.
- child
Packages SSISChildPackage Response[] - The embedded child package list.
- configuration
Access SSISAccessCredential Credential Response - The configuration file access credential.
- configuration
Path any - The configuration file of the package execution. Type: string (or Expression with resultType string).
- package
Content any - The embedded package content. Type: string (or Expression with resultType string).
- package
Last stringModified Date - The embedded package last modified date.
- package
Name string - The package name.
- package
Password AzureKey | SecureVault Secret Reference Response String Response - Password of the package.
- package
Path any - The SSIS package path. Type: string (or Expression with resultType string).
- type string
- The type of SSIS package location.
- access_
credential SSISAccessCredential Response - The package access credential.
- child_
packages Sequence[SSISChildPackage Response] - The embedded child package list.
- configuration_
access_ SSISAccesscredential Credential Response - The configuration file access credential.
- configuration_
path Any - The configuration file of the package execution. Type: string (or Expression with resultType string).
- package_
content Any - The embedded package content. Type: string (or Expression with resultType string).
- package_
last_ strmodified_ date - The embedded package last modified date.
- package_
name str - The package name.
- package_
password AzureKey | SecureVault Secret Reference Response String Response - Password of the package.
- package_
path Any - The SSIS package path. Type: string (or Expression with resultType string).
- type str
- The type of SSIS package location.
- access
Credential Property Map - The package access credential.
- child
Packages List<Property Map> - The embedded child package list.
- configuration
Access Property MapCredential - The configuration file access credential.
- configuration
Path Any - The configuration file of the package execution. Type: string (or Expression with resultType string).
- package
Content Any - The embedded package content. Type: string (or Expression with resultType string).
- package
Last StringModified Date - The embedded package last modified date.
- package
Name String - The package name.
- package
Password Property Map | Property Map - Password of the package.
- package
Path Any - The SSIS package path. Type: string (or Expression with resultType string).
- type String
- The type of SSIS package location.
SSISPropertyOverride, SSISPropertyOverrideArgs
- Value object
- SSIS package property override value. Type: string (or Expression with resultType string).
- Is
Sensitive bool - Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true
- Value interface{}
- SSIS package property override value. Type: string (or Expression with resultType string).
- Is
Sensitive bool - Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true
- value Object
- SSIS package property override value. Type: string (or Expression with resultType string).
- is
Sensitive Boolean - Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true
- value any
- SSIS package property override value. Type: string (or Expression with resultType string).
- is
Sensitive boolean - Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true
- value Any
- SSIS package property override value. Type: string (or Expression with resultType string).
- is_
sensitive bool - Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true
- value Any
- SSIS package property override value. Type: string (or Expression with resultType string).
- is
Sensitive Boolean - Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true
SSISPropertyOverrideResponse, SSISPropertyOverrideResponseArgs
- Value object
- SSIS package property override value. Type: string (or Expression with resultType string).
- Is
Sensitive bool - Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true
- Value interface{}
- SSIS package property override value. Type: string (or Expression with resultType string).
- Is
Sensitive bool - Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true
- value Object
- SSIS package property override value. Type: string (or Expression with resultType string).
- is
Sensitive Boolean - Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true
- value any
- SSIS package property override value. Type: string (or Expression with resultType string).
- is
Sensitive boolean - Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true
- value Any
- SSIS package property override value. Type: string (or Expression with resultType string).
- is_
sensitive bool - Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true
- value Any
- SSIS package property override value. Type: string (or Expression with resultType string).
- is
Sensitive Boolean - Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true
SalesforceMarketingCloudSource, SalesforceMarketingCloudSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SalesforceMarketingCloudSourceResponse, SalesforceMarketingCloudSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SalesforceServiceCloudSink, SalesforceServiceCloudSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- External
Id objectField Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- Ignore
Null objectValues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string | Pulumi.Azure Native. Data Factory. Salesforce Sink Write Behavior - The write behavior for the operation. Default is Insert.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- External
Id interface{}Field Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- Ignore
Null interface{}Values - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string | SalesforceSink Write Behavior - The write behavior for the operation. Default is Insert.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- external
Id ObjectField Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- ignore
Null ObjectValues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String | SalesforceSink Write Behavior - The write behavior for the operation. Default is Insert.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- external
Id anyField Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- ignore
Null anyValues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior string | SalesforceSink Write Behavior - The write behavior for the operation. Default is Insert.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- external_
id_ Anyfield_ name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- ignore_
null_ Anyvalues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior str | SalesforceSink Write Behavior - The write behavior for the operation. Default is Insert.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- external
Id AnyField Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- ignore
Null AnyValues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String | "Insert" | "Upsert" - The write behavior for the operation. Default is Insert.
SalesforceServiceCloudSinkResponse, SalesforceServiceCloudSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- External
Id objectField Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- Ignore
Null objectValues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string - The write behavior for the operation. Default is Insert.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- External
Id interface{}Field Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- Ignore
Null interface{}Values - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string - The write behavior for the operation. Default is Insert.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- external
Id ObjectField Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- ignore
Null ObjectValues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String - The write behavior for the operation. Default is Insert.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- external
Id anyField Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- ignore
Null anyValues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior string - The write behavior for the operation. Default is Insert.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- external_
id_ Anyfield_ name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- ignore_
null_ Anyvalues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior str - The write behavior for the operation. Default is Insert.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- external
Id AnyField Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- ignore
Null AnyValues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String - The write behavior for the operation. Default is Insert.
SalesforceServiceCloudSource, SalesforceServiceCloudSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Read
Behavior string | Pulumi.Azure Native. Data Factory. Salesforce Source Read Behavior - The read behavior for the operation. Default is Query.
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Read
Behavior string | SalesforceSource Read Behavior - The read behavior for the operation. Default is Query.
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- read
Behavior String | SalesforceSource Read Behavior - The read behavior for the operation. Default is Query.
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- read
Behavior string | SalesforceSource Read Behavior - The read behavior for the operation. Default is Query.
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- read_
behavior str | SalesforceSource Read Behavior - The read behavior for the operation. Default is Query.
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- read
Behavior String | "Query" | "QueryAll" - The read behavior for the operation. Default is Query.
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SalesforceServiceCloudSourceResponse, SalesforceServiceCloudSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Read
Behavior string - The read behavior for the operation. Default is Query.
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Read
Behavior string - The read behavior for the operation. Default is Query.
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- read
Behavior String - The read behavior for the operation. Default is Query.
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- read
Behavior string - The read behavior for the operation. Default is Query.
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- read_
behavior str - The read behavior for the operation. Default is Query.
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- read
Behavior String - The read behavior for the operation. Default is Query.
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SalesforceSink, SalesforceSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- External
Id objectField Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- Ignore
Null objectValues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string | Pulumi.Azure Native. Data Factory. Salesforce Sink Write Behavior - The write behavior for the operation. Default is Insert.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- External
Id interface{}Field Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- Ignore
Null interface{}Values - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string | SalesforceSink Write Behavior - The write behavior for the operation. Default is Insert.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- external
Id ObjectField Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- ignore
Null ObjectValues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String | SalesforceSink Write Behavior - The write behavior for the operation. Default is Insert.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- external
Id anyField Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- ignore
Null anyValues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior string | SalesforceSink Write Behavior - The write behavior for the operation. Default is Insert.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- external_
id_ Anyfield_ name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- ignore_
null_ Anyvalues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior str | SalesforceSink Write Behavior - The write behavior for the operation. Default is Insert.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- external
Id AnyField Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- ignore
Null AnyValues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String | "Insert" | "Upsert" - The write behavior for the operation. Default is Insert.
SalesforceSinkResponse, SalesforceSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- External
Id objectField Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- Ignore
Null objectValues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string - The write behavior for the operation. Default is Insert.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- External
Id interface{}Field Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- Ignore
Null interface{}Values - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string - The write behavior for the operation. Default is Insert.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- external
Id ObjectField Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- ignore
Null ObjectValues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String - The write behavior for the operation. Default is Insert.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- external
Id anyField Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- ignore
Null anyValues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior string - The write behavior for the operation. Default is Insert.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- external_
id_ Anyfield_ name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- ignore_
null_ Anyvalues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior str - The write behavior for the operation. Default is Insert.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- external
Id AnyField Name - The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
- ignore
Null AnyValues - The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String - The write behavior for the operation. Default is Insert.
SalesforceSinkWriteBehavior, SalesforceSinkWriteBehaviorArgs
- Insert
- Insert
- Upsert
- Upsert
- Salesforce
Sink Write Behavior Insert - Insert
- Salesforce
Sink Write Behavior Upsert - Upsert
- Insert
- Insert
- Upsert
- Upsert
- Insert
- Insert
- Upsert
- Upsert
- INSERT
- Insert
- UPSERT
- Upsert
- "Insert"
- Insert
- "Upsert"
- Upsert
SalesforceSource, SalesforceSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Read
Behavior string | Pulumi.Azure Native. Data Factory. Salesforce Source Read Behavior - The read behavior for the operation. Default is Query.
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Read
Behavior string | SalesforceSource Read Behavior - The read behavior for the operation. Default is Query.
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- read
Behavior String | SalesforceSource Read Behavior - The read behavior for the operation. Default is Query.
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- read
Behavior string | SalesforceSource Read Behavior - The read behavior for the operation. Default is Query.
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- read_
behavior str | SalesforceSource Read Behavior - The read behavior for the operation. Default is Query.
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- read
Behavior String | "Query" | "QueryAll" - The read behavior for the operation. Default is Query.
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SalesforceSourceReadBehavior, SalesforceSourceReadBehaviorArgs
- Query
- Query
- Query
All - QueryAll
- Salesforce
Source Read Behavior Query - Query
- Salesforce
Source Read Behavior Query All - QueryAll
- Query
- Query
- Query
All - QueryAll
- Query
- Query
- Query
All - QueryAll
- QUERY
- Query
- QUERY_ALL
- QueryAll
- "Query"
- Query
- "Query
All" - QueryAll
SalesforceSourceResponse, SalesforceSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Read
Behavior string - The read behavior for the operation. Default is Query.
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Read
Behavior string - The read behavior for the operation. Default is Query.
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- read
Behavior String - The read behavior for the operation. Default is Query.
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- read
Behavior string - The read behavior for the operation. Default is Query.
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- read_
behavior str - The read behavior for the operation. Default is Query.
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- read
Behavior String - The read behavior for the operation. Default is Query.
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SapBwSource, SapBwSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- MDX query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- MDX query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- MDX query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- MDX query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- MDX query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- MDX query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SapBwSourceResponse, SapBwSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- MDX query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- MDX query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- MDX query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- MDX query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- MDX query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- MDX query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SapCloudForCustomerSink, SapCloudForCustomerSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request objectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string | Pulumi.Azure Native. Data Factory. Sap Cloud For Customer Sink Write Behavior - The write behavior for the operation. Default is 'Insert'.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request interface{}Timeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string | SapCloud For Customer Sink Write Behavior - The write behavior for the operation. Default is 'Insert'.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request ObjectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String | SapCloud For Customer Sink Write Behavior - The write behavior for the operation. Default is 'Insert'.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request anyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior string | SapCloud For Customer Sink Write Behavior - The write behavior for the operation. Default is 'Insert'.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
request_ Anytimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior str | SapCloud For Customer Sink Write Behavior - The write behavior for the operation. Default is 'Insert'.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request AnyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String | "Insert" | "Update" - The write behavior for the operation. Default is 'Insert'.
SapCloudForCustomerSinkResponse, SapCloudForCustomerSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request objectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string - The write behavior for the operation. Default is 'Insert'.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request interface{}Timeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior string - The write behavior for the operation. Default is 'Insert'.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request ObjectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String - The write behavior for the operation. Default is 'Insert'.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request anyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior string - The write behavior for the operation. Default is 'Insert'.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
request_ Anytimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior str - The write behavior for the operation. Default is 'Insert'.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request AnyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior String - The write behavior for the operation. Default is 'Insert'.
SapCloudForCustomerSinkWriteBehavior, SapCloudForCustomerSinkWriteBehaviorArgs
- Insert
- Insert
- Update
- Update
- Sap
Cloud For Customer Sink Write Behavior Insert - Insert
- Sap
Cloud For Customer Sink Write Behavior Update - Update
- Insert
- Insert
- Update
- Update
- Insert
- Insert
- Update
- Update
- INSERT
- Insert
- UPDATE
- Update
- "Insert"
- Insert
- "Update"
- Update
SapCloudForCustomerSource, SapCloudForCustomerSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request objectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- SAP Cloud for Customer OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request interface{}Timeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- SAP Cloud for Customer OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request ObjectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- SAP Cloud for Customer OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request anyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- SAP Cloud for Customer OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
request_ Anytimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- SAP Cloud for Customer OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request AnyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- SAP Cloud for Customer OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SapCloudForCustomerSourceResponse, SapCloudForCustomerSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request objectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- SAP Cloud for Customer OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request interface{}Timeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- SAP Cloud for Customer OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request ObjectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- SAP Cloud for Customer OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request anyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- SAP Cloud for Customer OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
request_ Anytimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- SAP Cloud for Customer OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request AnyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- SAP Cloud for Customer OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SapEccSource, SapEccSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request objectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- SAP ECC OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request interface{}Timeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- SAP ECC OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request ObjectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- SAP ECC OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request anyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- SAP ECC OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
request_ Anytimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- SAP ECC OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request AnyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- SAP ECC OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SapEccSourceResponse, SapEccSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request objectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- SAP ECC OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request interface{}Timeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- SAP ECC OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request ObjectTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- SAP ECC OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request anyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- SAP ECC OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
request_ Anytimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- SAP ECC OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request AnyTimeout - The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- SAP ECC OData query. For example, "$top=1". Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SapHanaPartitionSettings, SapHanaPartitionSettingsArgs
- Partition
Column objectName - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Column interface{}Name - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column ObjectName - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column anyName - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
column_ Anyname - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column AnyName - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
SapHanaPartitionSettingsResponse, SapHanaPartitionSettingsResponseArgs
- Partition
Column objectName - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Column interface{}Name - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column ObjectName - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column anyName - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
column_ Anyname - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column AnyName - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
SapHanaSource, SapHanaSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Packet
Size object - The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Sap Hana Partition Settings - The settings that will be leveraged for SAP HANA source partitioning.
- Query object
- SAP HANA Sql query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Packet
Size interface{} - The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
- Partition
Settings SapHana Partition Settings - The settings that will be leveraged for SAP HANA source partitioning.
- Query interface{}
- SAP HANA Sql query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- packet
Size Object - The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
- partition
Settings SapHana Partition Settings - The settings that will be leveraged for SAP HANA source partitioning.
- query Object
- SAP HANA Sql query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- packet
Size any - The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
- partition
Settings SapHana Partition Settings - The settings that will be leveraged for SAP HANA source partitioning.
- query any
- SAP HANA Sql query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- packet_
size Any - The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
- partition_
settings SapHana Partition Settings - The settings that will be leveraged for SAP HANA source partitioning.
- query Any
- SAP HANA Sql query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- packet
Size Any - The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for SAP HANA source partitioning.
- query Any
- SAP HANA Sql query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SapHanaSourceResponse, SapHanaSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Packet
Size object - The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Sap Hana Partition Settings Response - The settings that will be leveraged for SAP HANA source partitioning.
- Query object
- SAP HANA Sql query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Packet
Size interface{} - The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
- Partition
Settings SapHana Partition Settings Response - The settings that will be leveraged for SAP HANA source partitioning.
- Query interface{}
- SAP HANA Sql query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- packet
Size Object - The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
- partition
Settings SapHana Partition Settings Response - The settings that will be leveraged for SAP HANA source partitioning.
- query Object
- SAP HANA Sql query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- packet
Size any - The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
- partition
Settings SapHana Partition Settings Response - The settings that will be leveraged for SAP HANA source partitioning.
- query any
- SAP HANA Sql query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- packet_
size Any - The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
- partition_
settings SapHana Partition Settings Response - The settings that will be leveraged for SAP HANA source partitioning.
- query Any
- SAP HANA Sql query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- packet
Size Any - The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for SAP HANA source partitioning.
- query Any
- SAP HANA Sql query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SapOdpSource, SapOdpSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Extraction
Mode object - The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Projection object
- Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with resultType array of objects).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Selection object
- Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with resultType array of objects).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Subscriber
Process object - The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Extraction
Mode interface{} - The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Projection interface{}
- Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with resultType array of objects).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Selection interface{}
- Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with resultType array of objects).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Subscriber
Process interface{} - The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- extraction
Mode Object - The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- projection Object
- Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with resultType array of objects).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- selection Object
- Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with resultType array of objects).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- subscriber
Process Object - The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- extraction
Mode any - The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- projection any
- Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with resultType array of objects).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- selection any
- Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with resultType array of objects).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- subscriber
Process any - The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- extraction_
mode Any - The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- projection Any
- Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with resultType array of objects).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- selection Any
- Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with resultType array of objects).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- subscriber_
process Any - The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- extraction
Mode Any - The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- projection Any
- Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with resultType array of objects).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- selection Any
- Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with resultType array of objects).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- subscriber
Process Any - The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
SapOdpSourceResponse, SapOdpSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Extraction
Mode object - The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Projection object
- Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with resultType array of objects).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Selection object
- Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with resultType array of objects).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Subscriber
Process object - The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Extraction
Mode interface{} - The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Projection interface{}
- Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with resultType array of objects).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Selection interface{}
- Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with resultType array of objects).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Subscriber
Process interface{} - The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- extraction
Mode Object - The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- projection Object
- Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with resultType array of objects).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- selection Object
- Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with resultType array of objects).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- subscriber
Process Object - The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- extraction
Mode any - The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- projection any
- Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with resultType array of objects).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- selection any
- Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with resultType array of objects).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- subscriber
Process any - The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- extraction_
mode Any - The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- projection Any
- Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with resultType array of objects).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- selection Any
- Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with resultType array of objects).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- subscriber_
process Any - The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- extraction
Mode Any - The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- projection Any
- Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with resultType array of objects).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- selection Any
- Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with resultType array of objects).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- subscriber
Process Any - The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
SapOpenHubSource, SapOpenHubSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Base
Request objectId - The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).
- Custom
Rfc objectRead Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Exclude
Last objectRequest - Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sap
Data objectColumn Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Base
Request interface{}Id - The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).
- Custom
Rfc interface{}Read Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Exclude
Last interface{}Request - Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sap
Data interface{}Column Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- base
Request ObjectId - The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).
- custom
Rfc ObjectRead Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- exclude
Last ObjectRequest - Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sap
Data ObjectColumn Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- base
Request anyId - The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).
- custom
Rfc anyRead Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- exclude
Last anyRequest - Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sap
Data anyColumn Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- base_
request_ Anyid - The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).
- custom_
rfc_ Anyread_ table_ function_ module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- exclude_
last_ Anyrequest - Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sap_
data_ Anycolumn_ delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- base
Request AnyId - The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).
- custom
Rfc AnyRead Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- exclude
Last AnyRequest - Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sap
Data AnyColumn Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SapOpenHubSourceResponse, SapOpenHubSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Base
Request objectId - The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).
- Custom
Rfc objectRead Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Exclude
Last objectRequest - Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sap
Data objectColumn Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Base
Request interface{}Id - The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).
- Custom
Rfc interface{}Read Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Exclude
Last interface{}Request - Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sap
Data interface{}Column Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- base
Request ObjectId - The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).
- custom
Rfc ObjectRead Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- exclude
Last ObjectRequest - Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sap
Data ObjectColumn Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- base
Request anyId - The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).
- custom
Rfc anyRead Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- exclude
Last anyRequest - Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sap
Data anyColumn Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- base_
request_ Anyid - The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).
- custom_
rfc_ Anyread_ table_ function_ module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- exclude_
last_ Anyrequest - Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sap_
data_ Anycolumn_ delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- base
Request AnyId - The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).
- custom
Rfc AnyRead Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- exclude
Last AnyRequest - Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sap
Data AnyColumn Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SapTablePartitionSettings, SapTablePartitionSettingsArgs
- Max
Partitions objectNumber - The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
- Partition
Column objectName - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Lower objectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Upper objectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Max
Partitions interface{}Number - The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
- Partition
Column interface{}Name - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Lower interface{}Bound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Upper interface{}Bound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- max
Partitions ObjectNumber - The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
- partition
Column ObjectName - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower ObjectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper ObjectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- max
Partitions anyNumber - The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
- partition
Column anyName - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower anyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper anyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- max_
partitions_ Anynumber - The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
- partition_
column_ Anyname - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
lower_ Anybound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
upper_ Anybound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- max
Partitions AnyNumber - The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
- partition
Column AnyName - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower AnyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper AnyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
SapTablePartitionSettingsResponse, SapTablePartitionSettingsResponseArgs
- Max
Partitions objectNumber - The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
- Partition
Column objectName - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Lower objectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Upper objectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Max
Partitions interface{}Number - The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
- Partition
Column interface{}Name - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Lower interface{}Bound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Upper interface{}Bound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- max
Partitions ObjectNumber - The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
- partition
Column ObjectName - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower ObjectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper ObjectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- max
Partitions anyNumber - The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
- partition
Column anyName - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower anyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper anyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- max_
partitions_ Anynumber - The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
- partition_
column_ Anyname - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
lower_ Anybound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
upper_ Anybound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- max
Partitions AnyNumber - The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
- partition
Column AnyName - The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Lower AnyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper AnyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
SapTableSource, SapTableSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Batch
Size object - Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. Type: integer (or Expression with resultType integer).
- Custom
Rfc objectRead Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Sap Table Partition Settings - The settings that will be leveraged for SAP table source partitioning.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Rfc
Table objectFields - The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
- Rfc
Table objectOptions - The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
- Row
Count object - The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
- Row
Skips object - The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
- Sap
Data objectColumn Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Batch
Size interface{} - Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. Type: integer (or Expression with resultType integer).
- Custom
Rfc interface{}Read Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
- Partition
Settings SapTable Partition Settings - The settings that will be leveraged for SAP table source partitioning.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Rfc
Table interface{}Fields - The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
- Rfc
Table interface{}Options - The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
- Row
Count interface{} - The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
- Row
Skips interface{} - The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
- Sap
Data interface{}Column Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size Object - Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. Type: integer (or Expression with resultType integer).
- custom
Rfc ObjectRead Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
- partition
Settings SapTable Partition Settings - The settings that will be leveraged for SAP table source partitioning.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- rfc
Table ObjectFields - The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
- rfc
Table ObjectOptions - The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
- row
Count Object - The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
- row
Skips Object - The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
- sap
Data ObjectColumn Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size any - Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. Type: integer (or Expression with resultType integer).
- custom
Rfc anyRead Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
- partition
Settings SapTable Partition Settings - The settings that will be leveraged for SAP table source partitioning.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- rfc
Table anyFields - The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
- rfc
Table anyOptions - The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
- row
Count any - The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
- row
Skips any - The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
- sap
Data anyColumn Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch_
size Any - Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. Type: integer (or Expression with resultType integer).
- custom_
rfc_ Anyread_ table_ function_ module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
- partition_
settings SapTable Partition Settings - The settings that will be leveraged for SAP table source partitioning.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- rfc_
table_ Anyfields - The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
- rfc_
table_ Anyoptions - The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
- row_
count Any - The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
- row_
skips Any - The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
- sap_
data_ Anycolumn_ delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size Any - Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. Type: integer (or Expression with resultType integer).
- custom
Rfc AnyRead Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
- partition
Settings Property Map - The settings that will be leveraged for SAP table source partitioning.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- rfc
Table AnyFields - The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
- rfc
Table AnyOptions - The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
- row
Count Any - The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
- row
Skips Any - The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
- sap
Data AnyColumn Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SapTableSourceResponse, SapTableSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Batch
Size object - Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. Type: integer (or Expression with resultType integer).
- Custom
Rfc objectRead Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Sap Table Partition Settings Response - The settings that will be leveraged for SAP table source partitioning.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Rfc
Table objectFields - The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
- Rfc
Table objectOptions - The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
- Row
Count object - The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
- Row
Skips object - The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
- Sap
Data objectColumn Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Batch
Size interface{} - Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. Type: integer (or Expression with resultType integer).
- Custom
Rfc interface{}Read Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
- Partition
Settings SapTable Partition Settings Response - The settings that will be leveraged for SAP table source partitioning.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Rfc
Table interface{}Fields - The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
- Rfc
Table interface{}Options - The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
- Row
Count interface{} - The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
- Row
Skips interface{} - The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
- Sap
Data interface{}Column Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size Object - Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. Type: integer (or Expression with resultType integer).
- custom
Rfc ObjectRead Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
- partition
Settings SapTable Partition Settings Response - The settings that will be leveraged for SAP table source partitioning.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- rfc
Table ObjectFields - The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
- rfc
Table ObjectOptions - The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
- row
Count Object - The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
- row
Skips Object - The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
- sap
Data ObjectColumn Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size any - Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. Type: integer (or Expression with resultType integer).
- custom
Rfc anyRead Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
- partition
Settings SapTable Partition Settings Response - The settings that will be leveraged for SAP table source partitioning.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- rfc
Table anyFields - The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
- rfc
Table anyOptions - The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
- row
Count any - The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
- row
Skips any - The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
- sap
Data anyColumn Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch_
size Any - Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. Type: integer (or Expression with resultType integer).
- custom_
rfc_ Anyread_ table_ function_ module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
- partition_
settings SapTable Partition Settings Response - The settings that will be leveraged for SAP table source partitioning.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- rfc_
table_ Anyfields - The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
- rfc_
table_ Anyoptions - The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
- row_
count Any - The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
- row_
skips Any - The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
- sap_
data_ Anycolumn_ delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- batch
Size Any - Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. Type: integer (or Expression with resultType integer).
- custom
Rfc AnyRead Table Function Module - Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
- partition
Settings Property Map - The settings that will be leveraged for SAP table source partitioning.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- rfc
Table AnyFields - The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
- rfc
Table AnyOptions - The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
- row
Count Any - The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
- row
Skips Any - The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
- sap
Data AnyColumn Delimiter - The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ScriptActivity, ScriptActivityArgs
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Log
Settings Pulumi.Azure Native. Data Factory. Inputs. Script Activity Type Properties Log Settings - Log settings of script activity.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- Script
Block objectExecution Timeout - ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Scripts
List<Pulumi.
Azure Native. Data Factory. Inputs. Script Activity Script Block> - Array of script blocks. Type: array.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Name string
- Activity name.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Log
Settings ScriptActivity Type Properties Log Settings - Log settings of script activity.
- Policy
Activity
Policy - Activity policy.
- Script
Block interface{}Execution Timeout - ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Scripts
[]Script
Activity Script Block - Array of script blocks. Type: array.
- User
Properties []UserProperty - Activity user properties.
- linked
Service LinkedName Service Reference - Linked service reference.
- name String
- Activity name.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- log
Settings ScriptActivity Type Properties Log Settings - Log settings of script activity.
- policy
Activity
Policy - Activity policy.
- script
Block ObjectExecution Timeout - ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- scripts
List<Script
Activity Script Block> - Array of script blocks. Type: array.
- user
Properties List<UserProperty> - Activity user properties.
- linked
Service LinkedName Service Reference - Linked service reference.
- name string
- Activity name.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- log
Settings ScriptActivity Type Properties Log Settings - Log settings of script activity.
- policy
Activity
Policy - Activity policy.
- script
Block anyExecution Timeout - ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- scripts
Script
Activity Script Block[] - Array of script blocks. Type: array.
- user
Properties UserProperty[] - Activity user properties.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- log_
settings ScriptActivity Type Properties Log Settings - Log settings of script activity.
- policy
Activity
Policy - Activity policy.
- script_
block_ Anyexecution_ timeout - ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- scripts
Sequence[Script
Activity Script Block] - Array of script blocks. Type: array.
- user_
properties Sequence[UserProperty] - Activity user properties.
- linked
Service Property MapName - Linked service reference.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- log
Settings Property Map - Log settings of script activity.
- policy Property Map
- Activity policy.
- script
Block AnyExecution Timeout - ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- scripts List<Property Map>
- Array of script blocks. Type: array.
- user
Properties List<Property Map> - Activity user properties.
ScriptActivityLogDestination, ScriptActivityLogDestinationArgs
- Activity
Output - ActivityOutput
- External
Store - ExternalStore
- Script
Activity Log Destination Activity Output - ActivityOutput
- Script
Activity Log Destination External Store - ExternalStore
- Activity
Output - ActivityOutput
- External
Store - ExternalStore
- Activity
Output - ActivityOutput
- External
Store - ExternalStore
- ACTIVITY_OUTPUT
- ActivityOutput
- EXTERNAL_STORE
- ExternalStore
- "Activity
Output" - ActivityOutput
- "External
Store" - ExternalStore
ScriptActivityParameter, ScriptActivityParameterArgs
- Direction
string | Pulumi.
Azure Native. Data Factory. Script Activity Parameter Direction - The direction of the parameter.
- Name object
- The name of the parameter. Type: string (or Expression with resultType string).
- Size int
- The size of the output direction parameter.
- Type
string | Pulumi.
Azure Native. Data Factory. Script Activity Parameter Type - The type of the parameter.
- Value object
- The value of the parameter. Type: string (or Expression with resultType string).
- Direction
string | Script
Activity Parameter Direction - The direction of the parameter.
- Name interface{}
- The name of the parameter. Type: string (or Expression with resultType string).
- Size int
- The size of the output direction parameter.
- Type
string | Script
Activity Parameter Type - The type of the parameter.
- Value interface{}
- The value of the parameter. Type: string (or Expression with resultType string).
- direction
String | Script
Activity Parameter Direction - The direction of the parameter.
- name Object
- The name of the parameter. Type: string (or Expression with resultType string).
- size Integer
- The size of the output direction parameter.
- type
String | Script
Activity Parameter Type - The type of the parameter.
- value Object
- The value of the parameter. Type: string (or Expression with resultType string).
- direction
string | Script
Activity Parameter Direction - The direction of the parameter.
- name any
- The name of the parameter. Type: string (or Expression with resultType string).
- size number
- The size of the output direction parameter.
- type
string | Script
Activity Parameter Type - The type of the parameter.
- value any
- The value of the parameter. Type: string (or Expression with resultType string).
- direction
str | Script
Activity Parameter Direction - The direction of the parameter.
- name Any
- The name of the parameter. Type: string (or Expression with resultType string).
- size int
- The size of the output direction parameter.
- type
str | Script
Activity Parameter Type - The type of the parameter.
- value Any
- The value of the parameter. Type: string (or Expression with resultType string).
- direction
String | "Input" | "Output" | "Input
Output" - The direction of the parameter.
- name Any
- The name of the parameter. Type: string (or Expression with resultType string).
- size Number
- The size of the output direction parameter.
- type
String | "Boolean" | "Date
Time" | "Date Time Offset" | "Decimal" | "Double" | "Guid" | "Int16" | "Int32" | "Int64" | "Single" | "String" | "Timespan" - The type of the parameter.
- value Any
- The value of the parameter. Type: string (or Expression with resultType string).
ScriptActivityParameterDirection, ScriptActivityParameterDirectionArgs
- Value
Input - Input
- Value
Output - Output
- Value
Input Output - InputOutput
- Script
Activity Parameter Direction Value Input - Input
- Script
Activity Parameter Direction Value Output - Output
- Script
Activity Parameter Direction Value Input Output - InputOutput
- Value
Input - Input
- Value
Output - Output
- Value
Input Output - InputOutput
- Value
Input - Input
- Value
Output - Output
- Value
Input Output - InputOutput
- VALUE_INPUT
- Input
- VALUE_OUTPUT
- Output
- VALUE_INPUT_OUTPUT
- InputOutput
- "Input"
- Input
- "Output"
- Output
- "Input
Output" - InputOutput
ScriptActivityParameterResponse, ScriptActivityParameterResponseArgs
- Direction string
- The direction of the parameter.
- Name object
- The name of the parameter. Type: string (or Expression with resultType string).
- Size int
- The size of the output direction parameter.
- Type string
- The type of the parameter.
- Value object
- The value of the parameter. Type: string (or Expression with resultType string).
- Direction string
- The direction of the parameter.
- Name interface{}
- The name of the parameter. Type: string (or Expression with resultType string).
- Size int
- The size of the output direction parameter.
- Type string
- The type of the parameter.
- Value interface{}
- The value of the parameter. Type: string (or Expression with resultType string).
- direction String
- The direction of the parameter.
- name Object
- The name of the parameter. Type: string (or Expression with resultType string).
- size Integer
- The size of the output direction parameter.
- type String
- The type of the parameter.
- value Object
- The value of the parameter. Type: string (or Expression with resultType string).
- direction string
- The direction of the parameter.
- name any
- The name of the parameter. Type: string (or Expression with resultType string).
- size number
- The size of the output direction parameter.
- type string
- The type of the parameter.
- value any
- The value of the parameter. Type: string (or Expression with resultType string).
- direction str
- The direction of the parameter.
- name Any
- The name of the parameter. Type: string (or Expression with resultType string).
- size int
- The size of the output direction parameter.
- type str
- The type of the parameter.
- value Any
- The value of the parameter. Type: string (or Expression with resultType string).
- direction String
- The direction of the parameter.
- name Any
- The name of the parameter. Type: string (or Expression with resultType string).
- size Number
- The size of the output direction parameter.
- type String
- The type of the parameter.
- value Any
- The value of the parameter. Type: string (or Expression with resultType string).
ScriptActivityParameterType, ScriptActivityParameterTypeArgs
- Boolean
- Boolean
- Date
Time - DateTime
- Date
Time Offset - DateTimeOffset
- Decimal
- Decimal
- Double
- Double
- Guid
- Guid
- Int16
- Int16
- Int32
- Int32
- Int64
- Int64
- Single
- Single
- String
- String
- Timespan
- Timespan
- Script
Activity Parameter Type Boolean - Boolean
- Script
Activity Parameter Type Date Time - DateTime
- Script
Activity Parameter Type Date Time Offset - DateTimeOffset
- Script
Activity Parameter Type Decimal - Decimal
- Script
Activity Parameter Type Double - Double
- Script
Activity Parameter Type Guid - Guid
- Script
Activity Parameter Type Int16 - Int16
- Script
Activity Parameter Type Int32 - Int32
- Script
Activity Parameter Type Int64 - Int64
- Script
Activity Parameter Type Single - Single
- Script
Activity Parameter Type String - String
- Script
Activity Parameter Type Timespan - Timespan
- Boolean
- Boolean
- Date
Time - DateTime
- Date
Time Offset - DateTimeOffset
- Decimal
- Decimal
- Double
- Double
- Guid
- Guid
- Int16
- Int16
- Int32
- Int32
- Int64
- Int64
- Single
- Single
- String
- String
- Timespan
- Timespan
- Boolean
- Boolean
- Date
Time - DateTime
- Date
Time Offset - DateTimeOffset
- Decimal
- Decimal
- Double
- Double
- Guid
- Guid
- Int16
- Int16
- Int32
- Int32
- Int64
- Int64
- Single
- Single
- String
- String
- Timespan
- Timespan
- BOOLEAN
- Boolean
- DATE_TIME
- DateTime
- DATE_TIME_OFFSET
- DateTimeOffset
- DECIMAL
- Decimal
- DOUBLE
- Double
- GUID
- Guid
- INT16
- Int16
- INT32
- Int32
- INT64
- Int64
- SINGLE
- Single
- STRING
- String
- TIMESPAN
- Timespan
- "Boolean"
- Boolean
- "Date
Time" - DateTime
- "Date
Time Offset" - DateTimeOffset
- "Decimal"
- Decimal
- "Double"
- Double
- "Guid"
- Guid
- "Int16"
- Int16
- "Int32"
- Int32
- "Int64"
- Int64
- "Single"
- Single
- "String"
- String
- "Timespan"
- Timespan
ScriptActivityResponse, ScriptActivityResponseArgs
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Log
Settings Pulumi.Azure Native. Data Factory. Inputs. Script Activity Type Properties Response Log Settings - Log settings of script activity.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- Script
Block objectExecution Timeout - ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Scripts
List<Pulumi.
Azure Native. Data Factory. Inputs. Script Activity Script Block Response> - Array of script blocks. Type: array.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Name string
- Activity name.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Log
Settings ScriptActivity Type Properties Response Log Settings - Log settings of script activity.
- Policy
Activity
Policy Response - Activity policy.
- Script
Block interface{}Execution Timeout - ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Scripts
[]Script
Activity Script Block Response - Array of script blocks. Type: array.
- User
Properties []UserProperty Response - Activity user properties.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- name String
- Activity name.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- log
Settings ScriptActivity Type Properties Response Log Settings - Log settings of script activity.
- policy
Activity
Policy Response - Activity policy.
- script
Block ObjectExecution Timeout - ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- scripts
List<Script
Activity Script Block Response> - Array of script blocks. Type: array.
- user
Properties List<UserProperty Response> - Activity user properties.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- name string
- Activity name.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- log
Settings ScriptActivity Type Properties Response Log Settings - Log settings of script activity.
- policy
Activity
Policy Response - Activity policy.
- script
Block anyExecution Timeout - ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- scripts
Script
Activity Script Block Response[] - Array of script blocks. Type: array.
- user
Properties UserProperty Response[] - Activity user properties.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- log_
settings ScriptActivity Type Properties Response Log Settings - Log settings of script activity.
- policy
Activity
Policy Response - Activity policy.
- script_
block_ Anyexecution_ timeout - ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- scripts
Sequence[Script
Activity Script Block Response] - Array of script blocks. Type: array.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- linked
Service Property MapName - Linked service reference.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- log
Settings Property Map - Log settings of script activity.
- policy Property Map
- Activity policy.
- script
Block AnyExecution Timeout - ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- scripts List<Property Map>
- Array of script blocks. Type: array.
- user
Properties List<Property Map> - Activity user properties.
ScriptActivityScriptBlock, ScriptActivityScriptBlockArgs
- Text object
- The query text. Type: string (or Expression with resultType string).
- Type
string | Pulumi.
Azure Native. Data Factory. Script Type - The type of the query. Type: string.
- Parameters
List<Pulumi.
Azure Native. Data Factory. Inputs. Script Activity Parameter> - Array of script parameters. Type: array.
- Text interface{}
- The query text. Type: string (or Expression with resultType string).
- Type
string | Script
Type - The type of the query. Type: string.
- Parameters
[]Script
Activity Parameter - Array of script parameters. Type: array.
- text Object
- The query text. Type: string (or Expression with resultType string).
- type
String | Script
Type - The type of the query. Type: string.
- parameters
List<Script
Activity Parameter> - Array of script parameters. Type: array.
- text any
- The query text. Type: string (or Expression with resultType string).
- type
string | Script
Type - The type of the query. Type: string.
- parameters
Script
Activity Parameter[] - Array of script parameters. Type: array.
- text Any
- The query text. Type: string (or Expression with resultType string).
- type
str | Script
Type - The type of the query. Type: string.
- parameters
Sequence[Script
Activity Parameter] - Array of script parameters. Type: array.
- text Any
- The query text. Type: string (or Expression with resultType string).
- type
String | "Query" | "Non
Query" - The type of the query. Type: string.
- parameters List<Property Map>
- Array of script parameters. Type: array.
ScriptActivityScriptBlockResponse, ScriptActivityScriptBlockResponseArgs
- Text object
- The query text. Type: string (or Expression with resultType string).
- Type string
- The type of the query. Type: string.
- Parameters
List<Pulumi.
Azure Native. Data Factory. Inputs. Script Activity Parameter Response> - Array of script parameters. Type: array.
- Text interface{}
- The query text. Type: string (or Expression with resultType string).
- Type string
- The type of the query. Type: string.
- Parameters
[]Script
Activity Parameter Response - Array of script parameters. Type: array.
- text Object
- The query text. Type: string (or Expression with resultType string).
- type String
- The type of the query. Type: string.
- parameters
List<Script
Activity Parameter Response> - Array of script parameters. Type: array.
- text any
- The query text. Type: string (or Expression with resultType string).
- type string
- The type of the query. Type: string.
- parameters
Script
Activity Parameter Response[] - Array of script parameters. Type: array.
- text Any
- The query text. Type: string (or Expression with resultType string).
- type str
- The type of the query. Type: string.
- parameters
Sequence[Script
Activity Parameter Response] - Array of script parameters. Type: array.
- text Any
- The query text. Type: string (or Expression with resultType string).
- type String
- The type of the query. Type: string.
- parameters List<Property Map>
- Array of script parameters. Type: array.
ScriptActivityTypePropertiesLogSettings, ScriptActivityTypePropertiesLogSettingsArgs
- Log
Destination string | Pulumi.Azure Native. Data Factory. Script Activity Log Destination - The destination of logs. Type: string.
- Log
Location Pulumi.Settings Azure Native. Data Factory. Inputs. Log Location Settings - Log location settings customer needs to provide when enabling log.
- Log
Destination string | ScriptActivity Log Destination - The destination of logs. Type: string.
- Log
Location LogSettings Location Settings - Log location settings customer needs to provide when enabling log.
- log
Destination String | ScriptActivity Log Destination - The destination of logs. Type: string.
- log
Location LogSettings Location Settings - Log location settings customer needs to provide when enabling log.
- log
Destination string | ScriptActivity Log Destination - The destination of logs. Type: string.
- log
Location LogSettings Location Settings - Log location settings customer needs to provide when enabling log.
- log_
destination str | ScriptActivity Log Destination - The destination of logs. Type: string.
- log_
location_ Logsettings Location Settings - Log location settings customer needs to provide when enabling log.
- log
Destination String | "ActivityOutput" | "External Store" - The destination of logs. Type: string.
- log
Location Property MapSettings - Log location settings customer needs to provide when enabling log.
ScriptActivityTypePropertiesResponseLogSettings, ScriptActivityTypePropertiesResponseLogSettingsArgs
- Log
Destination string - The destination of logs. Type: string.
- Log
Location Pulumi.Settings Azure Native. Data Factory. Inputs. Log Location Settings Response - Log location settings customer needs to provide when enabling log.
- Log
Destination string - The destination of logs. Type: string.
- Log
Location LogSettings Location Settings Response - Log location settings customer needs to provide when enabling log.
- log
Destination String - The destination of logs. Type: string.
- log
Location LogSettings Location Settings Response - Log location settings customer needs to provide when enabling log.
- log
Destination string - The destination of logs. Type: string.
- log
Location LogSettings Location Settings Response - Log location settings customer needs to provide when enabling log.
- log_
destination str - The destination of logs. Type: string.
- log_
location_ Logsettings Location Settings Response - Log location settings customer needs to provide when enabling log.
- log
Destination String - The destination of logs. Type: string.
- log
Location Property MapSettings - Log location settings customer needs to provide when enabling log.
ScriptType, ScriptTypeArgs
- Query
- Query
- Non
Query - NonQuery
- Script
Type Query - Query
- Script
Type Non Query - NonQuery
- Query
- Query
- Non
Query - NonQuery
- Query
- Query
- Non
Query - NonQuery
- QUERY
- Query
- NON_QUERY
- NonQuery
- "Query"
- Query
- "Non
Query" - NonQuery
SecureString, SecureStringArgs
- Value string
- Value of secure string.
- Value string
- Value of secure string.
- value String
- Value of secure string.
- value string
- Value of secure string.
- value str
- Value of secure string.
- value String
- Value of secure string.
SecureStringResponse, SecureStringResponseArgs
- Value string
- Value of secure string.
- Value string
- Value of secure string.
- value String
- Value of secure string.
- value string
- Value of secure string.
- value str
- Value of secure string.
- value String
- Value of secure string.
ServiceNowSource, ServiceNowSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ServiceNowSourceResponse, ServiceNowSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SetVariableActivity, SetVariableActivityArgs
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Set
System boolVariable - If set to true, it sets the pipeline run return value.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Value object
- Value to be set. Could be a static value or Expression.
- Variable
Name string - Name of the variable whose value needs to be set.
- Name string
- Activity name.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Set
System boolVariable - If set to true, it sets the pipeline run return value.
- User
Properties []UserProperty - Activity user properties.
- Value interface{}
- Value to be set. Could be a static value or Expression.
- Variable
Name string - Name of the variable whose value needs to be set.
- name String
- Activity name.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- set
System BooleanVariable - If set to true, it sets the pipeline run return value.
- user
Properties List<UserProperty> - Activity user properties.
- value Object
- Value to be set. Could be a static value or Expression.
- variable
Name String - Name of the variable whose value needs to be set.
- name string
- Activity name.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- set
System booleanVariable - If set to true, it sets the pipeline run return value.
- user
Properties UserProperty[] - Activity user properties.
- value any
- Value to be set. Could be a static value or Expression.
- variable
Name string - Name of the variable whose value needs to be set.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- set_
system_ boolvariable - If set to true, it sets the pipeline run return value.
- user_
properties Sequence[UserProperty] - Activity user properties.
- value Any
- Value to be set. Could be a static value or Expression.
- variable_
name str - Name of the variable whose value needs to be set.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- set
System BooleanVariable - If set to true, it sets the pipeline run return value.
- user
Properties List<Property Map> - Activity user properties.
- value Any
- Value to be set. Could be a static value or Expression.
- variable
Name String - Name of the variable whose value needs to be set.
SetVariableActivityResponse, SetVariableActivityResponseArgs
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Set
System boolVariable - If set to true, it sets the pipeline run return value.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Value object
- Value to be set. Could be a static value or Expression.
- Variable
Name string - Name of the variable whose value needs to be set.
- Name string
- Activity name.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Set
System boolVariable - If set to true, it sets the pipeline run return value.
- User
Properties []UserProperty Response - Activity user properties.
- Value interface{}
- Value to be set. Could be a static value or Expression.
- Variable
Name string - Name of the variable whose value needs to be set.
- name String
- Activity name.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- set
System BooleanVariable - If set to true, it sets the pipeline run return value.
- user
Properties List<UserProperty Response> - Activity user properties.
- value Object
- Value to be set. Could be a static value or Expression.
- variable
Name String - Name of the variable whose value needs to be set.
- name string
- Activity name.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- set
System booleanVariable - If set to true, it sets the pipeline run return value.
- user
Properties UserProperty Response[] - Activity user properties.
- value any
- Value to be set. Could be a static value or Expression.
- variable
Name string - Name of the variable whose value needs to be set.
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- set_
system_ boolvariable - If set to true, it sets the pipeline run return value.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- value Any
- Value to be set. Could be a static value or Expression.
- variable_
name str - Name of the variable whose value needs to be set.
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- set
System BooleanVariable - If set to true, it sets the pipeline run return value.
- user
Properties List<Property Map> - Activity user properties.
- value Any
- Value to be set. Could be a static value or Expression.
- variable
Name String - Name of the variable whose value needs to be set.
SftpReadSettings, SftpReadSettingsArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Chunking object - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - Sftp wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Chunking interface{} - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - Sftp wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Chunking Object - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - Sftp wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Chunking any - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - Sftp wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
chunking Any - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - Sftp wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Chunking Any - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - Sftp wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
SftpReadSettingsResponse, SftpReadSettingsResponseArgs
- Delete
Files objectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Chunking object - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition objectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List objectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime objectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime objectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root objectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File objectName - Sftp wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder objectPath - Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
- Delete
Files interface{}After Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Chunking interface{} - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Enable
Partition interface{}Discovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- File
List interface{}Path - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Modified
Datetime interface{}End - The end of file's modified datetime. Type: string (or Expression with resultType string).
- Modified
Datetime interface{}Start - The start of file's modified datetime. Type: string (or Expression with resultType string).
- Partition
Root interface{}Path - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- Recursive interface{}
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- Wildcard
File interface{}Name - Sftp wildcardFileName. Type: string (or Expression with resultType string).
- Wildcard
Folder interface{}Path - Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files ObjectAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Chunking Object - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition ObjectDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List ObjectPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime ObjectEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime ObjectStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root ObjectPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Object
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File ObjectName - Sftp wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder ObjectPath - Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files anyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Chunking any - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition anyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List anyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime anyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime anyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root anyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File anyName - Sftp wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder anyPath - Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
- delete_
files_ Anyafter_ completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
chunking Any - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable_
partition_ Anydiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file_
list_ Anypath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified_
datetime_ Anyend - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified_
datetime_ Anystart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition_
root_ Anypath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard_
file_ Anyname - Sftp wildcardFileName. Type: string (or Expression with resultType string).
- wildcard_
folder_ Anypath - Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
- delete
Files AnyAfter Completion - Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Chunking Any - If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- enable
Partition AnyDiscovery - Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
- file
List AnyPath - Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- modified
Datetime AnyEnd - The end of file's modified datetime. Type: string (or Expression with resultType string).
- modified
Datetime AnyStart - The start of file's modified datetime. Type: string (or Expression with resultType string).
- partition
Root AnyPath - Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
- recursive Any
- If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
- wildcard
File AnyName - Sftp wildcardFileName. Type: string (or Expression with resultType string).
- wildcard
Folder AnyPath - Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
SftpWriteSettings, SftpWriteSettingsArgs
- Copy
Behavior object - The type of copy behavior for copy sink.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Operation
Timeout object - Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).
- Use
Temp objectFile Rename - Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename operation. Type: boolean (or Expression with resultType boolean).
- Copy
Behavior interface{} - The type of copy behavior for copy sink.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Operation
Timeout interface{} - Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).
- Use
Temp interface{}File Rename - Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename operation. Type: boolean (or Expression with resultType boolean).
- copy
Behavior Object - The type of copy behavior for copy sink.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- operation
Timeout Object - Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).
- use
Temp ObjectFile Rename - Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename operation. Type: boolean (or Expression with resultType boolean).
- copy
Behavior any - The type of copy behavior for copy sink.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- operation
Timeout any - Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).
- use
Temp anyFile Rename - Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename operation. Type: boolean (or Expression with resultType boolean).
- copy_
behavior Any - The type of copy behavior for copy sink.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- operation_
timeout Any - Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).
- use_
temp_ Anyfile_ rename - Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename operation. Type: boolean (or Expression with resultType boolean).
- copy
Behavior Any - The type of copy behavior for copy sink.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- operation
Timeout Any - Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).
- use
Temp AnyFile Rename - Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename operation. Type: boolean (or Expression with resultType boolean).
SftpWriteSettingsResponse, SftpWriteSettingsResponseArgs
- Copy
Behavior object - The type of copy behavior for copy sink.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Operation
Timeout object - Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).
- Use
Temp objectFile Rename - Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename operation. Type: boolean (or Expression with resultType boolean).
- Copy
Behavior interface{} - The type of copy behavior for copy sink.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Operation
Timeout interface{} - Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).
- Use
Temp interface{}File Rename - Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename operation. Type: boolean (or Expression with resultType boolean).
- copy
Behavior Object - The type of copy behavior for copy sink.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- operation
Timeout Object - Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).
- use
Temp ObjectFile Rename - Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename operation. Type: boolean (or Expression with resultType boolean).
- copy
Behavior any - The type of copy behavior for copy sink.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- operation
Timeout any - Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).
- use
Temp anyFile Rename - Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename operation. Type: boolean (or Expression with resultType boolean).
- copy_
behavior Any - The type of copy behavior for copy sink.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- operation_
timeout Any - Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).
- use_
temp_ Anyfile_ rename - Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename operation. Type: boolean (or Expression with resultType boolean).
- copy
Behavior Any - The type of copy behavior for copy sink.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- operation
Timeout Any - Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).
- use
Temp AnyFile Rename - Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename operation. Type: boolean (or Expression with resultType boolean).
SharePointOnlineListSource, SharePointOnlineListSourceArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request objectTimeout - The wait time to get a response from SharePoint Online. Default value is 5 minutes (00:05:00). Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- The OData query to filter the data in SharePoint Online list. For example, "$top=1". Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request interface{}Timeout - The wait time to get a response from SharePoint Online. Default value is 5 minutes (00:05:00). Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- The OData query to filter the data in SharePoint Online list. For example, "$top=1". Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request ObjectTimeout - The wait time to get a response from SharePoint Online. Default value is 5 minutes (00:05:00). Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- The OData query to filter the data in SharePoint Online list. For example, "$top=1". Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request anyTimeout - The wait time to get a response from SharePoint Online. Default value is 5 minutes (00:05:00). Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- The OData query to filter the data in SharePoint Online list. For example, "$top=1". Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
request_ Anytimeout - The wait time to get a response from SharePoint Online. Default value is 5 minutes (00:05:00). Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- The OData query to filter the data in SharePoint Online list. For example, "$top=1". Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request AnyTimeout - The wait time to get a response from SharePoint Online. Default value is 5 minutes (00:05:00). Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- The OData query to filter the data in SharePoint Online list. For example, "$top=1". Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SharePointOnlineListSourceResponse, SharePointOnlineListSourceResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request objectTimeout - The wait time to get a response from SharePoint Online. Default value is 5 minutes (00:05:00). Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- The OData query to filter the data in SharePoint Online list. For example, "$top=1". Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Http
Request interface{}Timeout - The wait time to get a response from SharePoint Online. Default value is 5 minutes (00:05:00). Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- The OData query to filter the data in SharePoint Online list. For example, "$top=1". Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request ObjectTimeout - The wait time to get a response from SharePoint Online. Default value is 5 minutes (00:05:00). Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- The OData query to filter the data in SharePoint Online list. For example, "$top=1". Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request anyTimeout - The wait time to get a response from SharePoint Online. Default value is 5 minutes (00:05:00). Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- The OData query to filter the data in SharePoint Online list. For example, "$top=1". Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http_
request_ Anytimeout - The wait time to get a response from SharePoint Online. Default value is 5 minutes (00:05:00). Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- The OData query to filter the data in SharePoint Online list. For example, "$top=1". Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- http
Request AnyTimeout - The wait time to get a response from SharePoint Online. Default value is 5 minutes (00:05:00). Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- The OData query to filter the data in SharePoint Online list. For example, "$top=1". Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ShopifySource, ShopifySourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ShopifySourceResponse, ShopifySourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SkipErrorFile, SkipErrorFileArgs
- Data
Inconsistency object - Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
- File
Missing object - Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).
- Data
Inconsistency interface{} - Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
- File
Missing interface{} - Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).
- data
Inconsistency Object - Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
- file
Missing Object - Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).
- data
Inconsistency any - Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
- file
Missing any - Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).
- data_
inconsistency Any - Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
- file_
missing Any - Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).
- data
Inconsistency Any - Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
- file
Missing Any - Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).
SkipErrorFileResponse, SkipErrorFileResponseArgs
- Data
Inconsistency object - Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
- File
Missing object - Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).
- Data
Inconsistency interface{} - Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
- File
Missing interface{} - Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).
- data
Inconsistency Object - Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
- file
Missing Object - Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).
- data
Inconsistency any - Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
- file
Missing any - Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).
- data_
inconsistency Any - Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
- file_
missing Any - Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).
- data
Inconsistency Any - Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
- file
Missing Any - Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).
SnowflakeExportCopyCommand, SnowflakeExportCopyCommandArgs
- Additional
Copy Dictionary<string, object>Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- Additional
Format Dictionary<string, object>Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }
- Additional
Copy map[string]interface{}Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- Additional
Format map[string]interface{}Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }
- additional
Copy Map<String,Object>Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- additional
Format Map<String,Object>Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }
- additional
Copy {[key: string]: any}Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- additional
Format {[key: string]: any}Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }
- additional_
copy_ Mapping[str, Any]options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- additional_
format_ Mapping[str, Any]options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }
- additional
Copy Map<Any>Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- additional
Format Map<Any>Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }
SnowflakeExportCopyCommandResponse, SnowflakeExportCopyCommandResponseArgs
- Additional
Copy Dictionary<string, object>Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- Additional
Format Dictionary<string, object>Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }
- Additional
Copy map[string]interface{}Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- Additional
Format map[string]interface{}Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }
- additional
Copy Map<String,Object>Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- additional
Format Map<String,Object>Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }
- additional
Copy {[key: string]: any}Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- additional
Format {[key: string]: any}Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }
- additional_
copy_ Mapping[str, Any]options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- additional_
format_ Mapping[str, Any]options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }
- additional
Copy Map<Any>Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- additional
Format Map<Any>Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" }
SnowflakeImportCopyCommand, SnowflakeImportCopyCommandArgs
- Additional
Copy Dictionary<string, object>Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- Additional
Format Dictionary<string, object>Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" }
- Additional
Copy map[string]interface{}Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- Additional
Format map[string]interface{}Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" }
- additional
Copy Map<String,Object>Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- additional
Format Map<String,Object>Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" }
- additional
Copy {[key: string]: any}Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- additional
Format {[key: string]: any}Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" }
- additional_
copy_ Mapping[str, Any]options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- additional_
format_ Mapping[str, Any]options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" }
- additional
Copy Map<Any>Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- additional
Format Map<Any>Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" }
SnowflakeImportCopyCommandResponse, SnowflakeImportCopyCommandResponseArgs
- Additional
Copy Dictionary<string, object>Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- Additional
Format Dictionary<string, object>Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" }
- Additional
Copy map[string]interface{}Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- Additional
Format map[string]interface{}Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" }
- additional
Copy Map<String,Object>Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- additional
Format Map<String,Object>Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" }
- additional
Copy {[key: string]: any}Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- additional
Format {[key: string]: any}Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" }
- additional_
copy_ Mapping[str, Any]options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- additional_
format_ Mapping[str, Any]options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" }
- additional
Copy Map<Any>Options - Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
- additional
Format Map<Any>Options - Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "FORCE": "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" }
SnowflakeSink, SnowflakeSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Import
Settings Pulumi.Azure Native. Data Factory. Inputs. Snowflake Import Copy Command - Snowflake import settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Import
Settings SnowflakeImport Copy Command - Snowflake import settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- import
Settings SnowflakeImport Copy Command - Snowflake import settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- import
Settings SnowflakeImport Copy Command - Snowflake import settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- import_
settings SnowflakeImport Copy Command - Snowflake import settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- import
Settings Property Map - Snowflake import settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SnowflakeSinkResponse, SnowflakeSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Import
Settings Pulumi.Azure Native. Data Factory. Inputs. Snowflake Import Copy Command Response - Snowflake import settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Import
Settings SnowflakeImport Copy Command Response - Snowflake import settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- import
Settings SnowflakeImport Copy Command Response - Snowflake import settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- import
Settings SnowflakeImport Copy Command Response - Snowflake import settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- import_
settings SnowflakeImport Copy Command Response - Snowflake import settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- import
Settings Property Map - Snowflake import settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SnowflakeSource, SnowflakeSourceArgs
- Export
Settings Pulumi.Azure Native. Data Factory. Inputs. Snowflake Export Copy Command - Snowflake export settings.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Snowflake Sql query. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Export
Settings SnowflakeExport Copy Command - Snowflake export settings.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Snowflake Sql query. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- export
Settings SnowflakeExport Copy Command - Snowflake export settings.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Snowflake Sql query. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- export
Settings SnowflakeExport Copy Command - Snowflake export settings.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Snowflake Sql query. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- export_
settings SnowflakeExport Copy Command - Snowflake export settings.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Snowflake Sql query. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- export
Settings Property Map - Snowflake export settings.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Snowflake Sql query. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SnowflakeSourceResponse, SnowflakeSourceResponseArgs
- Export
Settings Pulumi.Azure Native. Data Factory. Inputs. Snowflake Export Copy Command Response - Snowflake export settings.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Snowflake Sql query. Type: string (or Expression with resultType string).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Export
Settings SnowflakeExport Copy Command Response - Snowflake export settings.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Snowflake Sql query. Type: string (or Expression with resultType string).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- export
Settings SnowflakeExport Copy Command Response - Snowflake export settings.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Snowflake Sql query. Type: string (or Expression with resultType string).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- export
Settings SnowflakeExport Copy Command Response - Snowflake export settings.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Snowflake Sql query. Type: string (or Expression with resultType string).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- export_
settings SnowflakeExport Copy Command Response - Snowflake export settings.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Snowflake Sql query. Type: string (or Expression with resultType string).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- export
Settings Property Map - Snowflake export settings.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Snowflake Sql query. Type: string (or Expression with resultType string).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SparkConfigurationParametrizationReference, SparkConfigurationParametrizationReferenceArgs
- Reference
Name object - Reference spark configuration name. Type: string (or Expression with resultType string).
- Type
string | Pulumi.
Azure Native. Data Factory. Spark Configuration Reference Type - Spark configuration reference type.
- Reference
Name interface{} - Reference spark configuration name. Type: string (or Expression with resultType string).
- Type
string | Spark
Configuration Reference Type - Spark configuration reference type.
- reference
Name Object - Reference spark configuration name. Type: string (or Expression with resultType string).
- type
String | Spark
Configuration Reference Type - Spark configuration reference type.
- reference
Name any - Reference spark configuration name. Type: string (or Expression with resultType string).
- type
string | Spark
Configuration Reference Type - Spark configuration reference type.
- reference_
name Any - Reference spark configuration name. Type: string (or Expression with resultType string).
- type
str | Spark
Configuration Reference Type - Spark configuration reference type.
- reference
Name Any - Reference spark configuration name. Type: string (or Expression with resultType string).
- type
String | "Spark
Configuration Reference" - Spark configuration reference type.
SparkConfigurationParametrizationReferenceResponse, SparkConfigurationParametrizationReferenceResponseArgs
- Reference
Name object - Reference spark configuration name. Type: string (or Expression with resultType string).
- Type string
- Spark configuration reference type.
- Reference
Name interface{} - Reference spark configuration name. Type: string (or Expression with resultType string).
- Type string
- Spark configuration reference type.
- reference
Name Object - Reference spark configuration name. Type: string (or Expression with resultType string).
- type String
- Spark configuration reference type.
- reference
Name any - Reference spark configuration name. Type: string (or Expression with resultType string).
- type string
- Spark configuration reference type.
- reference_
name Any - Reference spark configuration name. Type: string (or Expression with resultType string).
- type str
- Spark configuration reference type.
- reference
Name Any - Reference spark configuration name. Type: string (or Expression with resultType string).
- type String
- Spark configuration reference type.
SparkConfigurationReferenceType, SparkConfigurationReferenceTypeArgs
- Spark
Configuration Reference - SparkConfigurationReference
- Spark
Configuration Reference Type Spark Configuration Reference - SparkConfigurationReference
- Spark
Configuration Reference - SparkConfigurationReference
- Spark
Configuration Reference - SparkConfigurationReference
- SPARK_CONFIGURATION_REFERENCE
- SparkConfigurationReference
- "Spark
Configuration Reference" - SparkConfigurationReference
SparkJobReferenceType, SparkJobReferenceTypeArgs
- Spark
Job Definition Reference - SparkJobDefinitionReference
- Spark
Job Reference Type Spark Job Definition Reference - SparkJobDefinitionReference
- Spark
Job Definition Reference - SparkJobDefinitionReference
- Spark
Job Definition Reference - SparkJobDefinitionReference
- SPARK_JOB_DEFINITION_REFERENCE
- SparkJobDefinitionReference
- "Spark
Job Definition Reference" - SparkJobDefinitionReference
SparkSource, SparkSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SparkSourceResponse, SparkSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlDWSink, SqlDWSinkArgs
- Allow
Copy objectCommand - Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
- Allow
Poly objectBase - Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
- Copy
Command Pulumi.Settings Azure Native. Data Factory. Inputs. DWCopy Command Settings - Specifies Copy Command related settings when allowCopyCommand is true.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Poly
Base Pulumi.Settings Azure Native. Data Factory. Inputs. Polybase Settings - Specifies PolyBase-related settings when allowPolyBase is true.
- Pre
Copy objectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer objectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Table
Option object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql DWUpsert Settings - SQL DW upsert settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)
- Allow
Copy interface{}Command - Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
- Allow
Poly interface{}Base - Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
- Copy
Command DWCopySettings Command Settings - Specifies Copy Command related settings when allowCopyCommand is true.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Poly
Base PolybaseSettings Settings - Specifies PolyBase-related settings when allowPolyBase is true.
- Pre
Copy interface{}Script - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer interface{}Use Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Table
Option interface{} - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings SqlDWUpsert Settings - SQL DW upsert settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)
- allow
Copy ObjectCommand - Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
- allow
Poly ObjectBase - Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
- copy
Command DWCopySettings Command Settings - Specifies Copy Command related settings when allowCopyCommand is true.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- poly
Base PolybaseSettings Settings - Specifies PolyBase-related settings when allowPolyBase is true.
- pre
Copy ObjectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer ObjectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- table
Option Object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlDWUpsert Settings - SQL DW upsert settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)
- allow
Copy anyCommand - Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
- allow
Poly anyBase - Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
- copy
Command DWCopySettings Command Settings - Specifies Copy Command related settings when allowCopyCommand is true.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- poly
Base PolybaseSettings Settings - Specifies PolyBase-related settings when allowPolyBase is true.
- pre
Copy anyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer anyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- table
Option any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlDWUpsert Settings - SQL DW upsert settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)
- allow_
copy_ Anycommand - Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
- allow_
poly_ Anybase - Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
- copy_
command_ DWCopysettings Command Settings - Specifies Copy Command related settings when allowCopyCommand is true.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- poly_
base_ Polybasesettings Settings - Specifies PolyBase-related settings when allowPolyBase is true.
- pre_
copy_ Anyscript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
writer_ Anyuse_ table_ lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- table_
option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert_
settings SqlDWUpsert Settings - SQL DW upsert settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)
- allow
Copy AnyCommand - Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
- allow
Poly AnyBase - Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
- copy
Command Property MapSettings - Specifies Copy Command related settings when allowCopyCommand is true.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- poly
Base Property MapSettings - Specifies PolyBase-related settings when allowPolyBase is true.
- pre
Copy AnyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer AnyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- table
Option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings Property Map - SQL DW upsert settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)
SqlDWSinkResponse, SqlDWSinkResponseArgs
- Allow
Copy objectCommand - Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
- Allow
Poly objectBase - Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
- Copy
Command Pulumi.Settings Azure Native. Data Factory. Inputs. DWCopy Command Settings Response - Specifies Copy Command related settings when allowCopyCommand is true.
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Poly
Base Pulumi.Settings Azure Native. Data Factory. Inputs. Polybase Settings Response - Specifies PolyBase-related settings when allowPolyBase is true.
- Pre
Copy objectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer objectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Table
Option object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql DWUpsert Settings Response - SQL DW upsert settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)
- Allow
Copy interface{}Command - Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
- Allow
Poly interface{}Base - Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
- Copy
Command DWCopySettings Command Settings Response - Specifies Copy Command related settings when allowCopyCommand is true.
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Poly
Base PolybaseSettings Settings Response - Specifies PolyBase-related settings when allowPolyBase is true.
- Pre
Copy interface{}Script - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer interface{}Use Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Table
Option interface{} - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings SqlDWUpsert Settings Response - SQL DW upsert settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)
- allow
Copy ObjectCommand - Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
- allow
Poly ObjectBase - Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
- copy
Command DWCopySettings Command Settings Response - Specifies Copy Command related settings when allowCopyCommand is true.
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- poly
Base PolybaseSettings Settings Response - Specifies PolyBase-related settings when allowPolyBase is true.
- pre
Copy ObjectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer ObjectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- table
Option Object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlDWUpsert Settings Response - SQL DW upsert settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)
- allow
Copy anyCommand - Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
- allow
Poly anyBase - Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
- copy
Command DWCopySettings Command Settings Response - Specifies Copy Command related settings when allowCopyCommand is true.
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- poly
Base PolybaseSettings Settings Response - Specifies PolyBase-related settings when allowPolyBase is true.
- pre
Copy anyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer anyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- table
Option any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlDWUpsert Settings Response - SQL DW upsert settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)
- allow_
copy_ Anycommand - Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
- allow_
poly_ Anybase - Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
- copy_
command_ DWCopysettings Command Settings Response - Specifies Copy Command related settings when allowCopyCommand is true.
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- poly_
base_ Polybasesettings Settings Response - Specifies PolyBase-related settings when allowPolyBase is true.
- pre_
copy_ Anyscript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
writer_ Anyuse_ table_ lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- table_
option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert_
settings SqlDWUpsert Settings Response - SQL DW upsert settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)
- allow
Copy AnyCommand - Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
- allow
Poly AnyBase - Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
- copy
Command Property MapSettings - Specifies Copy Command related settings when allowCopyCommand is true.
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- poly
Base Property MapSettings - Specifies PolyBase-related settings when allowPolyBase is true.
- pre
Copy AnyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer AnyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- table
Option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings Property Map - SQL DW upsert settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)
SqlDWSource, SqlDWSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Partition Settings - The settings that will be leveraged for Sql source partitioning.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader objectQuery - SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
- Sql
Reader objectStored Procedure Name - Name of the stored procedure for a SQL Data Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure objectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader interface{}Query - SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
- Sql
Reader interface{}Stored Procedure Name - Name of the stored procedure for a SQL Data Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure interface{}Parameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader ObjectQuery - SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
- sql
Reader ObjectStored Procedure Name - Name of the stored procedure for a SQL Data Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure ObjectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader anyQuery - SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
- sql
Reader anyStored Procedure Name - Name of the stored procedure for a SQL Data Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure anyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition_
settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
reader_ Anyquery - SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
- sql_
reader_ Anystored_ procedure_ name - Name of the stored procedure for a SQL Data Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored_
procedure_ Anyparameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for Sql source partitioning.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader AnyQuery - SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
- sql
Reader AnyStored Procedure Name - Name of the stored procedure for a SQL Data Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure AnyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
SqlDWSourceResponse, SqlDWSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Partition Settings Response - The settings that will be leveraged for Sql source partitioning.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader objectQuery - SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
- Sql
Reader objectStored Procedure Name - Name of the stored procedure for a SQL Data Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure objectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader interface{}Query - SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
- Sql
Reader interface{}Stored Procedure Name - Name of the stored procedure for a SQL Data Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure interface{}Parameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader ObjectQuery - SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
- sql
Reader ObjectStored Procedure Name - Name of the stored procedure for a SQL Data Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure ObjectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader anyQuery - SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
- sql
Reader anyStored Procedure Name - Name of the stored procedure for a SQL Data Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure anyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition_
settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
reader_ Anyquery - SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
- sql_
reader_ Anystored_ procedure_ name - Name of the stored procedure for a SQL Data Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored_
procedure_ Anyparameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for Sql source partitioning.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader AnyQuery - SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
- sql
Reader AnyStored Procedure Name - Name of the stored procedure for a SQL Data Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure AnyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
SqlDWUpsertSettings, SqlDWUpsertSettingsArgs
- Interim
Schema objectName - Schema name for interim table. Type: string (or Expression with resultType string).
- Keys object
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- Interim
Schema interface{}Name - Schema name for interim table. Type: string (or Expression with resultType string).
- Keys interface{}
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- interim
Schema ObjectName - Schema name for interim table. Type: string (or Expression with resultType string).
- keys Object
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- interim
Schema anyName - Schema name for interim table. Type: string (or Expression with resultType string).
- keys any
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- interim_
schema_ Anyname - Schema name for interim table. Type: string (or Expression with resultType string).
- keys Any
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- interim
Schema AnyName - Schema name for interim table. Type: string (or Expression with resultType string).
- keys Any
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
SqlDWUpsertSettingsResponse, SqlDWUpsertSettingsResponseArgs
- Interim
Schema objectName - Schema name for interim table. Type: string (or Expression with resultType string).
- Keys object
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- Interim
Schema interface{}Name - Schema name for interim table. Type: string (or Expression with resultType string).
- Keys interface{}
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- interim
Schema ObjectName - Schema name for interim table. Type: string (or Expression with resultType string).
- keys Object
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- interim
Schema anyName - Schema name for interim table. Type: string (or Expression with resultType string).
- keys any
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- interim_
schema_ Anyname - Schema name for interim table. Type: string (or Expression with resultType string).
- keys Any
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- interim
Schema AnyName - Schema name for interim table. Type: string (or Expression with resultType string).
- keys Any
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
SqlMISink, SqlMISinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer objectStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- Sql
Writer objectTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- Sql
Writer objectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Stored
Procedure objectParameters - SQL stored procedure parameters.
- Stored
Procedure objectTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- Table
Option object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Upsert Settings - SQL upsert settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - White behavior when copying data into azure SQL MI. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer interface{}Stored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- Sql
Writer interface{}Table Type - SQL writer table type. Type: string (or Expression with resultType string).
- Sql
Writer interface{}Use Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Stored
Procedure interface{}Parameters - SQL stored procedure parameters.
- Stored
Procedure interface{}Table Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- Table
Option interface{} - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings SqlUpsert Settings - SQL upsert settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - White behavior when copying data into azure SQL MI. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer ObjectStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer ObjectTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer ObjectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure ObjectParameters - SQL stored procedure parameters.
- stored
Procedure ObjectTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option Object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlUpsert Settings - SQL upsert settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - White behavior when copying data into azure SQL MI. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer anyStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer anyTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer anyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure anyParameters - SQL stored procedure parameters.
- stored
Procedure anyTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlUpsert Settings - SQL upsert settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - White behavior when copying data into azure SQL MI. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
writer_ Anystored_ procedure_ name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql_
writer_ Anytable_ type - SQL writer table type. Type: string (or Expression with resultType string).
- sql_
writer_ Anyuse_ table_ lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored_
procedure_ Anyparameters - SQL stored procedure parameters.
- stored_
procedure_ Anytable_ type_ parameter_ name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table_
option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert_
settings SqlUpsert Settings - SQL upsert settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - White behavior when copying data into azure SQL MI. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer AnyStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer AnyTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer AnyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure AnyParameters - SQL stored procedure parameters.
- stored
Procedure AnyTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings Property Map - SQL upsert settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - White behavior when copying data into azure SQL MI. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
SqlMISinkResponse, SqlMISinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer objectStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- Sql
Writer objectTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- Sql
Writer objectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Stored
Procedure objectParameters - SQL stored procedure parameters.
- Stored
Procedure objectTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- Table
Option object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Upsert Settings Response - SQL upsert settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - White behavior when copying data into azure SQL MI. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer interface{}Stored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- Sql
Writer interface{}Table Type - SQL writer table type. Type: string (or Expression with resultType string).
- Sql
Writer interface{}Use Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Stored
Procedure interface{}Parameters - SQL stored procedure parameters.
- Stored
Procedure interface{}Table Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- Table
Option interface{} - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings SqlUpsert Settings Response - SQL upsert settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - White behavior when copying data into azure SQL MI. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer ObjectStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer ObjectTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer ObjectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure ObjectParameters - SQL stored procedure parameters.
- stored
Procedure ObjectTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option Object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlUpsert Settings Response - SQL upsert settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - White behavior when copying data into azure SQL MI. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer anyStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer anyTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer anyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure anyParameters - SQL stored procedure parameters.
- stored
Procedure anyTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlUpsert Settings Response - SQL upsert settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - White behavior when copying data into azure SQL MI. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
writer_ Anystored_ procedure_ name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql_
writer_ Anytable_ type - SQL writer table type. Type: string (or Expression with resultType string).
- sql_
writer_ Anyuse_ table_ lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored_
procedure_ Anyparameters - SQL stored procedure parameters.
- stored_
procedure_ Anytable_ type_ parameter_ name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table_
option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert_
settings SqlUpsert Settings Response - SQL upsert settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - White behavior when copying data into azure SQL MI. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer AnyStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer AnyTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer AnyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure AnyParameters - SQL stored procedure parameters.
- stored
Procedure AnyTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings Property Map - SQL upsert settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - White behavior when copying data into azure SQL MI. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
SqlMISource, SqlMISourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Partition Settings - The settings that will be leveraged for Sql source partitioning.
- Produce
Additional objectTypes - Which additional types to produce.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader objectQuery - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader objectStored Procedure Name - Name of the stored procedure for a Azure SQL Managed Instance source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure objectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- Produce
Additional interface{}Types - Which additional types to produce.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader interface{}Query - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader interface{}Stored Procedure Name - Name of the stored procedure for a Azure SQL Managed Instance source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure interface{}Parameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- produce
Additional ObjectTypes - Which additional types to produce.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader ObjectQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader ObjectStored Procedure Name - Name of the stored procedure for a Azure SQL Managed Instance source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure ObjectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- produce
Additional anyTypes - Which additional types to produce.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader anyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader anyStored Procedure Name - Name of the stored procedure for a Azure SQL Managed Instance source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure anyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition_
settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- produce_
additional_ Anytypes - Which additional types to produce.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
reader_ Anyquery - SQL reader query. Type: string (or Expression with resultType string).
- sql_
reader_ Anystored_ procedure_ name - Name of the stored procedure for a Azure SQL Managed Instance source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored_
procedure_ Anyparameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for Sql source partitioning.
- produce
Additional AnyTypes - Which additional types to produce.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader AnyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader AnyStored Procedure Name - Name of the stored procedure for a Azure SQL Managed Instance source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure AnyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
SqlMISourceResponse, SqlMISourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Partition Settings Response - The settings that will be leveraged for Sql source partitioning.
- Produce
Additional objectTypes - Which additional types to produce.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader objectQuery - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader objectStored Procedure Name - Name of the stored procedure for a Azure SQL Managed Instance source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure objectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- Produce
Additional interface{}Types - Which additional types to produce.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader interface{}Query - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader interface{}Stored Procedure Name - Name of the stored procedure for a Azure SQL Managed Instance source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure interface{}Parameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- produce
Additional ObjectTypes - Which additional types to produce.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader ObjectQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader ObjectStored Procedure Name - Name of the stored procedure for a Azure SQL Managed Instance source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure ObjectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- produce
Additional anyTypes - Which additional types to produce.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader anyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader anyStored Procedure Name - Name of the stored procedure for a Azure SQL Managed Instance source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure anyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition_
settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- produce_
additional_ Anytypes - Which additional types to produce.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
reader_ Anyquery - SQL reader query. Type: string (or Expression with resultType string).
- sql_
reader_ Anystored_ procedure_ name - Name of the stored procedure for a Azure SQL Managed Instance source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored_
procedure_ Anyparameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for Sql source partitioning.
- produce
Additional AnyTypes - Which additional types to produce.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader AnyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader AnyStored Procedure Name - Name of the stored procedure for a Azure SQL Managed Instance source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure AnyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
SqlPartitionSettings, SqlPartitionSettingsArgs
- Partition
Column objectName - The name of the column in integer or datetime type that will be used for proceeding partitioning. If not specified, the primary key of the table is auto-detected and used as the partition column. Type: string (or Expression with resultType string).
- Partition
Lower objectBound - The minimum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- Partition
Upper objectBound - The maximum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- Partition
Column interface{}Name - The name of the column in integer or datetime type that will be used for proceeding partitioning. If not specified, the primary key of the table is auto-detected and used as the partition column. Type: string (or Expression with resultType string).
- Partition
Lower interface{}Bound - The minimum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- Partition
Upper interface{}Bound - The maximum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- partition
Column ObjectName - The name of the column in integer or datetime type that will be used for proceeding partitioning. If not specified, the primary key of the table is auto-detected and used as the partition column. Type: string (or Expression with resultType string).
- partition
Lower ObjectBound - The minimum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- partition
Upper ObjectBound - The maximum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- partition
Column anyName - The name of the column in integer or datetime type that will be used for proceeding partitioning. If not specified, the primary key of the table is auto-detected and used as the partition column. Type: string (or Expression with resultType string).
- partition
Lower anyBound - The minimum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- partition
Upper anyBound - The maximum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- partition_
column_ Anyname - The name of the column in integer or datetime type that will be used for proceeding partitioning. If not specified, the primary key of the table is auto-detected and used as the partition column. Type: string (or Expression with resultType string).
- partition_
lower_ Anybound - The minimum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- partition_
upper_ Anybound - The maximum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- partition
Column AnyName - The name of the column in integer or datetime type that will be used for proceeding partitioning. If not specified, the primary key of the table is auto-detected and used as the partition column. Type: string (or Expression with resultType string).
- partition
Lower AnyBound - The minimum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- partition
Upper AnyBound - The maximum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
SqlPartitionSettingsResponse, SqlPartitionSettingsResponseArgs
- Partition
Column objectName - The name of the column in integer or datetime type that will be used for proceeding partitioning. If not specified, the primary key of the table is auto-detected and used as the partition column. Type: string (or Expression with resultType string).
- Partition
Lower objectBound - The minimum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- Partition
Upper objectBound - The maximum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- Partition
Column interface{}Name - The name of the column in integer or datetime type that will be used for proceeding partitioning. If not specified, the primary key of the table is auto-detected and used as the partition column. Type: string (or Expression with resultType string).
- Partition
Lower interface{}Bound - The minimum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- Partition
Upper interface{}Bound - The maximum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- partition
Column ObjectName - The name of the column in integer or datetime type that will be used for proceeding partitioning. If not specified, the primary key of the table is auto-detected and used as the partition column. Type: string (or Expression with resultType string).
- partition
Lower ObjectBound - The minimum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- partition
Upper ObjectBound - The maximum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- partition
Column anyName - The name of the column in integer or datetime type that will be used for proceeding partitioning. If not specified, the primary key of the table is auto-detected and used as the partition column. Type: string (or Expression with resultType string).
- partition
Lower anyBound - The minimum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- partition
Upper anyBound - The maximum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- partition_
column_ Anyname - The name of the column in integer or datetime type that will be used for proceeding partitioning. If not specified, the primary key of the table is auto-detected and used as the partition column. Type: string (or Expression with resultType string).
- partition_
lower_ Anybound - The minimum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- partition_
upper_ Anybound - The maximum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- partition
Column AnyName - The name of the column in integer or datetime type that will be used for proceeding partitioning. If not specified, the primary key of the table is auto-detected and used as the partition column. Type: string (or Expression with resultType string).
- partition
Lower AnyBound - The minimum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
- partition
Upper AnyBound - The maximum value of the partition column for partition range splitting. This value is used to decide the partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned and copied. Type: string (or Expression with resultType string).
SqlServerSink, SqlServerSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer objectStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- Sql
Writer objectTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- Sql
Writer objectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Stored
Procedure objectParameters - SQL stored procedure parameters.
- Stored
Procedure objectTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- Table
Option object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Upsert Settings - SQL upsert settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer interface{}Stored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- Sql
Writer interface{}Table Type - SQL writer table type. Type: string (or Expression with resultType string).
- Sql
Writer interface{}Use Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Stored
Procedure interface{}Parameters - SQL stored procedure parameters.
- Stored
Procedure interface{}Table Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- Table
Option interface{} - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings SqlUpsert Settings - SQL upsert settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer ObjectStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer ObjectTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer ObjectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure ObjectParameters - SQL stored procedure parameters.
- stored
Procedure ObjectTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option Object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlUpsert Settings - SQL upsert settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer anyStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer anyTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer anyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure anyParameters - SQL stored procedure parameters.
- stored
Procedure anyTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlUpsert Settings - SQL upsert settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
writer_ Anystored_ procedure_ name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql_
writer_ Anytable_ type - SQL writer table type. Type: string (or Expression with resultType string).
- sql_
writer_ Anyuse_ table_ lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored_
procedure_ Anyparameters - SQL stored procedure parameters.
- stored_
procedure_ Anytable_ type_ parameter_ name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table_
option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert_
settings SqlUpsert Settings - SQL upsert settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer AnyStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer AnyTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer AnyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure AnyParameters - SQL stored procedure parameters.
- stored
Procedure AnyTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings Property Map - SQL upsert settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
SqlServerSinkResponse, SqlServerSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer objectStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- Sql
Writer objectTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- Sql
Writer objectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Stored
Procedure objectParameters - SQL stored procedure parameters.
- Stored
Procedure objectTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- Table
Option object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Upsert Settings Response - SQL upsert settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer interface{}Stored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- Sql
Writer interface{}Table Type - SQL writer table type. Type: string (or Expression with resultType string).
- Sql
Writer interface{}Use Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Stored
Procedure interface{}Parameters - SQL stored procedure parameters.
- Stored
Procedure interface{}Table Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- Table
Option interface{} - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings SqlUpsert Settings Response - SQL upsert settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer ObjectStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer ObjectTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer ObjectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure ObjectParameters - SQL stored procedure parameters.
- stored
Procedure ObjectTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option Object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlUpsert Settings Response - SQL upsert settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer anyStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer anyTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer anyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure anyParameters - SQL stored procedure parameters.
- stored
Procedure anyTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlUpsert Settings Response - SQL upsert settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
writer_ Anystored_ procedure_ name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql_
writer_ Anytable_ type - SQL writer table type. Type: string (or Expression with resultType string).
- sql_
writer_ Anyuse_ table_ lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored_
procedure_ Anyparameters - SQL stored procedure parameters.
- stored_
procedure_ Anytable_ type_ parameter_ name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table_
option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert_
settings SqlUpsert Settings Response - SQL upsert settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer AnyStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer AnyTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer AnyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure AnyParameters - SQL stored procedure parameters.
- stored
Procedure AnyTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings Property Map - SQL upsert settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
SqlServerSource, SqlServerSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Partition Settings - The settings that will be leveraged for Sql source partitioning.
- Produce
Additional objectTypes - Which additional types to produce.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader objectQuery - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader objectStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure objectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- Produce
Additional interface{}Types - Which additional types to produce.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader interface{}Query - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader interface{}Stored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure interface{}Parameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- produce
Additional ObjectTypes - Which additional types to produce.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader ObjectQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader ObjectStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure ObjectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- produce
Additional anyTypes - Which additional types to produce.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader anyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader anyStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure anyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition_
settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- produce_
additional_ Anytypes - Which additional types to produce.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
reader_ Anyquery - SQL reader query. Type: string (or Expression with resultType string).
- sql_
reader_ Anystored_ procedure_ name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored_
procedure_ Anyparameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for Sql source partitioning.
- produce
Additional AnyTypes - Which additional types to produce.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader AnyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader AnyStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure AnyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
SqlServerSourceResponse, SqlServerSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Partition Settings Response - The settings that will be leveraged for Sql source partitioning.
- Produce
Additional objectTypes - Which additional types to produce.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader objectQuery - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader objectStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure objectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- Produce
Additional interface{}Types - Which additional types to produce.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader interface{}Query - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader interface{}Stored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure interface{}Parameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- produce
Additional ObjectTypes - Which additional types to produce.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader ObjectQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader ObjectStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure ObjectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- produce
Additional anyTypes - Which additional types to produce.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader anyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader anyStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure anyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition_
settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- produce_
additional_ Anytypes - Which additional types to produce.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
reader_ Anyquery - SQL reader query. Type: string (or Expression with resultType string).
- sql_
reader_ Anystored_ procedure_ name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored_
procedure_ Anyparameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for Sql source partitioning.
- produce
Additional AnyTypes - Which additional types to produce.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader AnyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader AnyStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure AnyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
SqlServerStoredProcedureActivity, SqlServerStoredProcedureActivityArgs
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Name string
- Activity name.
- Stored
Procedure objectName - Stored procedure name. Type: string (or Expression with resultType string).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- Stored
Procedure objectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Name string
- Activity name.
- Stored
Procedure interface{}Name - Stored procedure name. Type: string (or Expression with resultType string).
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Policy
Activity
Policy - Activity policy.
- Stored
Procedure interface{}Parameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- User
Properties []UserProperty - Activity user properties.
- linked
Service LinkedName Service Reference - Linked service reference.
- name String
- Activity name.
- stored
Procedure ObjectName - Stored procedure name. Type: string (or Expression with resultType string).
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- policy
Activity
Policy - Activity policy.
- stored
Procedure ObjectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- user
Properties List<UserProperty> - Activity user properties.
- linked
Service LinkedName Service Reference - Linked service reference.
- name string
- Activity name.
- stored
Procedure anyName - Stored procedure name. Type: string (or Expression with resultType string).
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- policy
Activity
Policy - Activity policy.
- stored
Procedure anyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- user
Properties UserProperty[] - Activity user properties.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- name str
- Activity name.
- stored_
procedure_ Anyname - Stored procedure name. Type: string (or Expression with resultType string).
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- policy
Activity
Policy - Activity policy.
- stored_
procedure_ Anyparameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- user_
properties Sequence[UserProperty] - Activity user properties.
- linked
Service Property MapName - Linked service reference.
- name String
- Activity name.
- stored
Procedure AnyName - Stored procedure name. Type: string (or Expression with resultType string).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- policy Property Map
- Activity policy.
- stored
Procedure AnyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- user
Properties List<Property Map> - Activity user properties.
SqlServerStoredProcedureActivityResponse, SqlServerStoredProcedureActivityResponseArgs
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Name string
- Activity name.
- Stored
Procedure objectName - Stored procedure name. Type: string (or Expression with resultType string).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- Stored
Procedure objectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Name string
- Activity name.
- Stored
Procedure interface{}Name - Stored procedure name. Type: string (or Expression with resultType string).
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Policy
Activity
Policy Response - Activity policy.
- Stored
Procedure interface{}Parameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- User
Properties []UserProperty Response - Activity user properties.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- name String
- Activity name.
- stored
Procedure ObjectName - Stored procedure name. Type: string (or Expression with resultType string).
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- policy
Activity
Policy Response - Activity policy.
- stored
Procedure ObjectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- user
Properties List<UserProperty Response> - Activity user properties.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- name string
- Activity name.
- stored
Procedure anyName - Stored procedure name. Type: string (or Expression with resultType string).
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- policy
Activity
Policy Response - Activity policy.
- stored
Procedure anyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- user
Properties UserProperty Response[] - Activity user properties.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- name str
- Activity name.
- stored_
procedure_ Anyname - Stored procedure name. Type: string (or Expression with resultType string).
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- policy
Activity
Policy Response - Activity policy.
- stored_
procedure_ Anyparameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- linked
Service Property MapName - Linked service reference.
- name String
- Activity name.
- stored
Procedure AnyName - Stored procedure name. Type: string (or Expression with resultType string).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- policy Property Map
- Activity policy.
- stored
Procedure AnyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- user
Properties List<Property Map> - Activity user properties.
SqlSink, SqlSinkArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer objectStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- Sql
Writer objectTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- Sql
Writer objectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Stored
Procedure objectParameters - SQL stored procedure parameters.
- Stored
Procedure objectTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- Table
Option object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Upsert Settings - SQL upsert settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer interface{}Stored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- Sql
Writer interface{}Table Type - SQL writer table type. Type: string (or Expression with resultType string).
- Sql
Writer interface{}Use Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Stored
Procedure interface{}Parameters - SQL stored procedure parameters.
- Stored
Procedure interface{}Table Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- Table
Option interface{} - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings SqlUpsert Settings - SQL upsert settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer ObjectStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer ObjectTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer ObjectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure ObjectParameters - SQL stored procedure parameters.
- stored
Procedure ObjectTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option Object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlUpsert Settings - SQL upsert settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer anyStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer anyTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer anyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure anyParameters - SQL stored procedure parameters.
- stored
Procedure anyTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlUpsert Settings - SQL upsert settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
writer_ Anystored_ procedure_ name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql_
writer_ Anytable_ type - SQL writer table type. Type: string (or Expression with resultType string).
- sql_
writer_ Anyuse_ table_ lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored_
procedure_ Anyparameters - SQL stored procedure parameters.
- stored_
procedure_ Anytable_ type_ parameter_ name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table_
option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert_
settings SqlUpsert Settings - SQL upsert settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer AnyStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer AnyTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer AnyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure AnyParameters - SQL stored procedure parameters.
- stored
Procedure AnyTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings Property Map - SQL upsert settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
SqlSinkResponse, SqlSinkResponseArgs
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy objectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry objectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry objectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer objectStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- Sql
Writer objectTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- Sql
Writer objectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Stored
Procedure objectParameters - SQL stored procedure parameters.
- Stored
Procedure objectTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- Table
Option object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Upsert Settings Response - SQL upsert settings.
- Write
Batch objectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch objectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior object - Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- Pre
Copy interface{}Script - SQL pre-copy script. Type: string (or Expression with resultType string).
- Sink
Retry interface{}Count - Sink retry count. Type: integer (or Expression with resultType integer).
- Sink
Retry interface{}Wait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Writer interface{}Stored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- Sql
Writer interface{}Table Type - SQL writer table type. Type: string (or Expression with resultType string).
- Sql
Writer interface{}Use Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- Stored
Procedure interface{}Parameters - SQL stored procedure parameters.
- Stored
Procedure interface{}Table Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- Table
Option interface{} - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- Upsert
Settings SqlUpsert Settings Response - SQL upsert settings.
- Write
Batch interface{}Size - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- Write
Batch interface{}Timeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Write
Behavior interface{} - Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy ObjectScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry ObjectCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry ObjectWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer ObjectStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer ObjectTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer ObjectUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure ObjectParameters - SQL stored procedure parameters.
- stored
Procedure ObjectTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option Object - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlUpsert Settings Response - SQL upsert settings.
- write
Batch ObjectSize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch ObjectTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Object - Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy anyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry anyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry anyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer anyStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer anyTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer anyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure anyParameters - SQL stored procedure parameters.
- stored
Procedure anyTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings SqlUpsert Settings Response - SQL upsert settings.
- write
Batch anySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch anyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior any - Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre_
copy_ Anyscript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink_
retry_ Anycount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink_
retry_ Anywait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
writer_ Anystored_ procedure_ name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql_
writer_ Anytable_ type - SQL writer table type. Type: string (or Expression with resultType string).
- sql_
writer_ Anyuse_ table_ lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored_
procedure_ Anyparameters - SQL stored procedure parameters.
- stored_
procedure_ Anytable_ type_ parameter_ name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table_
option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert_
settings SqlUpsert Settings Response - SQL upsert settings.
- write_
batch_ Anysize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write_
batch_ Anytimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write_
behavior Any - Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
- pre
Copy AnyScript - SQL pre-copy script. Type: string (or Expression with resultType string).
- sink
Retry AnyCount - Sink retry count. Type: integer (or Expression with resultType integer).
- sink
Retry AnyWait - Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Writer AnyStored Procedure Name - SQL writer stored procedure name. Type: string (or Expression with resultType string).
- sql
Writer AnyTable Type - SQL writer table type. Type: string (or Expression with resultType string).
- sql
Writer AnyUse Table Lock - Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
- stored
Procedure AnyParameters - SQL stored procedure parameters.
- stored
Procedure AnyTable Type Parameter Name - The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
- table
Option Any - The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
- upsert
Settings Property Map - SQL upsert settings.
- write
Batch AnySize - Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
- write
Batch AnyTimeout - Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- write
Behavior Any - Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
SqlSource, SqlSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Isolation
Level object - Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Partition Settings - The settings that will be leveraged for Sql source partitioning.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader objectQuery - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader objectStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure objectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Isolation
Level interface{} - Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader interface{}Query - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader interface{}Stored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure interface{}Parameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- isolation
Level Object - Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader ObjectQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader ObjectStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure ObjectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- isolation
Level any - Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader anyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader anyStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure anyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- isolation_
level Any - Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition_
settings SqlPartition Settings - The settings that will be leveraged for Sql source partitioning.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
reader_ Anyquery - SQL reader query. Type: string (or Expression with resultType string).
- sql_
reader_ Anystored_ procedure_ name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored_
procedure_ Anyparameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- isolation
Level Any - Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for Sql source partitioning.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader AnyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader AnyStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure AnyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
SqlSourceResponse, SqlSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Isolation
Level object - Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Sql Partition Settings Response - The settings that will be leveraged for Sql source partitioning.
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader objectQuery - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader objectStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure objectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Isolation
Level interface{} - Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- Partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Sql
Reader interface{}Query - SQL reader query. Type: string (or Expression with resultType string).
- Sql
Reader interface{}Stored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- Stored
Procedure interface{}Parameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- isolation
Level Object - Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader ObjectQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader ObjectStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure ObjectParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- isolation
Level any - Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader anyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader anyStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure anyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- isolation_
level Any - Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition_
settings SqlPartition Settings Response - The settings that will be leveraged for Sql source partitioning.
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql_
reader_ Anyquery - SQL reader query. Type: string (or Expression with resultType string).
- sql_
reader_ Anystored_ procedure_ name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored_
procedure_ Anyparameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- isolation
Level Any - Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for Sql source partitioning.
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- sql
Reader AnyQuery - SQL reader query. Type: string (or Expression with resultType string).
- sql
Reader AnyStored Procedure Name - Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
- stored
Procedure AnyParameters - Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
SqlUpsertSettings, SqlUpsertSettingsArgs
- Interim
Schema objectName - Schema name for interim table. Type: string (or Expression with resultType string).
- Keys object
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- Use
Temp objectDB - Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
- Interim
Schema interface{}Name - Schema name for interim table. Type: string (or Expression with resultType string).
- Keys interface{}
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- Use
Temp interface{}DB - Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
- interim
Schema ObjectName - Schema name for interim table. Type: string (or Expression with resultType string).
- keys Object
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- use
Temp ObjectDB - Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
- interim
Schema anyName - Schema name for interim table. Type: string (or Expression with resultType string).
- keys any
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- use
Temp anyDB - Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
- interim_
schema_ Anyname - Schema name for interim table. Type: string (or Expression with resultType string).
- keys Any
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- use_
temp_ Anydb - Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
- interim
Schema AnyName - Schema name for interim table. Type: string (or Expression with resultType string).
- keys Any
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- use
Temp AnyDB - Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
SqlUpsertSettingsResponse, SqlUpsertSettingsResponseArgs
- Interim
Schema objectName - Schema name for interim table. Type: string (or Expression with resultType string).
- Keys object
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- Use
Temp objectDB - Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
- Interim
Schema interface{}Name - Schema name for interim table. Type: string (or Expression with resultType string).
- Keys interface{}
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- Use
Temp interface{}DB - Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
- interim
Schema ObjectName - Schema name for interim table. Type: string (or Expression with resultType string).
- keys Object
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- use
Temp ObjectDB - Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
- interim
Schema anyName - Schema name for interim table. Type: string (or Expression with resultType string).
- keys any
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- use
Temp anyDB - Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
- interim_
schema_ Anyname - Schema name for interim table. Type: string (or Expression with resultType string).
- keys Any
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- use_
temp_ Anydb - Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
- interim
Schema AnyName - Schema name for interim table. Type: string (or Expression with resultType string).
- keys Any
- Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
- use
Temp AnyDB - Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
SquareSource, SquareSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SquareSourceResponse, SquareSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SsisLogLocationType, SsisLogLocationTypeArgs
- File
- File
- Ssis
Log Location Type File - File
- File
- File
- File
- File
- FILE
- File
- "File"
- File
SsisPackageLocationType, SsisPackageLocationTypeArgs
- SSISDB
- SSISDB
- File
- File
- Inline
Package - InlinePackage
- Package
Store - PackageStore
- Ssis
Package Location Type SSISDB - SSISDB
- Ssis
Package Location Type File - File
- Ssis
Package Location Type Inline Package - InlinePackage
- Ssis
Package Location Type Package Store - PackageStore
- SSISDB
- SSISDB
- File
- File
- Inline
Package - InlinePackage
- Package
Store - PackageStore
- SSISDB
- SSISDB
- File
- File
- Inline
Package - InlinePackage
- Package
Store - PackageStore
- SSISDB
- SSISDB
- FILE
- File
- INLINE_PACKAGE
- InlinePackage
- PACKAGE_STORE
- PackageStore
- "SSISDB"
- SSISDB
- "File"
- File
- "Inline
Package" - InlinePackage
- "Package
Store" - PackageStore
StagingSettings, StagingSettingsArgs
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Staging linked service reference.
- Enable
Compression object - Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- Path object
- The path to storage for storing the interim data. Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference - Staging linked service reference.
- Enable
Compression interface{} - Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- Path interface{}
- The path to storage for storing the interim data. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Staging linked service reference.
- enable
Compression Object - Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- path Object
- The path to storage for storing the interim data. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Staging linked service reference.
- enable
Compression any - Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- path any
- The path to storage for storing the interim data. Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference - Staging linked service reference.
- enable_
compression Any - Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- path Any
- The path to storage for storing the interim data. Type: string (or Expression with resultType string).
- linked
Service Property MapName - Staging linked service reference.
- enable
Compression Any - Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- path Any
- The path to storage for storing the interim data. Type: string (or Expression with resultType string).
StagingSettingsResponse, StagingSettingsResponseArgs
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Staging linked service reference.
- Enable
Compression object - Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- Path object
- The path to storage for storing the interim data. Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference Response - Staging linked service reference.
- Enable
Compression interface{} - Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- Path interface{}
- The path to storage for storing the interim data. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Staging linked service reference.
- enable
Compression Object - Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- path Object
- The path to storage for storing the interim data. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Staging linked service reference.
- enable
Compression any - Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- path any
- The path to storage for storing the interim data. Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference Response - Staging linked service reference.
- enable_
compression Any - Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- path Any
- The path to storage for storing the interim data. Type: string (or Expression with resultType string).
- linked
Service Property MapName - Staging linked service reference.
- enable
Compression Any - Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
- path Any
- The path to storage for storing the interim data. Type: string (or Expression with resultType string).
SwitchActivity, SwitchActivityArgs
- Name string
- Activity name.
- On
Pulumi.
Azure Native. Data Factory. Inputs. Expression - An expression that would evaluate to a string or integer. This is used to determine the block of activities in cases that will be executed.
- Cases
List<Pulumi.
Azure Native. Data Factory. Inputs. Switch Case> - List of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities.
- Default
Activities List<object> - List of activities to execute if no case condition is satisfied. This is an optional property and if not provided, the activity will exit without any action.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Name string
- Activity name.
- On Expression
- An expression that would evaluate to a string or integer. This is used to determine the block of activities in cases that will be executed.
- Cases
[]Switch
Case - List of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities.
- Default
Activities []interface{} - List of activities to execute if no case condition is satisfied. This is an optional property and if not provided, the activity will exit without any action.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- User
Properties []UserProperty - Activity user properties.
- name String
- Activity name.
- on Expression
- An expression that would evaluate to a string or integer. This is used to determine the block of activities in cases that will be executed.
- cases
List<Switch
Case> - List of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities.
- default
Activities List<Object> - List of activities to execute if no case condition is satisfied. This is an optional property and if not provided, the activity will exit without any action.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<UserProperty> - Activity user properties.
- name string
- Activity name.
- on Expression
- An expression that would evaluate to a string or integer. This is used to determine the block of activities in cases that will be executed.
- cases
Switch
Case[] - List of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities.
- default
Activities (AppendVariable Activity | Azure Data Explorer Command Activity | Azure Function Activity | Azure MLBatch Execution Activity | Azure MLExecute Pipeline Activity | Azure MLUpdate Resource Activity | Control Activity | Copy Activity | Custom Activity | Data Lake Analytics USQLActivity | Databricks Notebook Activity | Databricks Spark Jar Activity | Databricks Spark Python Activity | Delete Activity | Execute Data Flow Activity | Execute Pipeline Activity | Execute SSISPackage Activity | Execute Wrangling Dataflow Activity | Execution Activity | Fail Activity | Filter Activity | For Each Activity | Get Metadata Activity | HDInsight Hive Activity | HDInsight Map Reduce Activity | HDInsight Pig Activity | HDInsight Spark Activity | HDInsight Streaming Activity | If Condition Activity | Lookup Activity | Script Activity | Set Variable Activity | Sql Server Stored Procedure Activity | Switch Activity | Synapse Notebook Activity | Synapse Spark Job Definition Activity | Until Activity | Validation Activity | Wait Activity | Web Activity | Web Hook Activity)[] - List of activities to execute if no case condition is satisfied. This is an optional property and if not provided, the activity will exit without any action.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- user
Properties UserProperty[] - Activity user properties.
- name str
- Activity name.
- on Expression
- An expression that would evaluate to a string or integer. This is used to determine the block of activities in cases that will be executed.
- cases
Sequence[Switch
Case] - List of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities.
- default_
activities Sequence[Union[AppendVariable Activity, Azure Data Explorer Command Activity, Azure Function Activity, Azure MLBatch Execution Activity, Azure MLExecute Pipeline Activity, Azure MLUpdate Resource Activity, Control Activity, Copy Activity, Custom Activity, Data Lake Analytics USQLActivity, Databricks Notebook Activity, Databricks Spark Jar Activity, Databricks Spark Python Activity, Delete Activity, Execute Data Flow Activity, Execute Pipeline Activity, Execute SSISPackage Activity, Execute Wrangling Dataflow Activity, Execution Activity, Fail Activity, Filter Activity, For Each Activity, Get Metadata Activity, HDInsight Hive Activity, HDInsight Map Reduce Activity, HDInsight Pig Activity, HDInsight Spark Activity, HDInsight Streaming Activity, If Condition Activity, Lookup Activity, Script Activity, Set Variable Activity, Sql Server Stored Procedure Activity, Switch Activity, Synapse Notebook Activity, Synapse Spark Job Definition Activity, Until Activity, Validation Activity, Wait Activity, Web Activity, Web Hook Activity]] - List of activities to execute if no case condition is satisfied. This is an optional property and if not provided, the activity will exit without any action.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- user_
properties Sequence[UserProperty] - Activity user properties.
- name String
- Activity name.
- on Property Map
- An expression that would evaluate to a string or integer. This is used to determine the block of activities in cases that will be executed.
- cases List<Property Map>
- List of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities.
- default
Activities List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map> - List of activities to execute if no case condition is satisfied. This is an optional property and if not provided, the activity will exit without any action.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<Property Map> - Activity user properties.
SwitchActivityResponse, SwitchActivityResponseArgs
- Name string
- Activity name.
- On
Pulumi.
Azure Native. Data Factory. Inputs. Expression Response - An expression that would evaluate to a string or integer. This is used to determine the block of activities in cases that will be executed.
- Cases
List<Pulumi.
Azure Native. Data Factory. Inputs. Switch Case Response> - List of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities.
- Default
Activities List<object> - List of activities to execute if no case condition is satisfied. This is an optional property and if not provided, the activity will exit without any action.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Name string
- Activity name.
- On
Expression
Response - An expression that would evaluate to a string or integer. This is used to determine the block of activities in cases that will be executed.
- Cases
[]Switch
Case Response - List of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities.
- Default
Activities []interface{} - List of activities to execute if no case condition is satisfied. This is an optional property and if not provided, the activity will exit without any action.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- User
Properties []UserProperty Response - Activity user properties.
- name String
- Activity name.
- on
Expression
Response - An expression that would evaluate to a string or integer. This is used to determine the block of activities in cases that will be executed.
- cases
List<Switch
Case Response> - List of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities.
- default
Activities List<Object> - List of activities to execute if no case condition is satisfied. This is an optional property and if not provided, the activity will exit without any action.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<UserProperty Response> - Activity user properties.
- name string
- Activity name.
- on
Expression
Response - An expression that would evaluate to a string or integer. This is used to determine the block of activities in cases that will be executed.
- cases
Switch
Case Response[] - List of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities.
- default
Activities (AppendVariable Activity Response | Azure Data Explorer Command Activity Response | Azure Function Activity Response | Azure MLBatch Execution Activity Response | Azure MLExecute Pipeline Activity Response | Azure MLUpdate Resource Activity Response | Control Activity Response | Copy Activity Response | Custom Activity Response | Data Lake Analytics USQLActivity Response | Databricks Notebook Activity Response | Databricks Spark Jar Activity Response | Databricks Spark Python Activity Response | Delete Activity Response | Execute Data Flow Activity Response | Execute Pipeline Activity Response | Execute SSISPackage Activity Response | Execute Wrangling Dataflow Activity Response | Execution Activity Response | Fail Activity Response | Filter Activity Response | For Each Activity Response | Get Metadata Activity Response | HDInsight Hive Activity Response | HDInsight Map Reduce Activity Response | HDInsight Pig Activity Response | HDInsight Spark Activity Response | HDInsight Streaming Activity Response | If Condition Activity Response | Lookup Activity Response | Script Activity Response | Set Variable Activity Response | Sql Server Stored Procedure Activity Response | Switch Activity Response | Synapse Notebook Activity Response | Synapse Spark Job Definition Activity Response | Until Activity Response | Validation Activity Response | Wait Activity Response | Web Activity Response | Web Hook Activity Response)[] - List of activities to execute if no case condition is satisfied. This is an optional property and if not provided, the activity will exit without any action.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- user
Properties UserProperty Response[] - Activity user properties.
- name str
- Activity name.
- on
Expression
Response - An expression that would evaluate to a string or integer. This is used to determine the block of activities in cases that will be executed.
- cases
Sequence[Switch
Case Response] - List of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities.
- default_
activities Sequence[Union[AppendVariable Activity Response, Azure Data Explorer Command Activity Response, Azure Function Activity Response, Azure MLBatch Execution Activity Response, Azure MLExecute Pipeline Activity Response, Azure MLUpdate Resource Activity Response, Control Activity Response, Copy Activity Response, Custom Activity Response, Data Lake Analytics USQLActivity Response, Databricks Notebook Activity Response, Databricks Spark Jar Activity Response, Databricks Spark Python Activity Response, Delete Activity Response, Execute Data Flow Activity Response, Execute Pipeline Activity Response, Execute SSISPackage Activity Response, Execute Wrangling Dataflow Activity Response, Execution Activity Response, Fail Activity Response, Filter Activity Response, For Each Activity Response, Get Metadata Activity Response, HDInsight Hive Activity Response, HDInsight Map Reduce Activity Response, HDInsight Pig Activity Response, HDInsight Spark Activity Response, HDInsight Streaming Activity Response, If Condition Activity Response, Lookup Activity Response, Script Activity Response, Set Variable Activity Response, Sql Server Stored Procedure Activity Response, Switch Activity Response, Synapse Notebook Activity Response, Synapse Spark Job Definition Activity Response, Until Activity Response, Validation Activity Response, Wait Activity Response, Web Activity Response, Web Hook Activity Response]] - List of activities to execute if no case condition is satisfied. This is an optional property and if not provided, the activity will exit without any action.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- name String
- Activity name.
- on Property Map
- An expression that would evaluate to a string or integer. This is used to determine the block of activities in cases that will be executed.
- cases List<Property Map>
- List of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities.
- default
Activities List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map> - List of activities to execute if no case condition is satisfied. This is an optional property and if not provided, the activity will exit without any action.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<Property Map> - Activity user properties.
SwitchCase, SwitchCaseArgs
- Activities List<object>
- List of activities to execute for satisfied case condition.
- Value string
- Expected value that satisfies the expression result of the 'on' property.
- Activities []interface{}
- List of activities to execute for satisfied case condition.
- Value string
- Expected value that satisfies the expression result of the 'on' property.
- activities List<Object>
- List of activities to execute for satisfied case condition.
- value String
- Expected value that satisfies the expression result of the 'on' property.
- activities
(Append
Variable Activity | Azure Data Explorer Command Activity | Azure Function Activity | Azure MLBatch Execution Activity | Azure MLExecute Pipeline Activity | Azure MLUpdate Resource Activity | Control Activity | Copy Activity | Custom Activity | Data Lake Analytics USQLActivity | Databricks Notebook Activity | Databricks Spark Jar Activity | Databricks Spark Python Activity | Delete Activity | Execute Data Flow Activity | Execute Pipeline Activity | Execute SSISPackage Activity | Execute Wrangling Dataflow Activity | Execution Activity | Fail Activity | Filter Activity | For Each Activity | Get Metadata Activity | HDInsight Hive Activity | HDInsight Map Reduce Activity | HDInsight Pig Activity | HDInsight Spark Activity | HDInsight Streaming Activity | If Condition Activity | Lookup Activity | Script Activity | Set Variable Activity | Sql Server Stored Procedure Activity | Switch Activity | Synapse Notebook Activity | Synapse Spark Job Definition Activity | Until Activity | Validation Activity | Wait Activity | Web Activity | Web Hook Activity)[] - List of activities to execute for satisfied case condition.
- value string
- Expected value that satisfies the expression result of the 'on' property.
- activities
Sequence[Union[Append
Variable Activity, Azure Data Explorer Command Activity, Azure Function Activity, Azure MLBatch Execution Activity, Azure MLExecute Pipeline Activity, Azure MLUpdate Resource Activity, Control Activity, Copy Activity, Custom Activity, Data Lake Analytics USQLActivity, Databricks Notebook Activity, Databricks Spark Jar Activity, Databricks Spark Python Activity, Delete Activity, Execute Data Flow Activity, Execute Pipeline Activity, Execute SSISPackage Activity, Execute Wrangling Dataflow Activity, Execution Activity, Fail Activity, Filter Activity, For Each Activity, Get Metadata Activity, HDInsight Hive Activity, HDInsight Map Reduce Activity, HDInsight Pig Activity, HDInsight Spark Activity, HDInsight Streaming Activity, If Condition Activity, Lookup Activity, Script Activity, Set Variable Activity, Sql Server Stored Procedure Activity, Switch Activity, Synapse Notebook Activity, Synapse Spark Job Definition Activity, Until Activity, Validation Activity, Wait Activity, Web Activity, Web Hook Activity]] - List of activities to execute for satisfied case condition.
- value str
- Expected value that satisfies the expression result of the 'on' property.
- activities List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>
- List of activities to execute for satisfied case condition.
- value String
- Expected value that satisfies the expression result of the 'on' property.
SwitchCaseResponse, SwitchCaseResponseArgs
- Activities List<object>
- List of activities to execute for satisfied case condition.
- Value string
- Expected value that satisfies the expression result of the 'on' property.
- Activities []interface{}
- List of activities to execute for satisfied case condition.
- Value string
- Expected value that satisfies the expression result of the 'on' property.
- activities List<Object>
- List of activities to execute for satisfied case condition.
- value String
- Expected value that satisfies the expression result of the 'on' property.
- activities
(Append
Variable Activity Response | Azure Data Explorer Command Activity Response | Azure Function Activity Response | Azure MLBatch Execution Activity Response | Azure MLExecute Pipeline Activity Response | Azure MLUpdate Resource Activity Response | Control Activity Response | Copy Activity Response | Custom Activity Response | Data Lake Analytics USQLActivity Response | Databricks Notebook Activity Response | Databricks Spark Jar Activity Response | Databricks Spark Python Activity Response | Delete Activity Response | Execute Data Flow Activity Response | Execute Pipeline Activity Response | Execute SSISPackage Activity Response | Execute Wrangling Dataflow Activity Response | Execution Activity Response | Fail Activity Response | Filter Activity Response | For Each Activity Response | Get Metadata Activity Response | HDInsight Hive Activity Response | HDInsight Map Reduce Activity Response | HDInsight Pig Activity Response | HDInsight Spark Activity Response | HDInsight Streaming Activity Response | If Condition Activity Response | Lookup Activity Response | Script Activity Response | Set Variable Activity Response | Sql Server Stored Procedure Activity Response | Switch Activity Response | Synapse Notebook Activity Response | Synapse Spark Job Definition Activity Response | Until Activity Response | Validation Activity Response | Wait Activity Response | Web Activity Response | Web Hook Activity Response)[] - List of activities to execute for satisfied case condition.
- value string
- Expected value that satisfies the expression result of the 'on' property.
- activities
Sequence[Union[Append
Variable Activity Response, Azure Data Explorer Command Activity Response, Azure Function Activity Response, Azure MLBatch Execution Activity Response, Azure MLExecute Pipeline Activity Response, Azure MLUpdate Resource Activity Response, Control Activity Response, Copy Activity Response, Custom Activity Response, Data Lake Analytics USQLActivity Response, Databricks Notebook Activity Response, Databricks Spark Jar Activity Response, Databricks Spark Python Activity Response, Delete Activity Response, Execute Data Flow Activity Response, Execute Pipeline Activity Response, Execute SSISPackage Activity Response, Execute Wrangling Dataflow Activity Response, Execution Activity Response, Fail Activity Response, Filter Activity Response, For Each Activity Response, Get Metadata Activity Response, HDInsight Hive Activity Response, HDInsight Map Reduce Activity Response, HDInsight Pig Activity Response, HDInsight Spark Activity Response, HDInsight Streaming Activity Response, If Condition Activity Response, Lookup Activity Response, Script Activity Response, Set Variable Activity Response, Sql Server Stored Procedure Activity Response, Switch Activity Response, Synapse Notebook Activity Response, Synapse Spark Job Definition Activity Response, Until Activity Response, Validation Activity Response, Wait Activity Response, Web Activity Response, Web Hook Activity Response]] - List of activities to execute for satisfied case condition.
- value str
- Expected value that satisfies the expression result of the 'on' property.
- activities List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>
- List of activities to execute for satisfied case condition.
- value String
- Expected value that satisfies the expression result of the 'on' property.
SybaseSource, SybaseSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SybaseSourceResponse, SybaseSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- Database query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- Database query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SynapseNotebookActivity, SynapseNotebookActivityArgs
- Name string
- Activity name.
- Notebook
Pulumi.
Azure Native. Data Factory. Inputs. Synapse Notebook Reference - Synapse notebook reference.
- Conf object
- Spark configuration properties, which will override the 'conf' of the notebook you provide.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Driver
Size object - Number of core and memory to be used for driver allocated in the specified Spark pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- Executor
Size object - Number of core and memory to be used for executors allocated in the specified Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Num
Executors object - Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).
- Parameters
Dictionary<string, Pulumi.
Azure Native. Data Factory. Inputs. Notebook Parameter> - Notebook parameters.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- Spark
Pool Pulumi.Azure Native. Data Factory. Inputs. Big Data Pool Parametrization Reference - The name of the big data pool which will be used to execute the notebook.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Name string
- Activity name.
- Notebook
Synapse
Notebook Reference - Synapse notebook reference.
- Conf interface{}
- Spark configuration properties, which will override the 'conf' of the notebook you provide.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Driver
Size interface{} - Number of core and memory to be used for driver allocated in the specified Spark pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- Executor
Size interface{} - Number of core and memory to be used for executors allocated in the specified Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference - Linked service reference.
- Num
Executors interface{} - Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).
- Parameters
map[string]Notebook
Parameter - Notebook parameters.
- Policy
Activity
Policy - Activity policy.
- Spark
Pool BigData Pool Parametrization Reference - The name of the big data pool which will be used to execute the notebook.
- User
Properties []UserProperty - Activity user properties.
- name String
- Activity name.
- notebook
Synapse
Notebook Reference - Synapse notebook reference.
- conf Object
- Spark configuration properties, which will override the 'conf' of the notebook you provide.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- driver
Size Object - Number of core and memory to be used for driver allocated in the specified Spark pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- executor
Size Object - Number of core and memory to be used for executors allocated in the specified Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Linked service reference.
- num
Executors Object - Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).
- parameters
Map<String,Notebook
Parameter> - Notebook parameters.
- policy
Activity
Policy - Activity policy.
- spark
Pool BigData Pool Parametrization Reference - The name of the big data pool which will be used to execute the notebook.
- user
Properties List<UserProperty> - Activity user properties.
- name string
- Activity name.
- notebook
Synapse
Notebook Reference - Synapse notebook reference.
- conf any
- Spark configuration properties, which will override the 'conf' of the notebook you provide.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- driver
Size any - Number of core and memory to be used for driver allocated in the specified Spark pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- executor
Size any - Number of core and memory to be used for executors allocated in the specified Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Linked service reference.
- num
Executors any - Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).
- parameters
{[key: string]: Notebook
Parameter} - Notebook parameters.
- policy
Activity
Policy - Activity policy.
- spark
Pool BigData Pool Parametrization Reference - The name of the big data pool which will be used to execute the notebook.
- user
Properties UserProperty[] - Activity user properties.
- name str
- Activity name.
- notebook
Synapse
Notebook Reference - Synapse notebook reference.
- conf Any
- Spark configuration properties, which will override the 'conf' of the notebook you provide.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- driver_
size Any - Number of core and memory to be used for driver allocated in the specified Spark pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- executor_
size Any - Number of core and memory to be used for executors allocated in the specified Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference - Linked service reference.
- num_
executors Any - Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).
- parameters
Mapping[str, Notebook
Parameter] - Notebook parameters.
- policy
Activity
Policy - Activity policy.
- spark_
pool BigData Pool Parametrization Reference - The name of the big data pool which will be used to execute the notebook.
- user_
properties Sequence[UserProperty] - Activity user properties.
- name String
- Activity name.
- notebook Property Map
- Synapse notebook reference.
- conf Any
- Spark configuration properties, which will override the 'conf' of the notebook you provide.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- driver
Size Any - Number of core and memory to be used for driver allocated in the specified Spark pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- executor
Size Any - Number of core and memory to be used for executors allocated in the specified Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- linked
Service Property MapName - Linked service reference.
- num
Executors Any - Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).
- parameters Map<Property Map>
- Notebook parameters.
- policy Property Map
- Activity policy.
- spark
Pool Property Map - The name of the big data pool which will be used to execute the notebook.
- user
Properties List<Property Map> - Activity user properties.
SynapseNotebookActivityResponse, SynapseNotebookActivityResponseArgs
- Name string
- Activity name.
- Notebook
Pulumi.
Azure Native. Data Factory. Inputs. Synapse Notebook Reference Response - Synapse notebook reference.
- Conf object
- Spark configuration properties, which will override the 'conf' of the notebook you provide.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Driver
Size object - Number of core and memory to be used for driver allocated in the specified Spark pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- Executor
Size object - Number of core and memory to be used for executors allocated in the specified Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Num
Executors object - Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).
- Parameters
Dictionary<string, Pulumi.
Azure Native. Data Factory. Inputs. Notebook Parameter Response> - Notebook parameters.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- Spark
Pool Pulumi.Azure Native. Data Factory. Inputs. Big Data Pool Parametrization Reference Response - The name of the big data pool which will be used to execute the notebook.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Name string
- Activity name.
- Notebook
Synapse
Notebook Reference Response - Synapse notebook reference.
- Conf interface{}
- Spark configuration properties, which will override the 'conf' of the notebook you provide.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Driver
Size interface{} - Number of core and memory to be used for driver allocated in the specified Spark pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- Executor
Size interface{} - Number of core and memory to be used for executors allocated in the specified Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Num
Executors interface{} - Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).
- Parameters
map[string]Notebook
Parameter Response - Notebook parameters.
- Policy
Activity
Policy Response - Activity policy.
- Spark
Pool BigData Pool Parametrization Reference Response - The name of the big data pool which will be used to execute the notebook.
- User
Properties []UserProperty Response - Activity user properties.
- name String
- Activity name.
- notebook
Synapse
Notebook Reference Response - Synapse notebook reference.
- conf Object
- Spark configuration properties, which will override the 'conf' of the notebook you provide.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- driver
Size Object - Number of core and memory to be used for driver allocated in the specified Spark pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- executor
Size Object - Number of core and memory to be used for executors allocated in the specified Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Linked service reference.
- num
Executors Object - Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).
- parameters
Map<String,Notebook
Parameter Response> - Notebook parameters.
- policy
Activity
Policy Response - Activity policy.
- spark
Pool BigData Pool Parametrization Reference Response - The name of the big data pool which will be used to execute the notebook.
- user
Properties List<UserProperty Response> - Activity user properties.
- name string
- Activity name.
- notebook
Synapse
Notebook Reference Response - Synapse notebook reference.
- conf any
- Spark configuration properties, which will override the 'conf' of the notebook you provide.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- driver
Size any - Number of core and memory to be used for driver allocated in the specified Spark pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- executor
Size any - Number of core and memory to be used for executors allocated in the specified Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Linked service reference.
- num
Executors any - Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).
- parameters
{[key: string]: Notebook
Parameter Response} - Notebook parameters.
- policy
Activity
Policy Response - Activity policy.
- spark
Pool BigData Pool Parametrization Reference Response - The name of the big data pool which will be used to execute the notebook.
- user
Properties UserProperty Response[] - Activity user properties.
- name str
- Activity name.
- notebook
Synapse
Notebook Reference Response - Synapse notebook reference.
- conf Any
- Spark configuration properties, which will override the 'conf' of the notebook you provide.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- driver_
size Any - Number of core and memory to be used for driver allocated in the specified Spark pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- executor_
size Any - Number of core and memory to be used for executors allocated in the specified Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- num_
executors Any - Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).
- parameters
Mapping[str, Notebook
Parameter Response] - Notebook parameters.
- policy
Activity
Policy Response - Activity policy.
- spark_
pool BigData Pool Parametrization Reference Response - The name of the big data pool which will be used to execute the notebook.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- name String
- Activity name.
- notebook Property Map
- Synapse notebook reference.
- conf Any
- Spark configuration properties, which will override the 'conf' of the notebook you provide.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- driver
Size Any - Number of core and memory to be used for driver allocated in the specified Spark pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- executor
Size Any - Number of core and memory to be used for executors allocated in the specified Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the notebook you provide. Type: string (or Expression with resultType string).
- linked
Service Property MapName - Linked service reference.
- num
Executors Any - Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).
- parameters Map<Property Map>
- Notebook parameters.
- policy Property Map
- Activity policy.
- spark
Pool Property Map - The name of the big data pool which will be used to execute the notebook.
- user
Properties List<Property Map> - Activity user properties.
SynapseNotebookReference, SynapseNotebookReferenceArgs
- Reference
Name object - Reference notebook name. Type: string (or Expression with resultType string).
- Type
string | Pulumi.
Azure Native. Data Factory. Notebook Reference Type - Synapse notebook reference type.
- Reference
Name interface{} - Reference notebook name. Type: string (or Expression with resultType string).
- Type
string | Notebook
Reference Type - Synapse notebook reference type.
- reference
Name Object - Reference notebook name. Type: string (or Expression with resultType string).
- type
String | Notebook
Reference Type - Synapse notebook reference type.
- reference
Name any - Reference notebook name. Type: string (or Expression with resultType string).
- type
string | Notebook
Reference Type - Synapse notebook reference type.
- reference_
name Any - Reference notebook name. Type: string (or Expression with resultType string).
- type
str | Notebook
Reference Type - Synapse notebook reference type.
- reference
Name Any - Reference notebook name. Type: string (or Expression with resultType string).
- type
String | "Notebook
Reference" - Synapse notebook reference type.
SynapseNotebookReferenceResponse, SynapseNotebookReferenceResponseArgs
- Reference
Name object - Reference notebook name. Type: string (or Expression with resultType string).
- Type string
- Synapse notebook reference type.
- Reference
Name interface{} - Reference notebook name. Type: string (or Expression with resultType string).
- Type string
- Synapse notebook reference type.
- reference
Name Object - Reference notebook name. Type: string (or Expression with resultType string).
- type String
- Synapse notebook reference type.
- reference
Name any - Reference notebook name. Type: string (or Expression with resultType string).
- type string
- Synapse notebook reference type.
- reference_
name Any - Reference notebook name. Type: string (or Expression with resultType string).
- type str
- Synapse notebook reference type.
- reference
Name Any - Reference notebook name. Type: string (or Expression with resultType string).
- type String
- Synapse notebook reference type.
SynapseSparkJobDefinitionActivity, SynapseSparkJobDefinitionActivityArgs
- Name string
- Activity name.
- Spark
Job Pulumi.Azure Native. Data Factory. Inputs. Synapse Spark Job Reference - Synapse spark job reference.
- Arguments List<object>
- User specified arguments to SynapseSparkJobDefinitionActivity.
- Class
Name object - The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide. Type: string (or Expression with resultType string).
- Conf object
- Spark configuration properties, which will override the 'conf' of the spark job definition you provide.
- Configuration
Type string | Pulumi.Azure Native. Data Factory. Configuration Type - The type of the spark config.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Driver
Size object - Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- Executor
Size object - Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- File object
- The main file used for the job, which will override the 'file' of the spark job definition you provide. Type: string (or Expression with resultType string).
- Files List<object>
- (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide.
- Files
V2 List<object> - Additional files used for reference in the main definition file, which will override the 'jars' and 'files' of the spark job definition you provide.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Num
Executors object - Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. Type: integer (or Expression with resultType integer).
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- Python
Code List<object>Reference - Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.
- Scan
Folder object - Scanning subfolders from the root folder of the main definition file, these files will be added as reference files. The folders named 'jars', 'pyFiles', 'files' or 'archives' will be scanned, and the folders name are case sensitive. Type: boolean (or Expression with resultType boolean).
- Spark
Config Dictionary<string, object> - Spark configuration property.
- Target
Big Pulumi.Data Pool Azure Native. Data Factory. Inputs. Big Data Pool Parametrization Reference - The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide.
- Target
Spark Pulumi.Configuration Azure Native. Data Factory. Inputs. Spark Configuration Parametrization Reference - The spark configuration of the spark job.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Name string
- Activity name.
- Spark
Job SynapseSpark Job Reference - Synapse spark job reference.
- Arguments []interface{}
- User specified arguments to SynapseSparkJobDefinitionActivity.
- Class
Name interface{} - The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide. Type: string (or Expression with resultType string).
- Conf interface{}
- Spark configuration properties, which will override the 'conf' of the spark job definition you provide.
- Configuration
Type string | ConfigurationType - The type of the spark config.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Driver
Size interface{} - Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- Executor
Size interface{} - Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- File interface{}
- The main file used for the job, which will override the 'file' of the spark job definition you provide. Type: string (or Expression with resultType string).
- Files []interface{}
- (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide.
- Files
V2 []interface{} - Additional files used for reference in the main definition file, which will override the 'jars' and 'files' of the spark job definition you provide.
- Linked
Service LinkedName Service Reference - Linked service reference.
- Num
Executors interface{} - Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. Type: integer (or Expression with resultType integer).
- Policy
Activity
Policy - Activity policy.
- Python
Code []interface{}Reference - Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.
- Scan
Folder interface{} - Scanning subfolders from the root folder of the main definition file, these files will be added as reference files. The folders named 'jars', 'pyFiles', 'files' or 'archives' will be scanned, and the folders name are case sensitive. Type: boolean (or Expression with resultType boolean).
- Spark
Config map[string]interface{} - Spark configuration property.
- Target
Big BigData Pool Data Pool Parametrization Reference - The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide.
- Target
Spark SparkConfiguration Configuration Parametrization Reference - The spark configuration of the spark job.
- User
Properties []UserProperty - Activity user properties.
- name String
- Activity name.
- spark
Job SynapseSpark Job Reference - Synapse spark job reference.
- arguments List<Object>
- User specified arguments to SynapseSparkJobDefinitionActivity.
- class
Name Object - The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide. Type: string (or Expression with resultType string).
- conf Object
- Spark configuration properties, which will override the 'conf' of the spark job definition you provide.
- configuration
Type String | ConfigurationType - The type of the spark config.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- driver
Size Object - Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- executor
Size Object - Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- file Object
- The main file used for the job, which will override the 'file' of the spark job definition you provide. Type: string (or Expression with resultType string).
- files List<Object>
- (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide.
- files
V2 List<Object> - Additional files used for reference in the main definition file, which will override the 'jars' and 'files' of the spark job definition you provide.
- linked
Service LinkedName Service Reference - Linked service reference.
- num
Executors Object - Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. Type: integer (or Expression with resultType integer).
- policy
Activity
Policy - Activity policy.
- python
Code List<Object>Reference - Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.
- scan
Folder Object - Scanning subfolders from the root folder of the main definition file, these files will be added as reference files. The folders named 'jars', 'pyFiles', 'files' or 'archives' will be scanned, and the folders name are case sensitive. Type: boolean (or Expression with resultType boolean).
- spark
Config Map<String,Object> - Spark configuration property.
- target
Big BigData Pool Data Pool Parametrization Reference - The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide.
- target
Spark SparkConfiguration Configuration Parametrization Reference - The spark configuration of the spark job.
- user
Properties List<UserProperty> - Activity user properties.
- name string
- Activity name.
- spark
Job SynapseSpark Job Reference - Synapse spark job reference.
- arguments any[]
- User specified arguments to SynapseSparkJobDefinitionActivity.
- class
Name any - The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide. Type: string (or Expression with resultType string).
- conf any
- Spark configuration properties, which will override the 'conf' of the spark job definition you provide.
- configuration
Type string | ConfigurationType - The type of the spark config.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- driver
Size any - Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- executor
Size any - Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- file any
- The main file used for the job, which will override the 'file' of the spark job definition you provide. Type: string (or Expression with resultType string).
- files any[]
- (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide.
- files
V2 any[] - Additional files used for reference in the main definition file, which will override the 'jars' and 'files' of the spark job definition you provide.
- linked
Service LinkedName Service Reference - Linked service reference.
- num
Executors any - Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. Type: integer (or Expression with resultType integer).
- policy
Activity
Policy - Activity policy.
- python
Code any[]Reference - Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.
- scan
Folder any - Scanning subfolders from the root folder of the main definition file, these files will be added as reference files. The folders named 'jars', 'pyFiles', 'files' or 'archives' will be scanned, and the folders name are case sensitive. Type: boolean (or Expression with resultType boolean).
- spark
Config {[key: string]: any} - Spark configuration property.
- target
Big BigData Pool Data Pool Parametrization Reference - The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide.
- target
Spark SparkConfiguration Configuration Parametrization Reference - The spark configuration of the spark job.
- user
Properties UserProperty[] - Activity user properties.
- name str
- Activity name.
- spark_
job SynapseSpark Job Reference - Synapse spark job reference.
- arguments Sequence[Any]
- User specified arguments to SynapseSparkJobDefinitionActivity.
- class_
name Any - The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide. Type: string (or Expression with resultType string).
- conf Any
- Spark configuration properties, which will override the 'conf' of the spark job definition you provide.
- configuration_
type str | ConfigurationType - The type of the spark config.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- driver_
size Any - Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- executor_
size Any - Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- file Any
- The main file used for the job, which will override the 'file' of the spark job definition you provide. Type: string (or Expression with resultType string).
- files Sequence[Any]
- (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide.
- files_
v2 Sequence[Any] - Additional files used for reference in the main definition file, which will override the 'jars' and 'files' of the spark job definition you provide.
- linked_
service_ Linkedname Service Reference - Linked service reference.
- num_
executors Any - Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. Type: integer (or Expression with resultType integer).
- policy
Activity
Policy - Activity policy.
- python_
code_ Sequence[Any]reference - Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.
- scan_
folder Any - Scanning subfolders from the root folder of the main definition file, these files will be added as reference files. The folders named 'jars', 'pyFiles', 'files' or 'archives' will be scanned, and the folders name are case sensitive. Type: boolean (or Expression with resultType boolean).
- spark_
config Mapping[str, Any] - Spark configuration property.
- target_
big_ Bigdata_ pool Data Pool Parametrization Reference - The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide.
- target_
spark_ Sparkconfiguration Configuration Parametrization Reference - The spark configuration of the spark job.
- user_
properties Sequence[UserProperty] - Activity user properties.
- name String
- Activity name.
- spark
Job Property Map - Synapse spark job reference.
- arguments List<Any>
- User specified arguments to SynapseSparkJobDefinitionActivity.
- class
Name Any - The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide. Type: string (or Expression with resultType string).
- conf Any
- Spark configuration properties, which will override the 'conf' of the spark job definition you provide.
- configuration
Type String | "Default" | "Customized" | "Artifact" - The type of the spark config.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- driver
Size Any - Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- executor
Size Any - Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- file Any
- The main file used for the job, which will override the 'file' of the spark job definition you provide. Type: string (or Expression with resultType string).
- files List<Any>
- (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide.
- files
V2 List<Any> - Additional files used for reference in the main definition file, which will override the 'jars' and 'files' of the spark job definition you provide.
- linked
Service Property MapName - Linked service reference.
- num
Executors Any - Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. Type: integer (or Expression with resultType integer).
- policy Property Map
- Activity policy.
- python
Code List<Any>Reference - Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.
- scan
Folder Any - Scanning subfolders from the root folder of the main definition file, these files will be added as reference files. The folders named 'jars', 'pyFiles', 'files' or 'archives' will be scanned, and the folders name are case sensitive. Type: boolean (or Expression with resultType boolean).
- spark
Config Map<Any> - Spark configuration property.
- target
Big Property MapData Pool - The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide.
- target
Spark Property MapConfiguration - The spark configuration of the spark job.
- user
Properties List<Property Map> - Activity user properties.
SynapseSparkJobDefinitionActivityResponse, SynapseSparkJobDefinitionActivityResponseArgs
- Name string
- Activity name.
- Spark
Job Pulumi.Azure Native. Data Factory. Inputs. Synapse Spark Job Reference Response - Synapse spark job reference.
- Arguments List<object>
- User specified arguments to SynapseSparkJobDefinitionActivity.
- Class
Name object - The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide. Type: string (or Expression with resultType string).
- Conf object
- Spark configuration properties, which will override the 'conf' of the spark job definition you provide.
- Configuration
Type string - The type of the spark config.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Driver
Size object - Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- Executor
Size object - Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- File object
- The main file used for the job, which will override the 'file' of the spark job definition you provide. Type: string (or Expression with resultType string).
- Files List<object>
- (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide.
- Files
V2 List<object> - Additional files used for reference in the main definition file, which will override the 'jars' and 'files' of the spark job definition you provide.
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Num
Executors object - Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. Type: integer (or Expression with resultType integer).
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- Python
Code List<object>Reference - Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.
- Scan
Folder object - Scanning subfolders from the root folder of the main definition file, these files will be added as reference files. The folders named 'jars', 'pyFiles', 'files' or 'archives' will be scanned, and the folders name are case sensitive. Type: boolean (or Expression with resultType boolean).
- Spark
Config Dictionary<string, object> - Spark configuration property.
- Target
Big Pulumi.Data Pool Azure Native. Data Factory. Inputs. Big Data Pool Parametrization Reference Response - The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide.
- Target
Spark Pulumi.Configuration Azure Native. Data Factory. Inputs. Spark Configuration Parametrization Reference Response - The spark configuration of the spark job.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Name string
- Activity name.
- Spark
Job SynapseSpark Job Reference Response - Synapse spark job reference.
- Arguments []interface{}
- User specified arguments to SynapseSparkJobDefinitionActivity.
- Class
Name interface{} - The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide. Type: string (or Expression with resultType string).
- Conf interface{}
- Spark configuration properties, which will override the 'conf' of the spark job definition you provide.
- Configuration
Type string - The type of the spark config.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Driver
Size interface{} - Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- Executor
Size interface{} - Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- File interface{}
- The main file used for the job, which will override the 'file' of the spark job definition you provide. Type: string (or Expression with resultType string).
- Files []interface{}
- (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide.
- Files
V2 []interface{} - Additional files used for reference in the main definition file, which will override the 'jars' and 'files' of the spark job definition you provide.
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Num
Executors interface{} - Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. Type: integer (or Expression with resultType integer).
- Policy
Activity
Policy Response - Activity policy.
- Python
Code []interface{}Reference - Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.
- Scan
Folder interface{} - Scanning subfolders from the root folder of the main definition file, these files will be added as reference files. The folders named 'jars', 'pyFiles', 'files' or 'archives' will be scanned, and the folders name are case sensitive. Type: boolean (or Expression with resultType boolean).
- Spark
Config map[string]interface{} - Spark configuration property.
- Target
Big BigData Pool Data Pool Parametrization Reference Response - The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide.
- Target
Spark SparkConfiguration Configuration Parametrization Reference Response - The spark configuration of the spark job.
- User
Properties []UserProperty Response - Activity user properties.
- name String
- Activity name.
- spark
Job SynapseSpark Job Reference Response - Synapse spark job reference.
- arguments List<Object>
- User specified arguments to SynapseSparkJobDefinitionActivity.
- class
Name Object - The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide. Type: string (or Expression with resultType string).
- conf Object
- Spark configuration properties, which will override the 'conf' of the spark job definition you provide.
- configuration
Type String - The type of the spark config.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- driver
Size Object - Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- executor
Size Object - Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- file Object
- The main file used for the job, which will override the 'file' of the spark job definition you provide. Type: string (or Expression with resultType string).
- files List<Object>
- (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide.
- files
V2 List<Object> - Additional files used for reference in the main definition file, which will override the 'jars' and 'files' of the spark job definition you provide.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- num
Executors Object - Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. Type: integer (or Expression with resultType integer).
- policy
Activity
Policy Response - Activity policy.
- python
Code List<Object>Reference - Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.
- scan
Folder Object - Scanning subfolders from the root folder of the main definition file, these files will be added as reference files. The folders named 'jars', 'pyFiles', 'files' or 'archives' will be scanned, and the folders name are case sensitive. Type: boolean (or Expression with resultType boolean).
- spark
Config Map<String,Object> - Spark configuration property.
- target
Big BigData Pool Data Pool Parametrization Reference Response - The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide.
- target
Spark SparkConfiguration Configuration Parametrization Reference Response - The spark configuration of the spark job.
- user
Properties List<UserProperty Response> - Activity user properties.
- name string
- Activity name.
- spark
Job SynapseSpark Job Reference Response - Synapse spark job reference.
- arguments any[]
- User specified arguments to SynapseSparkJobDefinitionActivity.
- class
Name any - The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide. Type: string (or Expression with resultType string).
- conf any
- Spark configuration properties, which will override the 'conf' of the spark job definition you provide.
- configuration
Type string - The type of the spark config.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- driver
Size any - Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- executor
Size any - Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- file any
- The main file used for the job, which will override the 'file' of the spark job definition you provide. Type: string (or Expression with resultType string).
- files any[]
- (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide.
- files
V2 any[] - Additional files used for reference in the main definition file, which will override the 'jars' and 'files' of the spark job definition you provide.
- linked
Service LinkedName Service Reference Response - Linked service reference.
- num
Executors any - Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. Type: integer (or Expression with resultType integer).
- policy
Activity
Policy Response - Activity policy.
- python
Code any[]Reference - Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.
- scan
Folder any - Scanning subfolders from the root folder of the main definition file, these files will be added as reference files. The folders named 'jars', 'pyFiles', 'files' or 'archives' will be scanned, and the folders name are case sensitive. Type: boolean (or Expression with resultType boolean).
- spark
Config {[key: string]: any} - Spark configuration property.
- target
Big BigData Pool Data Pool Parametrization Reference Response - The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide.
- target
Spark SparkConfiguration Configuration Parametrization Reference Response - The spark configuration of the spark job.
- user
Properties UserProperty Response[] - Activity user properties.
- name str
- Activity name.
- spark_
job SynapseSpark Job Reference Response - Synapse spark job reference.
- arguments Sequence[Any]
- User specified arguments to SynapseSparkJobDefinitionActivity.
- class_
name Any - The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide. Type: string (or Expression with resultType string).
- conf Any
- Spark configuration properties, which will override the 'conf' of the spark job definition you provide.
- configuration_
type str - The type of the spark config.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- driver_
size Any - Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- executor_
size Any - Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- file Any
- The main file used for the job, which will override the 'file' of the spark job definition you provide. Type: string (or Expression with resultType string).
- files Sequence[Any]
- (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide.
- files_
v2 Sequence[Any] - Additional files used for reference in the main definition file, which will override the 'jars' and 'files' of the spark job definition you provide.
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- num_
executors Any - Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. Type: integer (or Expression with resultType integer).
- policy
Activity
Policy Response - Activity policy.
- python_
code_ Sequence[Any]reference - Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.
- scan_
folder Any - Scanning subfolders from the root folder of the main definition file, these files will be added as reference files. The folders named 'jars', 'pyFiles', 'files' or 'archives' will be scanned, and the folders name are case sensitive. Type: boolean (or Expression with resultType boolean).
- spark_
config Mapping[str, Any] - Spark configuration property.
- target_
big_ Bigdata_ pool Data Pool Parametrization Reference Response - The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide.
- target_
spark_ Sparkconfiguration Configuration Parametrization Reference Response - The spark configuration of the spark job.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- name String
- Activity name.
- spark
Job Property Map - Synapse spark job reference.
- arguments List<Any>
- User specified arguments to SynapseSparkJobDefinitionActivity.
- class
Name Any - The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide. Type: string (or Expression with resultType string).
- conf Any
- Spark configuration properties, which will override the 'conf' of the spark job definition you provide.
- configuration
Type String - The type of the spark config.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- driver
Size Any - Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- executor
Size Any - Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type: string (or Expression with resultType string).
- file Any
- The main file used for the job, which will override the 'file' of the spark job definition you provide. Type: string (or Expression with resultType string).
- files List<Any>
- (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide.
- files
V2 List<Any> - Additional files used for reference in the main definition file, which will override the 'jars' and 'files' of the spark job definition you provide.
- linked
Service Property MapName - Linked service reference.
- num
Executors Any - Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. Type: integer (or Expression with resultType integer).
- policy Property Map
- Activity policy.
- python
Code List<Any>Reference - Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.
- scan
Folder Any - Scanning subfolders from the root folder of the main definition file, these files will be added as reference files. The folders named 'jars', 'pyFiles', 'files' or 'archives' will be scanned, and the folders name are case sensitive. Type: boolean (or Expression with resultType boolean).
- spark
Config Map<Any> - Spark configuration property.
- target
Big Property MapData Pool - The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide.
- target
Spark Property MapConfiguration - The spark configuration of the spark job.
- user
Properties List<Property Map> - Activity user properties.
SynapseSparkJobReference, SynapseSparkJobReferenceArgs
- Reference
Name object - Reference spark job name. Expression with resultType string.
- Type
string | Pulumi.
Azure Native. Data Factory. Spark Job Reference Type - Synapse spark job reference type.
- Reference
Name interface{} - Reference spark job name. Expression with resultType string.
- Type
string | Spark
Job Reference Type - Synapse spark job reference type.
- reference
Name Object - Reference spark job name. Expression with resultType string.
- type
String | Spark
Job Reference Type - Synapse spark job reference type.
- reference
Name any - Reference spark job name. Expression with resultType string.
- type
string | Spark
Job Reference Type - Synapse spark job reference type.
- reference_
name Any - Reference spark job name. Expression with resultType string.
- type
str | Spark
Job Reference Type - Synapse spark job reference type.
- reference
Name Any - Reference spark job name. Expression with resultType string.
- type
String | "Spark
Job Definition Reference" - Synapse spark job reference type.
SynapseSparkJobReferenceResponse, SynapseSparkJobReferenceResponseArgs
- Reference
Name object - Reference spark job name. Expression with resultType string.
- Type string
- Synapse spark job reference type.
- Reference
Name interface{} - Reference spark job name. Expression with resultType string.
- Type string
- Synapse spark job reference type.
- reference
Name Object - Reference spark job name. Expression with resultType string.
- type String
- Synapse spark job reference type.
- reference
Name any - Reference spark job name. Expression with resultType string.
- type string
- Synapse spark job reference type.
- reference_
name Any - Reference spark job name. Expression with resultType string.
- type str
- Synapse spark job reference type.
- reference
Name Any - Reference spark job name. Expression with resultType string.
- type String
- Synapse spark job reference type.
TabularSource, TabularSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
TabularSourceResponse, TabularSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
TarGZipReadSettings, TarGZipReadSettingsArgs
- Preserve
Compression objectFile Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- Preserve
Compression interface{}File Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Compression ObjectFile Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Compression anyFile Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve_
compression_ Anyfile_ name_ as_ folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Compression AnyFile Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
TarGZipReadSettingsResponse, TarGZipReadSettingsResponseArgs
- Preserve
Compression objectFile Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- Preserve
Compression interface{}File Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Compression ObjectFile Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Compression anyFile Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve_
compression_ Anyfile_ name_ as_ folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Compression AnyFile Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
TarReadSettings, TarReadSettingsArgs
- Preserve
Compression objectFile Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- Preserve
Compression interface{}File Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Compression ObjectFile Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Compression anyFile Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve_
compression_ Anyfile_ name_ as_ folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Compression AnyFile Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
TarReadSettingsResponse, TarReadSettingsResponseArgs
- Preserve
Compression objectFile Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- Preserve
Compression interface{}File Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Compression ObjectFile Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Compression anyFile Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve_
compression_ Anyfile_ name_ as_ folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Compression AnyFile Name As Folder - Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
TeradataPartitionSettings, TeradataPartitionSettingsArgs
- Partition
Column objectName - The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
- Partition
Lower objectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Upper objectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Column interface{}Name - The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
- Partition
Lower interface{}Bound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Upper interface{}Bound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column ObjectName - The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
- partition
Lower ObjectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper ObjectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column anyName - The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
- partition
Lower anyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper anyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
column_ Anyname - The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
- partition_
lower_ Anybound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
upper_ Anybound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column AnyName - The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
- partition
Lower AnyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper AnyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
TeradataPartitionSettingsResponse, TeradataPartitionSettingsResponseArgs
- Partition
Column objectName - The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
- Partition
Lower objectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Upper objectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Column interface{}Name - The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
- Partition
Lower interface{}Bound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- Partition
Upper interface{}Bound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column ObjectName - The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
- partition
Lower ObjectBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper ObjectBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column anyName - The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
- partition
Lower anyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper anyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
column_ Anyname - The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
- partition_
lower_ Anybound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition_
upper_ Anybound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Column AnyName - The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
- partition
Lower AnyBound - The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
- partition
Upper AnyBound - The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
TeradataSource, TeradataSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", "Hash", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Teradata Partition Settings - The settings that will be leveraged for teradata source partitioning.
- Query object
- Teradata query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", "Hash", "DynamicRange".
- Partition
Settings TeradataPartition Settings - The settings that will be leveraged for teradata source partitioning.
- Query interface{}
- Teradata query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", "Hash", "DynamicRange".
- partition
Settings TeradataPartition Settings - The settings that will be leveraged for teradata source partitioning.
- query Object
- Teradata query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", "Hash", "DynamicRange".
- partition
Settings TeradataPartition Settings - The settings that will be leveraged for teradata source partitioning.
- query any
- Teradata query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", "Hash", "DynamicRange".
- partition_
settings TeradataPartition Settings - The settings that will be leveraged for teradata source partitioning.
- query Any
- Teradata query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", "Hash", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for teradata source partitioning.
- query Any
- Teradata query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
TeradataSourceResponse, TeradataSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option object - The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", "Hash", "DynamicRange".
- Partition
Settings Pulumi.Azure Native. Data Factory. Inputs. Teradata Partition Settings Response - The settings that will be leveraged for teradata source partitioning.
- Query object
- Teradata query. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Partition
Option interface{} - The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", "Hash", "DynamicRange".
- Partition
Settings TeradataPartition Settings Response - The settings that will be leveraged for teradata source partitioning.
- Query interface{}
- Teradata query. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Object - The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", "Hash", "DynamicRange".
- partition
Settings TeradataPartition Settings Response - The settings that will be leveraged for teradata source partitioning.
- query Object
- Teradata query. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option any - The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", "Hash", "DynamicRange".
- partition
Settings TeradataPartition Settings Response - The settings that will be leveraged for teradata source partitioning.
- query any
- Teradata query. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition_
option Any - The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", "Hash", "DynamicRange".
- partition_
settings TeradataPartition Settings Response - The settings that will be leveraged for teradata source partitioning.
- query Any
- Teradata query. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- partition
Option Any - The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", "Hash", "DynamicRange".
- partition
Settings Property Map - The settings that will be leveraged for teradata source partitioning.
- query Any
- Teradata query. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Type, TypeArgs
- Linked
Service Reference - LinkedServiceReference
- Type
Linked Service Reference - LinkedServiceReference
- Linked
Service Reference - LinkedServiceReference
- Linked
Service Reference - LinkedServiceReference
- LINKED_SERVICE_REFERENCE
- LinkedServiceReference
- "Linked
Service Reference" - LinkedServiceReference
UntilActivity, UntilActivityArgs
- Activities List<object>
- List of activities to execute.
- Expression
Pulumi.
Azure Native. Data Factory. Inputs. Expression - An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Timeout object
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Activities []interface{}
- List of activities to execute.
- Expression Expression
- An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
- Name string
- Activity name.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Timeout interface{}
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- User
Properties []UserProperty - Activity user properties.
- activities List<Object>
- List of activities to execute.
- expression Expression
- An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
- name String
- Activity name.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- timeout Object
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties List<UserProperty> - Activity user properties.
- activities
(Append
Variable Activity | Azure Data Explorer Command Activity | Azure Function Activity | Azure MLBatch Execution Activity | Azure MLExecute Pipeline Activity | Azure MLUpdate Resource Activity | Control Activity | Copy Activity | Custom Activity | Data Lake Analytics USQLActivity | Databricks Notebook Activity | Databricks Spark Jar Activity | Databricks Spark Python Activity | Delete Activity | Execute Data Flow Activity | Execute Pipeline Activity | Execute SSISPackage Activity | Execute Wrangling Dataflow Activity | Execution Activity | Fail Activity | Filter Activity | For Each Activity | Get Metadata Activity | HDInsight Hive Activity | HDInsight Map Reduce Activity | HDInsight Pig Activity | HDInsight Spark Activity | HDInsight Streaming Activity | If Condition Activity | Lookup Activity | Script Activity | Set Variable Activity | Sql Server Stored Procedure Activity | Switch Activity | Synapse Notebook Activity | Synapse Spark Job Definition Activity | Until Activity | Validation Activity | Wait Activity | Web Activity | Web Hook Activity)[] - List of activities to execute.
- expression Expression
- An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
- name string
- Activity name.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- timeout any
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties UserProperty[] - Activity user properties.
- activities
Sequence[Union[Append
Variable Activity, Azure Data Explorer Command Activity, Azure Function Activity, Azure MLBatch Execution Activity, Azure MLExecute Pipeline Activity, Azure MLUpdate Resource Activity, Control Activity, Copy Activity, Custom Activity, Data Lake Analytics USQLActivity, Databricks Notebook Activity, Databricks Spark Jar Activity, Databricks Spark Python Activity, Delete Activity, Execute Data Flow Activity, Execute Pipeline Activity, Execute SSISPackage Activity, Execute Wrangling Dataflow Activity, Execution Activity, Fail Activity, Filter Activity, For Each Activity, Get Metadata Activity, HDInsight Hive Activity, HDInsight Map Reduce Activity, HDInsight Pig Activity, HDInsight Spark Activity, HDInsight Streaming Activity, If Condition Activity, Lookup Activity, Script Activity, Set Variable Activity, Sql Server Stored Procedure Activity, Switch Activity, Synapse Notebook Activity, Synapse Spark Job Definition Activity, Until Activity, Validation Activity, Wait Activity, Web Activity, Web Hook Activity]] - List of activities to execute.
- expression Expression
- An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- timeout Any
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user_
properties Sequence[UserProperty] - Activity user properties.
- activities List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>
- List of activities to execute.
- expression Property Map
- An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- timeout Any
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties List<Property Map> - Activity user properties.
UntilActivityResponse, UntilActivityResponseArgs
- Activities List<object>
- List of activities to execute.
- Expression
Pulumi.
Azure Native. Data Factory. Inputs. Expression Response - An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
- Name string
- Activity name.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Timeout object
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Activities []interface{}
- List of activities to execute.
- Expression
Expression
Response - An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
- Name string
- Activity name.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Timeout interface{}
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- User
Properties []UserProperty Response - Activity user properties.
- activities List<Object>
- List of activities to execute.
- expression
Expression
Response - An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
- name String
- Activity name.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- timeout Object
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties List<UserProperty Response> - Activity user properties.
- activities
(Append
Variable Activity Response | Azure Data Explorer Command Activity Response | Azure Function Activity Response | Azure MLBatch Execution Activity Response | Azure MLExecute Pipeline Activity Response | Azure MLUpdate Resource Activity Response | Control Activity Response | Copy Activity Response | Custom Activity Response | Data Lake Analytics USQLActivity Response | Databricks Notebook Activity Response | Databricks Spark Jar Activity Response | Databricks Spark Python Activity Response | Delete Activity Response | Execute Data Flow Activity Response | Execute Pipeline Activity Response | Execute SSISPackage Activity Response | Execute Wrangling Dataflow Activity Response | Execution Activity Response | Fail Activity Response | Filter Activity Response | For Each Activity Response | Get Metadata Activity Response | HDInsight Hive Activity Response | HDInsight Map Reduce Activity Response | HDInsight Pig Activity Response | HDInsight Spark Activity Response | HDInsight Streaming Activity Response | If Condition Activity Response | Lookup Activity Response | Script Activity Response | Set Variable Activity Response | Sql Server Stored Procedure Activity Response | Switch Activity Response | Synapse Notebook Activity Response | Synapse Spark Job Definition Activity Response | Until Activity Response | Validation Activity Response | Wait Activity Response | Web Activity Response | Web Hook Activity Response)[] - List of activities to execute.
- expression
Expression
Response - An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
- name string
- Activity name.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- timeout any
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties UserProperty Response[] - Activity user properties.
- activities
Sequence[Union[Append
Variable Activity Response, Azure Data Explorer Command Activity Response, Azure Function Activity Response, Azure MLBatch Execution Activity Response, Azure MLExecute Pipeline Activity Response, Azure MLUpdate Resource Activity Response, Control Activity Response, Copy Activity Response, Custom Activity Response, Data Lake Analytics USQLActivity Response, Databricks Notebook Activity Response, Databricks Spark Jar Activity Response, Databricks Spark Python Activity Response, Delete Activity Response, Execute Data Flow Activity Response, Execute Pipeline Activity Response, Execute SSISPackage Activity Response, Execute Wrangling Dataflow Activity Response, Execution Activity Response, Fail Activity Response, Filter Activity Response, For Each Activity Response, Get Metadata Activity Response, HDInsight Hive Activity Response, HDInsight Map Reduce Activity Response, HDInsight Pig Activity Response, HDInsight Spark Activity Response, HDInsight Streaming Activity Response, If Condition Activity Response, Lookup Activity Response, Script Activity Response, Set Variable Activity Response, Sql Server Stored Procedure Activity Response, Switch Activity Response, Synapse Notebook Activity Response, Synapse Spark Job Definition Activity Response, Until Activity Response, Validation Activity Response, Wait Activity Response, Web Activity Response, Web Hook Activity Response]] - List of activities to execute.
- expression
Expression
Response - An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
- name str
- Activity name.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- timeout Any
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- activities List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>
- List of activities to execute.
- expression Property Map
- An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
- name String
- Activity name.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- timeout Any
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties List<Property Map> - Activity user properties.
UserProperty, UserPropertyArgs
UserPropertyResponse, UserPropertyResponseArgs
ValidationActivity, ValidationActivityArgs
- Dataset
Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference - Validation activity dataset reference.
- Name string
- Activity name.
- Child
Items object - Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to false, the folder must be empty. Type: boolean (or Expression with resultType boolean).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Minimum
Size object - Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified. Type: integer (or Expression with resultType integer).
- Sleep object
- A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default. Type: integer (or Expression with resultType integer).
- Timeout object
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Dataset
Dataset
Reference - Validation activity dataset reference.
- Name string
- Activity name.
- Child
Items interface{} - Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to false, the folder must be empty. Type: boolean (or Expression with resultType boolean).
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Minimum
Size interface{} - Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified. Type: integer (or Expression with resultType integer).
- Sleep interface{}
- A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default. Type: integer (or Expression with resultType integer).
- Timeout interface{}
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- User
Properties []UserProperty - Activity user properties.
- dataset
Dataset
Reference - Validation activity dataset reference.
- name String
- Activity name.
- child
Items Object - Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to false, the folder must be empty. Type: boolean (or Expression with resultType boolean).
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- minimum
Size Object - Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified. Type: integer (or Expression with resultType integer).
- sleep Object
- A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default. Type: integer (or Expression with resultType integer).
- timeout Object
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties List<UserProperty> - Activity user properties.
- dataset
Dataset
Reference - Validation activity dataset reference.
- name string
- Activity name.
- child
Items any - Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to false, the folder must be empty. Type: boolean (or Expression with resultType boolean).
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- minimum
Size any - Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified. Type: integer (or Expression with resultType integer).
- sleep any
- A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default. Type: integer (or Expression with resultType integer).
- timeout any
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties UserProperty[] - Activity user properties.
- dataset
Dataset
Reference - Validation activity dataset reference.
- name str
- Activity name.
- child_
items Any - Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to false, the folder must be empty. Type: boolean (or Expression with resultType boolean).
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- minimum_
size Any - Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified. Type: integer (or Expression with resultType integer).
- sleep Any
- A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default. Type: integer (or Expression with resultType integer).
- timeout Any
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user_
properties Sequence[UserProperty] - Activity user properties.
- dataset Property Map
- Validation activity dataset reference.
- name String
- Activity name.
- child
Items Any - Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to false, the folder must be empty. Type: boolean (or Expression with resultType boolean).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- minimum
Size Any - Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified. Type: integer (or Expression with resultType integer).
- sleep Any
- A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default. Type: integer (or Expression with resultType integer).
- timeout Any
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties List<Property Map> - Activity user properties.
ValidationActivityResponse, ValidationActivityResponseArgs
- Dataset
Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference Response - Validation activity dataset reference.
- Name string
- Activity name.
- Child
Items object - Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to false, the folder must be empty. Type: boolean (or Expression with resultType boolean).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Minimum
Size object - Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified. Type: integer (or Expression with resultType integer).
- Sleep object
- A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default. Type: integer (or Expression with resultType integer).
- Timeout object
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Dataset
Dataset
Reference Response - Validation activity dataset reference.
- Name string
- Activity name.
- Child
Items interface{} - Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to false, the folder must be empty. Type: boolean (or Expression with resultType boolean).
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Minimum
Size interface{} - Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified. Type: integer (or Expression with resultType integer).
- Sleep interface{}
- A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default. Type: integer (or Expression with resultType integer).
- Timeout interface{}
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- User
Properties []UserProperty Response - Activity user properties.
- dataset
Dataset
Reference Response - Validation activity dataset reference.
- name String
- Activity name.
- child
Items Object - Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to false, the folder must be empty. Type: boolean (or Expression with resultType boolean).
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- minimum
Size Object - Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified. Type: integer (or Expression with resultType integer).
- sleep Object
- A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default. Type: integer (or Expression with resultType integer).
- timeout Object
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties List<UserProperty Response> - Activity user properties.
- dataset
Dataset
Reference Response - Validation activity dataset reference.
- name string
- Activity name.
- child
Items any - Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to false, the folder must be empty. Type: boolean (or Expression with resultType boolean).
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- minimum
Size any - Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified. Type: integer (or Expression with resultType integer).
- sleep any
- A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default. Type: integer (or Expression with resultType integer).
- timeout any
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties UserProperty Response[] - Activity user properties.
- dataset
Dataset
Reference Response - Validation activity dataset reference.
- name str
- Activity name.
- child_
items Any - Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to false, the folder must be empty. Type: boolean (or Expression with resultType boolean).
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- minimum_
size Any - Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified. Type: integer (or Expression with resultType integer).
- sleep Any
- A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default. Type: integer (or Expression with resultType integer).
- timeout Any
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- dataset Property Map
- Validation activity dataset reference.
- name String
- Activity name.
- child
Items Any - Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to false, the folder must be empty. Type: boolean (or Expression with resultType boolean).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- minimum
Size Any - Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified. Type: integer (or Expression with resultType integer).
- sleep Any
- A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default. Type: integer (or Expression with resultType integer).
- timeout Any
- Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties List<Property Map> - Activity user properties.
VariableSpecification, VariableSpecificationArgs
- Type
string | Pulumi.
Azure Native. Data Factory. Variable Type - Variable type.
- Default
Value object - Default value of variable.
- Type
string | Variable
Type - Variable type.
- Default
Value interface{} - Default value of variable.
- type
String | Variable
Type - Variable type.
- default
Value Object - Default value of variable.
- type
string | Variable
Type - Variable type.
- default
Value any - Default value of variable.
- type
str | Variable
Type - Variable type.
- default_
value Any - Default value of variable.
- type String | "String" | "Bool" | "Array"
- Variable type.
- default
Value Any - Default value of variable.
VariableSpecificationResponse, VariableSpecificationResponseArgs
- Type string
- Variable type.
- Default
Value object - Default value of variable.
- Type string
- Variable type.
- Default
Value interface{} - Default value of variable.
- type String
- Variable type.
- default
Value Object - Default value of variable.
- type string
- Variable type.
- default
Value any - Default value of variable.
- type str
- Variable type.
- default_
value Any - Default value of variable.
- type String
- Variable type.
- default
Value Any - Default value of variable.
VariableType, VariableTypeArgs
- String
- String
- Bool
- Bool
- Array
- Array
- Variable
Type String - String
- Variable
Type Bool - Bool
- Variable
Type Array - Array
- String
- String
- Bool
- Bool
- Array
- Array
- String
- String
- Bool
- Bool
- Array
- Array
- STRING
- String
- BOOL
- Bool
- ARRAY
- Array
- "String"
- String
- "Bool"
- Bool
- "Array"
- Array
VerticaSource, VerticaSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
VerticaSourceResponse, VerticaSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WaitActivity, WaitActivityArgs
- Name string
- Activity name.
- Wait
Time objectIn Seconds - Duration in seconds. Type: integer (or Expression with resultType integer).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Name string
- Activity name.
- Wait
Time interface{}In Seconds - Duration in seconds. Type: integer (or Expression with resultType integer).
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- User
Properties []UserProperty - Activity user properties.
- name String
- Activity name.
- wait
Time ObjectIn Seconds - Duration in seconds. Type: integer (or Expression with resultType integer).
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<UserProperty> - Activity user properties.
- name string
- Activity name.
- wait
Time anyIn Seconds - Duration in seconds. Type: integer (or Expression with resultType integer).
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- user
Properties UserProperty[] - Activity user properties.
- name str
- Activity name.
- wait_
time_ Anyin_ seconds - Duration in seconds. Type: integer (or Expression with resultType integer).
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- user_
properties Sequence[UserProperty] - Activity user properties.
- name String
- Activity name.
- wait
Time AnyIn Seconds - Duration in seconds. Type: integer (or Expression with resultType integer).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<Property Map> - Activity user properties.
WaitActivityResponse, WaitActivityResponseArgs
- Name string
- Activity name.
- Wait
Time objectIn Seconds - Duration in seconds. Type: integer (or Expression with resultType integer).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Name string
- Activity name.
- Wait
Time interface{}In Seconds - Duration in seconds. Type: integer (or Expression with resultType integer).
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- User
Properties []UserProperty Response - Activity user properties.
- name String
- Activity name.
- wait
Time ObjectIn Seconds - Duration in seconds. Type: integer (or Expression with resultType integer).
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<UserProperty Response> - Activity user properties.
- name string
- Activity name.
- wait
Time anyIn Seconds - Duration in seconds. Type: integer (or Expression with resultType integer).
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- user
Properties UserProperty Response[] - Activity user properties.
- name str
- Activity name.
- wait_
time_ Anyin_ seconds - Duration in seconds. Type: integer (or Expression with resultType integer).
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- name String
- Activity name.
- wait
Time AnyIn Seconds - Duration in seconds. Type: integer (or Expression with resultType integer).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- user
Properties List<Property Map> - Activity user properties.
WebActivity, WebActivityArgs
- Method
string | Pulumi.
Azure Native. Data Factory. Web Activity Method - Rest API method for target endpoint.
- Name string
- Activity name.
- Url object
- Web activity target endpoint and path. Type: string (or Expression with resultType string).
- Authentication
Pulumi.
Azure Native. Data Factory. Inputs. Web Activity Authentication - Authentication method used for calling the endpoint.
- Body object
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- Connect
Via Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime Reference - The integration runtime reference.
- Datasets
List<Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference> - List of datasets passed to web endpoint.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Disable
Cert boolValidation - When set to true, Certificate validation will be disabled.
- Headers object
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference - Linked service reference.
- Linked
Services List<Pulumi.Azure Native. Data Factory. Inputs. Linked Service Reference> - List of linked services passed to web endpoint.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Method
string | Web
Activity Method - Rest API method for target endpoint.
- Name string
- Activity name.
- Url interface{}
- Web activity target endpoint and path. Type: string (or Expression with resultType string).
- Authentication
Web
Activity Authentication - Authentication method used for calling the endpoint.
- Body interface{}
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- Connect
Via IntegrationRuntime Reference - The integration runtime reference.
- Datasets
[]Dataset
Reference - List of datasets passed to web endpoint.
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Disable
Cert boolValidation - When set to true, Certificate validation will be disabled.
- Headers interface{}
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference - Linked service reference.
- Linked
Services []LinkedService Reference - List of linked services passed to web endpoint.
- Policy
Activity
Policy - Activity policy.
- User
Properties []UserProperty - Activity user properties.
- method
String | Web
Activity Method - Rest API method for target endpoint.
- name String
- Activity name.
- url Object
- Web activity target endpoint and path. Type: string (or Expression with resultType string).
- authentication
Web
Activity Authentication - Authentication method used for calling the endpoint.
- body Object
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- connect
Via IntegrationRuntime Reference - The integration runtime reference.
- datasets
List<Dataset
Reference> - List of datasets passed to web endpoint.
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- disable
Cert BooleanValidation - When set to true, Certificate validation will be disabled.
- headers Object
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Linked service reference.
- linked
Services List<LinkedService Reference> - List of linked services passed to web endpoint.
- policy
Activity
Policy - Activity policy.
- user
Properties List<UserProperty> - Activity user properties.
- method
string | Web
Activity Method - Rest API method for target endpoint.
- name string
- Activity name.
- url any
- Web activity target endpoint and path. Type: string (or Expression with resultType string).
- authentication
Web
Activity Authentication - Authentication method used for calling the endpoint.
- body any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- connect
Via IntegrationRuntime Reference - The integration runtime reference.
- datasets
Dataset
Reference[] - List of datasets passed to web endpoint.
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- disable
Cert booleanValidation - When set to true, Certificate validation will be disabled.
- headers any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference - Linked service reference.
- linked
Services LinkedService Reference[] - List of linked services passed to web endpoint.
- policy
Activity
Policy - Activity policy.
- user
Properties UserProperty[] - Activity user properties.
- method
str | Web
Activity Method - Rest API method for target endpoint.
- name str
- Activity name.
- url Any
- Web activity target endpoint and path. Type: string (or Expression with resultType string).
- authentication
Web
Activity Authentication - Authentication method used for calling the endpoint.
- body Any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- connect_
via IntegrationRuntime Reference - The integration runtime reference.
- datasets
Sequence[Dataset
Reference] - List of datasets passed to web endpoint.
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- disable_
cert_ boolvalidation - When set to true, Certificate validation will be disabled.
- headers Any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference - Linked service reference.
- linked_
services Sequence[LinkedService Reference] - List of linked services passed to web endpoint.
- policy
Activity
Policy - Activity policy.
- user_
properties Sequence[UserProperty] - Activity user properties.
- method String | "GET" | "POST" | "PUT" | "DELETE"
- Rest API method for target endpoint.
- name String
- Activity name.
- url Any
- Web activity target endpoint and path. Type: string (or Expression with resultType string).
- authentication Property Map
- Authentication method used for calling the endpoint.
- body Any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- connect
Via Property Map - The integration runtime reference.
- datasets List<Property Map>
- List of datasets passed to web endpoint.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- disable
Cert BooleanValidation - When set to true, Certificate validation will be disabled.
- headers Any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- linked
Service Property MapName - Linked service reference.
- linked
Services List<Property Map> - List of linked services passed to web endpoint.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
WebActivityAuthentication, WebActivityAuthenticationArgs
- Credential
Pulumi.
Azure Native. Data Factory. Inputs. Credential Reference - The credential reference containing authentication information.
- Password
Pulumi.
Azure | Pulumi.Native. Data Factory. Inputs. Azure Key Vault Secret Reference Azure Native. Data Factory. Inputs. Secure String - Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
- Pfx
Pulumi.
Azure | Pulumi.Native. Data Factory. Inputs. Azure Key Vault Secret Reference Azure Native. Data Factory. Inputs. Secure String - Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal
- Resource object
- Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).
- Type string
- Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)
- User
Tenant object - TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).
- Username object
- Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string).
- Credential
Credential
Reference - The credential reference containing authentication information.
- Password
Azure
Key | SecureVault Secret Reference String - Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
- Pfx
Azure
Key | SecureVault Secret Reference String - Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal
- Resource interface{}
- Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).
- Type string
- Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)
- User
Tenant interface{} - TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).
- Username interface{}
- Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string).
- credential
Credential
Reference - The credential reference containing authentication information.
- password
Azure
Key | SecureVault Secret Reference String - Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
- pfx
Azure
Key | SecureVault Secret Reference String - Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal
- resource Object
- Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).
- type String
- Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)
- user
Tenant Object - TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).
- username Object
- Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string).
- credential
Credential
Reference - The credential reference containing authentication information.
- password
Azure
Key | SecureVault Secret Reference String - Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
- pfx
Azure
Key | SecureVault Secret Reference String - Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal
- resource any
- Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).
- type string
- Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)
- user
Tenant any - TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).
- username any
- Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string).
- credential
Credential
Reference - The credential reference containing authentication information.
- password
Azure
Key | SecureVault Secret Reference String - Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
- pfx
Azure
Key | SecureVault Secret Reference String - Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal
- resource Any
- Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).
- type str
- Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)
- user_
tenant Any - TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).
- username Any
- Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string).
- credential Property Map
- The credential reference containing authentication information.
- password Property Map | Property Map
- Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
- pfx Property Map | Property Map
- Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal
- resource Any
- Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).
- type String
- Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)
- user
Tenant Any - TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).
- username Any
- Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string).
WebActivityAuthenticationResponse, WebActivityAuthenticationResponseArgs
- Credential
Pulumi.
Azure Native. Data Factory. Inputs. Credential Reference Response - The credential reference containing authentication information.
- Password
Pulumi.
Azure | Pulumi.Native. Data Factory. Inputs. Azure Key Vault Secret Reference Response Azure Native. Data Factory. Inputs. Secure String Response - Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
- Pfx
Pulumi.
Azure | Pulumi.Native. Data Factory. Inputs. Azure Key Vault Secret Reference Response Azure Native. Data Factory. Inputs. Secure String Response - Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal
- Resource object
- Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).
- Type string
- Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)
- User
Tenant object - TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).
- Username object
- Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string).
- Credential
Credential
Reference Response - The credential reference containing authentication information.
- Password
Azure
Key | SecureVault Secret Reference Response String Response - Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
- Pfx
Azure
Key | SecureVault Secret Reference Response String Response - Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal
- Resource interface{}
- Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).
- Type string
- Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)
- User
Tenant interface{} - TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).
- Username interface{}
- Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string).
- credential
Credential
Reference Response - The credential reference containing authentication information.
- password
Azure
Key | SecureVault Secret Reference Response String Response - Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
- pfx
Azure
Key | SecureVault Secret Reference Response String Response - Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal
- resource Object
- Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).
- type String
- Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)
- user
Tenant Object - TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).
- username Object
- Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string).
- credential
Credential
Reference Response - The credential reference containing authentication information.
- password
Azure
Key | SecureVault Secret Reference Response String Response - Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
- pfx
Azure
Key | SecureVault Secret Reference Response String Response - Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal
- resource any
- Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).
- type string
- Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)
- user
Tenant any - TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).
- username any
- Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string).
- credential
Credential
Reference Response - The credential reference containing authentication information.
- password
Azure
Key | SecureVault Secret Reference Response String Response - Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
- pfx
Azure
Key | SecureVault Secret Reference Response String Response - Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal
- resource Any
- Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).
- type str
- Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)
- user_
tenant Any - TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).
- username Any
- Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string).
- credential Property Map
- The credential reference containing authentication information.
- password Property Map | Property Map
- Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
- pfx Property Map | Property Map
- Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal
- resource Any
- Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).
- type String
- Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)
- user
Tenant Any - TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).
- username Any
- Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string).
WebActivityMethod, WebActivityMethodArgs
- GET
- GET
- POST
- POST
- PUT
- PUT
- DELETE
- DELETE
- Web
Activity Method GET - GET
- Web
Activity Method POST - POST
- Web
Activity Method PUT - PUT
- Web
Activity Method DELETE - DELETE
- GET
- GET
- POST
- POST
- PUT
- PUT
- DELETE
- DELETE
- GET
- GET
- POST
- POST
- PUT
- PUT
- DELETE
- DELETE
- GET
- GET
- POST
- POST
- PUT
- PUT
- DELETE
- DELETE
- "GET"
- GET
- "POST"
- POST
- "PUT"
- PUT
- "DELETE"
- DELETE
WebActivityResponse, WebActivityResponseArgs
- Method string
- Rest API method for target endpoint.
- Name string
- Activity name.
- Url object
- Web activity target endpoint and path. Type: string (or Expression with resultType string).
- Authentication
Pulumi.
Azure Native. Data Factory. Inputs. Web Activity Authentication Response - Authentication method used for calling the endpoint.
- Body object
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- Connect
Via Pulumi.Azure Native. Data Factory. Inputs. Integration Runtime Reference Response - The integration runtime reference.
- Datasets
List<Pulumi.
Azure Native. Data Factory. Inputs. Dataset Reference Response> - List of datasets passed to web endpoint.
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Disable
Cert boolValidation - When set to true, Certificate validation will be disabled.
- Headers object
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- Linked
Service Pulumi.Name Azure Native. Data Factory. Inputs. Linked Service Reference Response - Linked service reference.
- Linked
Services List<Pulumi.Azure Native. Data Factory. Inputs. Linked Service Reference Response> - List of linked services passed to web endpoint.
- Policy
Pulumi.
Azure Native. Data Factory. Inputs. Activity Policy Response - Activity policy.
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Method string
- Rest API method for target endpoint.
- Name string
- Activity name.
- Url interface{}
- Web activity target endpoint and path. Type: string (or Expression with resultType string).
- Authentication
Web
Activity Authentication Response - Authentication method used for calling the endpoint.
- Body interface{}
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- Connect
Via IntegrationRuntime Reference Response - The integration runtime reference.
- Datasets
[]Dataset
Reference Response - List of datasets passed to web endpoint.
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Disable
Cert boolValidation - When set to true, Certificate validation will be disabled.
- Headers interface{}
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- Linked
Service LinkedName Service Reference Response - Linked service reference.
- Linked
Services []LinkedService Reference Response - List of linked services passed to web endpoint.
- Policy
Activity
Policy Response - Activity policy.
- User
Properties []UserProperty Response - Activity user properties.
- method String
- Rest API method for target endpoint.
- name String
- Activity name.
- url Object
- Web activity target endpoint and path. Type: string (or Expression with resultType string).
- authentication
Web
Activity Authentication Response - Authentication method used for calling the endpoint.
- body Object
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- connect
Via IntegrationRuntime Reference Response - The integration runtime reference.
- datasets
List<Dataset
Reference Response> - List of datasets passed to web endpoint.
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- disable
Cert BooleanValidation - When set to true, Certificate validation will be disabled.
- headers Object
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Linked service reference.
- linked
Services List<LinkedService Reference Response> - List of linked services passed to web endpoint.
- policy
Activity
Policy Response - Activity policy.
- user
Properties List<UserProperty Response> - Activity user properties.
- method string
- Rest API method for target endpoint.
- name string
- Activity name.
- url any
- Web activity target endpoint and path. Type: string (or Expression with resultType string).
- authentication
Web
Activity Authentication Response - Authentication method used for calling the endpoint.
- body any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- connect
Via IntegrationRuntime Reference Response - The integration runtime reference.
- datasets
Dataset
Reference Response[] - List of datasets passed to web endpoint.
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- disable
Cert booleanValidation - When set to true, Certificate validation will be disabled.
- headers any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- linked
Service LinkedName Service Reference Response - Linked service reference.
- linked
Services LinkedService Reference Response[] - List of linked services passed to web endpoint.
- policy
Activity
Policy Response - Activity policy.
- user
Properties UserProperty Response[] - Activity user properties.
- method str
- Rest API method for target endpoint.
- name str
- Activity name.
- url Any
- Web activity target endpoint and path. Type: string (or Expression with resultType string).
- authentication
Web
Activity Authentication Response - Authentication method used for calling the endpoint.
- body Any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- connect_
via IntegrationRuntime Reference Response - The integration runtime reference.
- datasets
Sequence[Dataset
Reference Response] - List of datasets passed to web endpoint.
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- disable_
cert_ boolvalidation - When set to true, Certificate validation will be disabled.
- headers Any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- linked_
service_ Linkedname Service Reference Response - Linked service reference.
- linked_
services Sequence[LinkedService Reference Response] - List of linked services passed to web endpoint.
- policy
Activity
Policy Response - Activity policy.
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- method String
- Rest API method for target endpoint.
- name String
- Activity name.
- url Any
- Web activity target endpoint and path. Type: string (or Expression with resultType string).
- authentication Property Map
- Authentication method used for calling the endpoint.
- body Any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- connect
Via Property Map - The integration runtime reference.
- datasets List<Property Map>
- List of datasets passed to web endpoint.
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- disable
Cert BooleanValidation - When set to true, Certificate validation will be disabled.
- headers Any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- linked
Service Property MapName - Linked service reference.
- linked
Services List<Property Map> - List of linked services passed to web endpoint.
- policy Property Map
- Activity policy.
- user
Properties List<Property Map> - Activity user properties.
WebHookActivity, WebHookActivityArgs
- Method
string | Pulumi.
Azure Native. Data Factory. Web Hook Activity Method - Rest API method for target endpoint.
- Name string
- Activity name.
- Url object
- WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
- Authentication
Pulumi.
Azure Native. Data Factory. Inputs. Web Activity Authentication - Authentication method used for calling the endpoint.
- Body object
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency> - Activity depends on condition.
- Description string
- Activity description.
- Headers object
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- Report
Status objectOn Call Back - When set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean).
- Timeout string
- The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property> - Activity user properties.
- Method
string | Web
Hook Activity Method - Rest API method for target endpoint.
- Name string
- Activity name.
- Url interface{}
- WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
- Authentication
Web
Activity Authentication - Authentication method used for calling the endpoint.
- Body interface{}
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- Depends
On []ActivityDependency - Activity depends on condition.
- Description string
- Activity description.
- Headers interface{}
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- Report
Status interface{}On Call Back - When set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean).
- Timeout string
- The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- User
Properties []UserProperty - Activity user properties.
- method
String | Web
Hook Activity Method - Rest API method for target endpoint.
- name String
- Activity name.
- url Object
- WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
- authentication
Web
Activity Authentication - Authentication method used for calling the endpoint.
- body Object
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- depends
On List<ActivityDependency> - Activity depends on condition.
- description String
- Activity description.
- headers Object
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- report
Status ObjectOn Call Back - When set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean).
- timeout String
- The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties List<UserProperty> - Activity user properties.
- method
string | Web
Hook Activity Method - Rest API method for target endpoint.
- name string
- Activity name.
- url any
- WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
- authentication
Web
Activity Authentication - Authentication method used for calling the endpoint.
- body any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- depends
On ActivityDependency[] - Activity depends on condition.
- description string
- Activity description.
- headers any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- report
Status anyOn Call Back - When set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean).
- timeout string
- The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties UserProperty[] - Activity user properties.
- method
str | Web
Hook Activity Method - Rest API method for target endpoint.
- name str
- Activity name.
- url Any
- WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
- authentication
Web
Activity Authentication - Authentication method used for calling the endpoint.
- body Any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- depends_
on Sequence[ActivityDependency] - Activity depends on condition.
- description str
- Activity description.
- headers Any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- report_
status_ Anyon_ call_ back - When set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean).
- timeout str
- The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user_
properties Sequence[UserProperty] - Activity user properties.
- method String | "POST"
- Rest API method for target endpoint.
- name String
- Activity name.
- url Any
- WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
- authentication Property Map
- Authentication method used for calling the endpoint.
- body Any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- headers Any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- report
Status AnyOn Call Back - When set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean).
- timeout String
- The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties List<Property Map> - Activity user properties.
WebHookActivityMethod, WebHookActivityMethodArgs
- POST
- POST
- Web
Hook Activity Method POST - POST
- POST
- POST
- POST
- POST
- POST
- POST
- "POST"
- POST
WebHookActivityResponse, WebHookActivityResponseArgs
- Method string
- Rest API method for target endpoint.
- Name string
- Activity name.
- Url object
- WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
- Authentication
Pulumi.
Azure Native. Data Factory. Inputs. Web Activity Authentication Response - Authentication method used for calling the endpoint.
- Body object
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- Depends
On List<Pulumi.Azure Native. Data Factory. Inputs. Activity Dependency Response> - Activity depends on condition.
- Description string
- Activity description.
- Headers object
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- Report
Status objectOn Call Back - When set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean).
- Timeout string
- The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- User
Properties List<Pulumi.Azure Native. Data Factory. Inputs. User Property Response> - Activity user properties.
- Method string
- Rest API method for target endpoint.
- Name string
- Activity name.
- Url interface{}
- WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
- Authentication
Web
Activity Authentication Response - Authentication method used for calling the endpoint.
- Body interface{}
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- Depends
On []ActivityDependency Response - Activity depends on condition.
- Description string
- Activity description.
- Headers interface{}
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- Report
Status interface{}On Call Back - When set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean).
- Timeout string
- The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- User
Properties []UserProperty Response - Activity user properties.
- method String
- Rest API method for target endpoint.
- name String
- Activity name.
- url Object
- WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
- authentication
Web
Activity Authentication Response - Authentication method used for calling the endpoint.
- body Object
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- depends
On List<ActivityDependency Response> - Activity depends on condition.
- description String
- Activity description.
- headers Object
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- report
Status ObjectOn Call Back - When set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean).
- timeout String
- The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties List<UserProperty Response> - Activity user properties.
- method string
- Rest API method for target endpoint.
- name string
- Activity name.
- url any
- WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
- authentication
Web
Activity Authentication Response - Authentication method used for calling the endpoint.
- body any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- depends
On ActivityDependency Response[] - Activity depends on condition.
- description string
- Activity description.
- headers any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- report
Status anyOn Call Back - When set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean).
- timeout string
- The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties UserProperty Response[] - Activity user properties.
- method str
- Rest API method for target endpoint.
- name str
- Activity name.
- url Any
- WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
- authentication
Web
Activity Authentication Response - Authentication method used for calling the endpoint.
- body Any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- depends_
on Sequence[ActivityDependency Response] - Activity depends on condition.
- description str
- Activity description.
- headers Any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- report_
status_ Anyon_ call_ back - When set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean).
- timeout str
- The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user_
properties Sequence[UserProperty Response] - Activity user properties.
- method String
- Rest API method for target endpoint.
- name String
- Activity name.
- url Any
- WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
- authentication Property Map
- Authentication method used for calling the endpoint.
- body Any
- Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
- depends
On List<Property Map> - Activity depends on condition.
- description String
- Activity description.
- headers Any
- Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
- report
Status AnyOn Call Back - When set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean).
- timeout String
- The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- user
Properties List<Property Map> - Activity user properties.
WebSource, WebSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WebSourceResponse, WebSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
XeroSource, XeroSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
XeroSourceResponse, XeroSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
XmlReadSettings, XmlReadSettingsArgs
- Compression
Properties Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Tar GZip Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Tar Read Settings Azure Native. Data Factory. Inputs. Zip Deflate Read Settings - Compression settings.
- Detect
Data objectType - Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- Namespace
Prefixes object - Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object (or Expression with resultType object).
- Namespaces object
- Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- Validation
Mode object - Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string).
- Compression
Properties TarGZip | TarRead Settings Read | ZipSettings Deflate Read Settings - Compression settings.
- Detect
Data interface{}Type - Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- Namespace
Prefixes interface{} - Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object (or Expression with resultType object).
- Namespaces interface{}
- Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- Validation
Mode interface{} - Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string).
- compression
Properties TarGZip | TarRead Settings Read | ZipSettings Deflate Read Settings - Compression settings.
- detect
Data ObjectType - Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- namespace
Prefixes Object - Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object (or Expression with resultType object).
- namespaces Object
- Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- validation
Mode Object - Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string).
- compression
Properties TarGZip | TarRead Settings Read | ZipSettings Deflate Read Settings - Compression settings.
- detect
Data anyType - Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- namespace
Prefixes any - Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object (or Expression with resultType object).
- namespaces any
- Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- validation
Mode any - Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string).
- compression_
properties TarGZip | TarRead Settings Read | ZipSettings Deflate Read Settings - Compression settings.
- detect_
data_ Anytype - Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- namespace_
prefixes Any - Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object (or Expression with resultType object).
- namespaces Any
- Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- validation_
mode Any - Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string).
- compression
Properties Property Map | Property Map | Property Map - Compression settings.
- detect
Data AnyType - Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- namespace
Prefixes Any - Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object (or Expression with resultType object).
- namespaces Any
- Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- validation
Mode Any - Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string).
XmlReadSettingsResponse, XmlReadSettingsResponseArgs
- Compression
Properties Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Tar GZip Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Tar Read Settings Response Azure Native. Data Factory. Inputs. Zip Deflate Read Settings Response - Compression settings.
- Detect
Data objectType - Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- Namespace
Prefixes object - Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object (or Expression with resultType object).
- Namespaces object
- Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- Validation
Mode object - Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string).
- Compression
Properties TarGZip | TarRead Settings Response Read | ZipSettings Response Deflate Read Settings Response - Compression settings.
- Detect
Data interface{}Type - Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- Namespace
Prefixes interface{} - Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object (or Expression with resultType object).
- Namespaces interface{}
- Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- Validation
Mode interface{} - Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string).
- compression
Properties TarGZip | TarRead Settings Response Read | ZipSettings Response Deflate Read Settings Response - Compression settings.
- detect
Data ObjectType - Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- namespace
Prefixes Object - Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object (or Expression with resultType object).
- namespaces Object
- Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- validation
Mode Object - Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string).
- compression
Properties TarGZip | TarRead Settings Response Read | ZipSettings Response Deflate Read Settings Response - Compression settings.
- detect
Data anyType - Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- namespace
Prefixes any - Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object (or Expression with resultType object).
- namespaces any
- Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- validation
Mode any - Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string).
- compression_
properties TarGZip | TarRead Settings Response Read | ZipSettings Response Deflate Read Settings Response - Compression settings.
- detect_
data_ Anytype - Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- namespace_
prefixes Any - Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object (or Expression with resultType object).
- namespaces Any
- Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- validation_
mode Any - Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string).
- compression
Properties Property Map | Property Map | Property Map - Compression settings.
- detect
Data AnyType - Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- namespace
Prefixes Any - Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object (or Expression with resultType object).
- namespaces Any
- Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
- validation
Mode Any - Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string).
XmlSource, XmlSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Xml Read Settings - Xml format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Azure Native. Data Factory. Inputs. Sftp Read Settings - Xml store settings.
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings XmlRead Settings - Xml format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Xml store settings.
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings XmlRead Settings - Xml format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Xml store settings.
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings XmlRead Settings - Xml format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Xml store settings.
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings XmlRead Settings - Xml format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AmazonS3Compatible | AmazonRead Settings S3Read | AzureSettings Blob | AzureFSRead Settings Blob | AzureStorage Read Settings Data | AzureLake Store Read Settings File | FileStorage Read Settings Server | FtpRead Settings Read | GoogleSettings Cloud | HdfsStorage Read Settings Read | HttpSettings Read | OracleSettings Cloud | SftpStorage Read Settings Read Settings - Xml store settings.
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - Xml format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Xml store settings.
XmlSourceResponse, XmlSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings Pulumi.Azure Native. Data Factory. Inputs. Xml Read Settings Response - Xml format settings.
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings Pulumi.Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Compatible Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Amazon S3Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob FSRead Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Blob Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure Data Lake Store Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Azure File Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. File Server Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Ftp Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Google Cloud Storage Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Hdfs Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Http Read Settings Response Azure | Pulumi.Native. Data Factory. Inputs. Oracle Cloud Storage Read Settings Response Azure Native. Data Factory. Inputs. Sftp Read Settings Response - Xml store settings.
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Format
Settings XmlRead Settings Response - Xml format settings.
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Xml store settings.
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings XmlRead Settings Response - Xml format settings.
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Xml store settings.
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings XmlRead Settings Response - Xml format settings.
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Xml store settings.
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format_
settings XmlRead Settings Response - Xml format settings.
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store_
settings AmazonS3Compatible | AmazonRead Settings Response S3Read | AzureSettings Response Blob | AzureFSRead Settings Response Blob | AzureStorage Read Settings Response Data | AzureLake Store Read Settings Response File | FileStorage Read Settings Response Server | FtpRead Settings Response Read | GoogleSettings Response Cloud | HdfsStorage Read Settings Response Read | HttpSettings Response Read | OracleSettings Response Cloud | SftpStorage Read Settings Response Read Settings Response - Xml store settings.
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- format
Settings Property Map - Xml format settings.
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- store
Settings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Xml store settings.
ZipDeflateReadSettings, ZipDeflateReadSettingsArgs
- Preserve
Zip objectFile Name As Folder - Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
- Preserve
Zip interface{}File Name As Folder - Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Zip ObjectFile Name As Folder - Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Zip anyFile Name As Folder - Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve_
zip_ Anyfile_ name_ as_ folder - Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Zip AnyFile Name As Folder - Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
ZipDeflateReadSettingsResponse, ZipDeflateReadSettingsResponseArgs
- Preserve
Zip objectFile Name As Folder - Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
- Preserve
Zip interface{}File Name As Folder - Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Zip ObjectFile Name As Folder - Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Zip anyFile Name As Folder - Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve_
zip_ Anyfile_ name_ as_ folder - Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
- preserve
Zip AnyFile Name As Folder - Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
ZohoSource, ZohoSourceArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ZohoSourceResponse, ZohoSourceResponseArgs
- Additional
Columns object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics objectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent objectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry objectCount - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry objectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Additional
Columns interface{} - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- Disable
Metrics interface{}Collection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- Max
Concurrent interface{}Connections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- Query interface{}
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- Query
Timeout interface{} - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- Source
Retry interface{}Count - Source retry count. Type: integer (or Expression with resultType integer).
- Source
Retry interface{}Wait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Object - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics ObjectCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent ObjectConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Object
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Object - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry ObjectCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry ObjectWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics anyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent anyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry anyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry anyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional_
columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable_
metrics_ Anycollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max_
concurrent_ Anyconnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query_
timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source_
retry_ Anycount - Source retry count. Type: integer (or Expression with resultType integer).
- source_
retry_ Anywait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- additional
Columns Any - Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
- disable
Metrics AnyCollection - If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
- max
Concurrent AnyConnections - The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
- query Any
- A query to retrieve data from source. Type: string (or Expression with resultType string).
- query
Timeout Any - Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
- source
Retry AnyCount - Source retry count. Type: integer (or Expression with resultType integer).
- source
Retry AnyWait - Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi