1. Packages
  2. Azure Native
  3. API Docs
  4. datafactory
  5. getPipeline
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.datafactory.getPipeline

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Gets a pipeline.

Uses Azure REST API version 2018-06-01.

Using getPipeline

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getPipeline(args: GetPipelineArgs, opts?: InvokeOptions): Promise<GetPipelineResult>
function getPipelineOutput(args: GetPipelineOutputArgs, opts?: InvokeOptions): Output<GetPipelineResult>
Copy
def get_pipeline(factory_name: Optional[str] = None,
                 pipeline_name: Optional[str] = None,
                 resource_group_name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetPipelineResult
def get_pipeline_output(factory_name: Optional[pulumi.Input[str]] = None,
                 pipeline_name: Optional[pulumi.Input[str]] = None,
                 resource_group_name: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetPipelineResult]
Copy
func LookupPipeline(ctx *Context, args *LookupPipelineArgs, opts ...InvokeOption) (*LookupPipelineResult, error)
func LookupPipelineOutput(ctx *Context, args *LookupPipelineOutputArgs, opts ...InvokeOption) LookupPipelineResultOutput
Copy

> Note: This function is named LookupPipeline in the Go SDK.

public static class GetPipeline 
{
    public static Task<GetPipelineResult> InvokeAsync(GetPipelineArgs args, InvokeOptions? opts = null)
    public static Output<GetPipelineResult> Invoke(GetPipelineInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetPipelineResult> getPipeline(GetPipelineArgs args, InvokeOptions options)
public static Output<GetPipelineResult> getPipeline(GetPipelineArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:datafactory:getPipeline
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

FactoryName
This property is required.
Changes to this property will trigger replacement.
string
The factory name.
PipelineName
This property is required.
Changes to this property will trigger replacement.
string
The pipeline name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
FactoryName
This property is required.
Changes to this property will trigger replacement.
string
The factory name.
PipelineName
This property is required.
Changes to this property will trigger replacement.
string
The pipeline name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
factoryName
This property is required.
Changes to this property will trigger replacement.
String
The factory name.
pipelineName
This property is required.
Changes to this property will trigger replacement.
String
The pipeline name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
factoryName
This property is required.
Changes to this property will trigger replacement.
string
The factory name.
pipelineName
This property is required.
Changes to this property will trigger replacement.
string
The pipeline name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
factory_name
This property is required.
Changes to this property will trigger replacement.
str
The factory name.
pipeline_name
This property is required.
Changes to this property will trigger replacement.
str
The pipeline name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The resource group name.
factoryName
This property is required.
Changes to this property will trigger replacement.
String
The factory name.
pipelineName
This property is required.
Changes to this property will trigger replacement.
String
The pipeline name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.

getPipeline Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Etag string
Etag identifies change in the resource.
Id string
The resource identifier.
Name string
The resource name.
Type string
The resource type.
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.AzureNative.DataFactory.Outputs.PipelineResponseFolder
The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
Parameters Dictionary<string, Pulumi.AzureNative.DataFactory.Outputs.ParameterSpecificationResponse>
List of parameters for pipeline.
Policy Pulumi.AzureNative.DataFactory.Outputs.PipelinePolicyResponse
Pipeline Policy.
RunDimensions Dictionary<string, object>
Dimensions emitted by Pipeline.
Variables Dictionary<string, Pulumi.AzureNative.DataFactory.Outputs.VariableSpecificationResponse>
List of variables for pipeline.
AzureApiVersion string
The Azure API version of the resource.
Etag string
Etag identifies change in the resource.
Id string
The resource identifier.
Name string
The resource name.
Type string
The resource type.
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 PipelineResponseFolder
The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
Parameters map[string]ParameterSpecificationResponse
List of parameters for pipeline.
Policy PipelinePolicyResponse
Pipeline Policy.
RunDimensions map[string]interface{}
Dimensions emitted by Pipeline.
Variables map[string]VariableSpecificationResponse
List of variables for pipeline.
azureApiVersion String
The Azure API version of the resource.
etag String
Etag identifies change in the resource.
id String
The resource identifier.
name String
The resource name.
type String
The resource type.
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 PipelineResponseFolder
The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
parameters Map<String,ParameterSpecificationResponse>
List of parameters for pipeline.
policy PipelinePolicyResponse
Pipeline Policy.
runDimensions Map<String,Object>
Dimensions emitted by Pipeline.
variables Map<String,VariableSpecificationResponse>
List of variables for pipeline.
azureApiVersion string
The Azure API version of the resource.
etag string
Etag identifies change in the resource.
id string
The resource identifier.
name string
The resource name.
type string
The resource type.
activities (AppendVariableActivityResponse | AzureDataExplorerCommandActivityResponse | AzureFunctionActivityResponse | AzureMLBatchExecutionActivityResponse | AzureMLExecutePipelineActivityResponse | AzureMLUpdateResourceActivityResponse | ControlActivityResponse | CopyActivityResponse | CustomActivityResponse | DataLakeAnalyticsUSQLActivityResponse | DatabricksNotebookActivityResponse | DatabricksSparkJarActivityResponse | DatabricksSparkPythonActivityResponse | DeleteActivityResponse | ExecuteDataFlowActivityResponse | ExecutePipelineActivityResponse | ExecuteSSISPackageActivityResponse | ExecuteWranglingDataflowActivityResponse | ExecutionActivityResponse | FailActivityResponse | FilterActivityResponse | ForEachActivityResponse | GetMetadataActivityResponse | HDInsightHiveActivityResponse | HDInsightMapReduceActivityResponse | HDInsightPigActivityResponse | HDInsightSparkActivityResponse | HDInsightStreamingActivityResponse | IfConditionActivityResponse | LookupActivityResponse | ScriptActivityResponse | SetVariableActivityResponse | SqlServerStoredProcedureActivityResponse | SwitchActivityResponse | SynapseNotebookActivityResponse | SynapseSparkJobDefinitionActivityResponse | UntilActivityResponse | ValidationActivityResponse | WaitActivityResponse | WebActivityResponse | WebHookActivityResponse)[]
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 PipelineResponseFolder
The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
parameters {[key: string]: ParameterSpecificationResponse}
List of parameters for pipeline.
policy PipelinePolicyResponse
Pipeline Policy.
runDimensions {[key: string]: any}
Dimensions emitted by Pipeline.
variables {[key: string]: VariableSpecificationResponse}
List of variables for pipeline.
azure_api_version str
The Azure API version of the resource.
etag str
Etag identifies change in the resource.
id str
The resource identifier.
name str
The resource name.
type str
The resource type.
activities Sequence[Any]
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 PipelineResponseFolder
The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
parameters Mapping[str, ParameterSpecificationResponse]
List of parameters for pipeline.
policy PipelinePolicyResponse
Pipeline Policy.
run_dimensions Mapping[str, Any]
Dimensions emitted by Pipeline.
variables Mapping[str, VariableSpecificationResponse]
List of variables for pipeline.
azureApiVersion String
The Azure API version of the resource.
etag String
Etag identifies change in the resource.
id String
The resource identifier.
name String
The resource name.
type String
The resource type.
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.
policy Property Map
Pipeline Policy.
runDimensions Map<Any>
Dimensions emitted by Pipeline.
variables Map<Property Map>
List of variables for pipeline.

Supporting Types

ActivityDependencyResponse

Activity This property is required. string
Activity name.
DependencyConditions This property is required. List<string>
Match-Condition for the dependency.
Activity This property is required. string
Activity name.
DependencyConditions This property is required. []string
Match-Condition for the dependency.
activity This property is required. String
Activity name.
dependencyConditions This property is required. List<String>
Match-Condition for the dependency.
activity This property is required. string
Activity name.
dependencyConditions This property is required. string[]
Match-Condition for the dependency.
activity This property is required. str
Activity name.
dependency_conditions This property is required. Sequence[str]
Match-Condition for the dependency.
activity This property is required. String
Activity name.
dependencyConditions This property is required. List<String>
Match-Condition for the dependency.

ActivityPolicyResponse

Retry object
Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: 0.
RetryIntervalInSeconds int
Interval between each retry attempt (in seconds). The default is 30 sec.
SecureInput bool
When set to true, Input from activity is considered as secure and will not be logged to monitoring.
SecureOutput 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.
RetryIntervalInSeconds int
Interval between each retry attempt (in seconds). The default is 30 sec.
SecureInput bool
When set to true, Input from activity is considered as secure and will not be logged to monitoring.
SecureOutput 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.
retryIntervalInSeconds Integer
Interval between each retry attempt (in seconds). The default is 30 sec.
secureInput Boolean
When set to true, Input from activity is considered as secure and will not be logged to monitoring.
secureOutput 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.
retryIntervalInSeconds number
Interval between each retry attempt (in seconds). The default is 30 sec.
secureInput boolean
When set to true, Input from activity is considered as secure and will not be logged to monitoring.
secureOutput 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_in_seconds int
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.
retryIntervalInSeconds Number
Interval between each retry attempt (in seconds). The default is 30 sec.
secureInput Boolean
When set to true, Input from activity is considered as secure and will not be logged to monitoring.
secureOutput 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])).

AmazonMWSSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

AmazonRdsForOraclePartitionSettingsResponse

PartitionColumnName object
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionLowerBound object
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionNames List<object>
Names of the physical partitions of AmazonRdsForOracle table.
PartitionUpperBound object
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionColumnName interface{}
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionLowerBound interface{}
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionNames []interface{}
Names of the physical partitions of AmazonRdsForOracle table.
PartitionUpperBound interface{}
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionColumnName Object
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionLowerBound Object
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionNames List<Object>
Names of the physical partitions of AmazonRdsForOracle table.
partitionUpperBound Object
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionColumnName any
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionLowerBound any
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionNames any[]
Names of the physical partitions of AmazonRdsForOracle table.
partitionUpperBound any
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_name Any
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_bound Any
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_bound Any
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionColumnName Any
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionLowerBound Any
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionNames List<Any>
Names of the physical partitions of AmazonRdsForOracle table.
partitionUpperBound Any
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).

AmazonRdsForOracleSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
OracleReaderQuery object
AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
PartitionOption object
The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
PartitionSettings Pulumi.AzureNative.DataFactory.Inputs.AmazonRdsForOraclePartitionSettingsResponse
The settings that will be leveraged for AmazonRdsForOracle source partitioning.
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
OracleReaderQuery interface{}
AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
PartitionOption interface{}
The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
PartitionSettings AmazonRdsForOraclePartitionSettingsResponse
The settings that will be leveraged for AmazonRdsForOracle source partitioning.
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
oracleReaderQuery Object
AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
partitionOption Object
The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
partitionSettings AmazonRdsForOraclePartitionSettingsResponse
The settings that will be leveraged for AmazonRdsForOracle source partitioning.
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
oracleReaderQuery any
AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
partitionOption any
The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
partitionSettings AmazonRdsForOraclePartitionSettingsResponse
The settings that will be leveraged for AmazonRdsForOracle source partitioning.
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
oracle_reader_query Any
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 AmazonRdsForOraclePartitionSettingsResponse
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
oracleReaderQuery Any
AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
partitionOption Any
The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression with resultType string).
partitionSettings Property Map
The settings that will be leveraged for AmazonRdsForOracle source partitioning.
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

AmazonRdsForSqlServerSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IsolationLevel 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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption object
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
PartitionSettings Pulumi.AzureNative.DataFactory.Inputs.SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
ProduceAdditionalTypes object
Which additional types to produce.
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlReaderQuery object
SQL reader query. Type: string (or Expression with resultType string).
SqlReaderStoredProcedureName object
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).
StoredProcedureParameters object
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IsolationLevel 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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption interface{}
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
PartitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
ProduceAdditionalTypes interface{}
Which additional types to produce.
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlReaderQuery interface{}
SQL reader query. Type: string (or Expression with resultType string).
SqlReaderStoredProcedureName interface{}
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).
StoredProcedureParameters interface{}
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Object
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
partitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
produceAdditionalTypes Object
Which additional types to produce.
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery Object
SQL reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName Object
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).
storedProcedureParameters Object
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption any
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
partitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
produceAdditionalTypes any
Which additional types to produce.
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery any
SQL reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName any
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).
storedProcedureParameters any
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_collection Any
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_connections Any
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 SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
produce_additional_types Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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_query Any
SQL reader query. Type: string (or Expression with resultType string).
sql_reader_stored_procedure_name Any
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_parameters Any
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Any
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
partitionSettings Property Map
The settings that will be leveraged for Sql source partitioning.
produceAdditionalTypes Any
Which additional types to produce.
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery Any
SQL reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName Any
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).
storedProcedureParameters Any
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".

AmazonRedshiftSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
RedshiftUnloadSettings Pulumi.AzureNative.DataFactory.Inputs.RedshiftUnloadSettingsResponse
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.
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
RedshiftUnloadSettings RedshiftUnloadSettingsResponse
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.
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
redshiftUnloadSettings RedshiftUnloadSettingsResponse
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.
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
redshiftUnloadSettings RedshiftUnloadSettingsResponse
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.
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_settings RedshiftUnloadSettingsResponse
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
redshiftUnloadSettings Property Map
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.
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

AmazonS3CompatibleReadSettingsResponse

DeleteFilesAfterCompletion object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd object
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart object
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath object
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).
WildcardFileName object
Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath object
Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
DeleteFilesAfterCompletion interface{}
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery interface{}
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd interface{}
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart interface{}
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath interface{}
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).
WildcardFileName interface{}
Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath interface{}
Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Object
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Object
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Object
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).
wildcardFileName Object
Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Object
Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath any
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).
wildcardFileName any
Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath any
Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
delete_files_after_completion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enable_partition_discovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
file_list_path Any
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_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modified_datetime_end Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modified_datetime_start Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partition_root_path Any
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_name Any
Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
wildcard_folder_path Any
Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Any
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).
wildcardFileName Any
Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Any
Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).

AmazonS3ReadSettingsResponse

DeleteFilesAfterCompletion object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd object
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart object
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath object
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).
WildcardFileName object
AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath object
AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
DeleteFilesAfterCompletion interface{}
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery interface{}
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd interface{}
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart interface{}
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath interface{}
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).
WildcardFileName interface{}
AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath interface{}
AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Object
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Object
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Object
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).
wildcardFileName Object
AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Object
AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath any
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).
wildcardFileName any
AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath any
AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
delete_files_after_completion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enable_partition_discovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
file_list_path Any
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_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modified_datetime_end Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modified_datetime_start Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partition_root_path Any
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_name Any
AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
wildcard_folder_path Any
AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Any
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).
wildcardFileName Any
AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Any
AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).

AppendVariableActivityResponse

Name This property is required. string
Activity name.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
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
VariableName string
Name of the variable whose value needs to be appended to.
Name This property is required. string
Activity name.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
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
VariableName string
Name of the variable whose value needs to be appended to.
name This property is required. String
Activity name.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
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
variableName String
Name of the variable whose value needs to be appended to.
name This property is required. string
Activity name.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
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
variableName string
Name of the variable whose value needs to be appended to.
name This property is required. str
Activity name.
depends_on Sequence[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
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 This property is required. String
Activity name.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties 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
variableName String
Name of the variable whose value needs to be appended to.

AvroSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings Pulumi.AzureNative.DataFactory.Inputs.AvroWriteSettingsResponse
Avro format settings.
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobStorageWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureFileStorageWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FileServerWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.SftpWriteSettingsResponse
Avro store settings.
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings AvroWriteSettingsResponse
Avro format settings.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Avro store settings.
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings AvroWriteSettingsResponse
Avro format settings.
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Avro store settings.
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings AvroWriteSettingsResponse
Avro format settings.
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Avro store settings.
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
format_settings AvroWriteSettingsResponse
Avro format settings.
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
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 AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Avro store settings.
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings Property Map
Avro format settings.
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
Avro store settings.
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

AvroSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings Pulumi.AzureNative.DataFactory.Inputs.AmazonS3CompatibleReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AmazonS3ReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureFileStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FileServerReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FtpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.GoogleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HdfsReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HttpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.OracleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.SftpReadSettingsResponse
Avro store settings.
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Avro store settings.
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Avro store settings.
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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 AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Avro store settings.
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings Property Map | Property Map | 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.

AvroWriteSettingsResponse

FileNamePrefix object
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
MaxRowsPerFile object
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
RecordName string
Top level record name in write result, which is required in AVRO spec.
RecordNamespace string
Record namespace in the write result.
FileNamePrefix interface{}
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
MaxRowsPerFile interface{}
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
RecordName string
Top level record name in write result, which is required in AVRO spec.
RecordNamespace string
Record namespace in the write result.
fileNamePrefix Object
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
maxRowsPerFile Object
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
recordName String
Top level record name in write result, which is required in AVRO spec.
recordNamespace String
Record namespace in the write result.
fileNamePrefix any
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
maxRowsPerFile any
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
recordName string
Top level record name in write result, which is required in AVRO spec.
recordNamespace string
Record namespace in the write result.
file_name_prefix Any
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
max_rows_per_file Any
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.
fileNamePrefix Any
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
maxRowsPerFile Any
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
recordName String
Top level record name in write result, which is required in AVRO spec.
recordNamespace String
Record namespace in the write result.

AzureBlobFSReadSettingsResponse

DeleteFilesAfterCompletion object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd object
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart object
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath object
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).
WildcardFileName object
Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath object
Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
DeleteFilesAfterCompletion interface{}
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery interface{}
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd interface{}
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart interface{}
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath interface{}
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).
WildcardFileName interface{}
Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath interface{}
Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Object
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Object
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Object
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).
wildcardFileName Object
Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Object
Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath any
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).
wildcardFileName any
Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath any
Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
delete_files_after_completion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enable_partition_discovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
file_list_path Any
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_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modified_datetime_end Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modified_datetime_start Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partition_root_path Any
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_name Any
Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
wildcard_folder_path Any
Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Any
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).
wildcardFileName Any
Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Any
Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).

AzureBlobFSSinkResponse

CopyBehavior object
The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
Metadata List<Pulumi.AzureNative.DataFactory.Inputs.MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
CopyBehavior interface{}
The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
Metadata []MetadataItemResponse
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
copyBehavior Object
The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
metadata List<MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
copyBehavior any
The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
metadata MetadataItemResponse[]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
metadata Sequence[MetadataItemResponse]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
copyBehavior Any
The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

AzureBlobFSSourceResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
SkipHeaderLineCount object
Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
TreatEmptyAsNull object
Treat empty as null. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
SkipHeaderLineCount interface{}
Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
TreatEmptyAsNull interface{}
Treat empty as null. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
skipHeaderLineCount Object
Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
treatEmptyAsNull Object
Treat empty as null. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
skipHeaderLineCount any
Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
treatEmptyAsNull any
Treat empty as null. Type: boolean (or Expression with resultType boolean).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_line_count Any
Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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_as_null Any
Treat empty as null. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
skipHeaderLineCount Any
Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
treatEmptyAsNull Any
Treat empty as null. Type: boolean (or Expression with resultType boolean).

AzureBlobFSWriteSettingsResponse

BlockSizeInMB object
Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
CopyBehavior object
The type of copy behavior for copy sink.
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Metadata List<Pulumi.AzureNative.DataFactory.Inputs.MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
BlockSizeInMB interface{}
Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
CopyBehavior interface{}
The type of copy behavior for copy sink.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Metadata []MetadataItemResponse
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
blockSizeInMB Object
Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
copyBehavior Object
The type of copy behavior for copy sink.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata List<MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
blockSizeInMB any
Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
copyBehavior any
The type of copy behavior for copy sink.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata MetadataItemResponse[]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
block_size_in_mb Any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata Sequence[MetadataItemResponse]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
blockSizeInMB Any
Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
copyBehavior Any
The type of copy behavior for copy sink.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source 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).

AzureBlobStorageReadSettingsResponse

DeleteFilesAfterCompletion object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd object
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart object
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath object
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).
WildcardFileName object
Azure blob wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath object
Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
DeleteFilesAfterCompletion interface{}
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery interface{}
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd interface{}
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart interface{}
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath interface{}
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).
WildcardFileName interface{}
Azure blob wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath interface{}
Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Object
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Object
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Object
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).
wildcardFileName Object
Azure blob wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Object
Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath any
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).
wildcardFileName any
Azure blob wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath any
Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
delete_files_after_completion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enable_partition_discovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
file_list_path Any
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_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modified_datetime_end Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modified_datetime_start Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partition_root_path Any
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_name Any
Azure blob wildcardFileName. Type: string (or Expression with resultType string).
wildcard_folder_path Any
Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Any
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).
wildcardFileName Any
Azure blob wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Any
Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).

AzureBlobStorageWriteSettingsResponse

BlockSizeInMB object
Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
CopyBehavior object
The type of copy behavior for copy sink.
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Metadata List<Pulumi.AzureNative.DataFactory.Inputs.MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
BlockSizeInMB interface{}
Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
CopyBehavior interface{}
The type of copy behavior for copy sink.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Metadata []MetadataItemResponse
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
blockSizeInMB Object
Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
copyBehavior Object
The type of copy behavior for copy sink.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata List<MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
blockSizeInMB any
Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
copyBehavior any
The type of copy behavior for copy sink.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata MetadataItemResponse[]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
block_size_in_mb Any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata Sequence[MetadataItemResponse]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
blockSizeInMB Any
Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
copyBehavior Any
The type of copy behavior for copy sink.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source 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).

AzureDataExplorerCommandActivityResponse

Command This property is required. object
A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
Name This property is required. string
Activity name.
CommandTimeout 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]))..)
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Command This property is required. interface{}
A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
Name This property is required. string
Activity name.
CommandTimeout 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]))..)
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
command This property is required. Object
A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
name This property is required. String
Activity name.
commandTimeout 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]))..)
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
command This property is required. any
A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
name This property is required. string
Activity name.
commandTimeout 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]))..)
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
command This property is required. Any
A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
name This property is required. 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[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
linked_service_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
command This property is required. Any
A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
name This property is required. String
Activity name.
commandTimeout 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]))..)
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

AzureDataExplorerSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FlushImmediately object
If set to true, any aggregation will be skipped. Default is false. Type: boolean.
IngestionMappingAsJson object
An explicit column mapping description provided in a json format. Type: string.
IngestionMappingName object
A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FlushImmediately interface{}
If set to true, any aggregation will be skipped. Default is false. Type: boolean.
IngestionMappingAsJson interface{}
An explicit column mapping description provided in a json format. Type: string.
IngestionMappingName interface{}
A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
flushImmediately Object
If set to true, any aggregation will be skipped. Default is false. Type: boolean.
ingestionMappingAsJson Object
An explicit column mapping description provided in a json format. Type: string.
ingestionMappingName Object
A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
flushImmediately any
If set to true, any aggregation will be skipped. Default is false. Type: boolean.
ingestionMappingAsJson any
An explicit column mapping description provided in a json format. Type: string.
ingestionMappingName any
A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
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_as_json Any
An explicit column mapping description provided in a json format. Type: string.
ingestion_mapping_name Any
A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
flushImmediately Any
If set to true, any aggregation will be skipped. Default is false. Type: boolean.
ingestionMappingAsJson Any
An explicit column mapping description provided in a json format. Type: string.
ingestionMappingName Any
A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

AzureDataExplorerSourceResponse

Query This property is required. object
Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType string).
AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
NoTruncation object
The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
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 This property is required. interface{}
Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType string).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
NoTruncation interface{}
The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
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 This property is required. Object
Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType string).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
noTruncation Object
The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
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 This property is required. any
Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType string).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
noTruncation any
The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
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 This property is required. 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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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 This property is required. Any
Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType string).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
noTruncation Any
The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a certain row-count limit.
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

AzureDataLakeStoreReadSettingsResponse

DeleteFilesAfterCompletion object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath object
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).
ListAfter 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).
ListBefore 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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd object
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart object
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath object
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).
WildcardFileName object
ADLS wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath object
ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
DeleteFilesAfterCompletion interface{}
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery interface{}
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath interface{}
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).
ListAfter 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).
ListBefore 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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd interface{}
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart interface{}
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath interface{}
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).
WildcardFileName interface{}
ADLS wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath interface{}
ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Object
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).
listAfter 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).
listBefore 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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Object
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Object
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Object
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).
wildcardFileName Object
ADLS wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Object
ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath any
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).
listAfter 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).
listBefore 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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath any
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).
wildcardFileName any
ADLS wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath any
ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
delete_files_after_completion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enable_partition_discovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
file_list_path Any
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_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modified_datetime_end Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modified_datetime_start Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partition_root_path Any
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_name Any
ADLS wildcardFileName. Type: string (or Expression with resultType string).
wildcard_folder_path Any
ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Any
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).
listAfter 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).
listBefore 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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Any
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).
wildcardFileName Any
ADLS wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Any
ADLS wildcardFolderPath. Type: string (or Expression with resultType string).

AzureDataLakeStoreSinkResponse

CopyBehavior object
The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnableAdlsSingleFileParallel object
Single File Parallel.
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
CopyBehavior interface{}
The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnableAdlsSingleFileParallel interface{}
Single File Parallel.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
copyBehavior Object
The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enableAdlsSingleFileParallel Object
Single File Parallel.
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
copyBehavior any
The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enableAdlsSingleFileParallel any
Single File Parallel.
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enable_adls_single_file_parallel Any
Single File Parallel.
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
copyBehavior Any
The type of copy behavior for copy sink. Type: string (or Expression with resultType string).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enableAdlsSingleFileParallel Any
Single File Parallel.
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

AzureDataLakeStoreSourceResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

AzureDataLakeStoreWriteSettingsResponse

CopyBehavior object
The type of copy behavior for copy sink.
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ExpiryDateTime object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Metadata List<Pulumi.AzureNative.DataFactory.Inputs.MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
CopyBehavior interface{}
The type of copy behavior for copy sink.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ExpiryDateTime interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Metadata []MetadataItemResponse
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
copyBehavior Object
The type of copy behavior for copy sink.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
expiryDateTime Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata List<MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
copyBehavior any
The type of copy behavior for copy sink.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
expiryDateTime any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata MetadataItemResponse[]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
copy_behavior Any
The type of copy behavior for copy sink.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
expiry_date_time Any
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_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata Sequence[MetadataItemResponse]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
copyBehavior Any
The type of copy behavior for copy sink.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
expiryDateTime Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source 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).

AzureDatabricksDeltaLakeExportCommandResponse

DateFormat object
Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
TimestampFormat object
Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
DateFormat interface{}
Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
TimestampFormat interface{}
Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
dateFormat Object
Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
timestampFormat Object
Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
dateFormat any
Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
timestampFormat 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).
dateFormat Any
Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
timestampFormat Any
Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).

AzureDatabricksDeltaLakeImportCommandResponse

DateFormat object
Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
TimestampFormat object
Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
DateFormat interface{}
Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
TimestampFormat interface{}
Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
dateFormat Object
Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
timestampFormat Object
Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
dateFormat any
Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
timestampFormat 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).
dateFormat Any
Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).
timestampFormat Any
Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string).

AzureDatabricksDeltaLakeSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ImportSettings Pulumi.AzureNative.DataFactory.Inputs.AzureDatabricksDeltaLakeImportCommandResponse
Azure Databricks Delta Lake import settings.
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript object
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ImportSettings AzureDatabricksDeltaLakeImportCommandResponse
Azure Databricks Delta Lake import settings.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript interface{}
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
importSettings AzureDatabricksDeltaLakeImportCommandResponse
Azure Databricks Delta Lake import settings.
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Object
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
importSettings AzureDatabricksDeltaLakeImportCommandResponse
Azure Databricks Delta Lake import settings.
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
import_settings AzureDatabricksDeltaLakeImportCommandResponse
Azure Databricks Delta Lake import settings.
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
pre_copy_script Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
importSettings Property Map
Azure Databricks Delta Lake import settings.
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

AzureDatabricksDeltaLakeSourceResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ExportSettings Pulumi.AzureNative.DataFactory.Inputs.AzureDatabricksDeltaLakeExportCommandResponse
Azure Databricks Delta Lake export settings.
MaxConcurrentConnections object
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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ExportSettings AzureDatabricksDeltaLakeExportCommandResponse
Azure Databricks Delta Lake export settings.
MaxConcurrentConnections interface{}
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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
exportSettings AzureDatabricksDeltaLakeExportCommandResponse
Azure Databricks Delta Lake export settings.
maxConcurrentConnections Object
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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
exportSettings AzureDatabricksDeltaLakeExportCommandResponse
Azure Databricks Delta Lake export settings.
maxConcurrentConnections any
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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
export_settings AzureDatabricksDeltaLakeExportCommandResponse
Azure Databricks Delta Lake export settings.
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
exportSettings Property Map
Azure Databricks Delta Lake export settings.
maxConcurrentConnections Any
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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

AzureFileStorageReadSettingsResponse

DeleteFilesAfterCompletion object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd object
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart object
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath object
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).
WildcardFileName object
Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath object
Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
DeleteFilesAfterCompletion interface{}
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery interface{}
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd interface{}
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart interface{}
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath interface{}
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).
WildcardFileName interface{}
Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath interface{}
Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Object
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Object
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Object
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).
wildcardFileName Object
Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Object
Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath any
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).
wildcardFileName any
Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath any
Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
delete_files_after_completion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enable_partition_discovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
file_list_path Any
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_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modified_datetime_end Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modified_datetime_start Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partition_root_path Any
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_name Any
Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
wildcard_folder_path Any
Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Any
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).
wildcardFileName Any
Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Any
Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).

AzureFileStorageWriteSettingsResponse

CopyBehavior object
The type of copy behavior for copy sink.
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Metadata List<Pulumi.AzureNative.DataFactory.Inputs.MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
CopyBehavior interface{}
The type of copy behavior for copy sink.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Metadata []MetadataItemResponse
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
copyBehavior Object
The type of copy behavior for copy sink.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata List<MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
copyBehavior any
The type of copy behavior for copy sink.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata MetadataItemResponse[]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
copy_behavior Any
The type of copy behavior for copy sink.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata Sequence[MetadataItemResponse]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
copyBehavior Any
The type of copy behavior for copy sink.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source 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).

AzureFunctionActivityResponse

FunctionName This property is required. object
Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
Method This property is required. string
Rest API method for target endpoint.
Name This property is required. 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).
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
Headers Dictionary<string, 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).
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
FunctionName This property is required. interface{}
Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
Method This property is required. string
Rest API method for target endpoint.
Name This property is required. 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).
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
Headers map[string]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).
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
functionName This property is required. Object
Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
method This property is required. String
Rest API method for target endpoint.
name This property is required. 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).
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
headers Map<String,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).
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
functionName This property is required. any
Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
method This property is required. string
Rest API method for target endpoint.
name This property is required. 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).
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
headers {[key: string]: 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).
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
function_name This property is required. Any
Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
method This property is required. str
Rest API method for target endpoint.
name This property is required. 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[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
headers Mapping[str, 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_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
functionName This property is required. Any
Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
method This property is required. String
Rest API method for target endpoint.
name This property is required. 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).
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
headers Map<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).
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

AzureKeyVaultSecretReferenceResponse

SecretName This property is required. object
The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
Store This property is required. Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
The Azure Key Vault linked service reference.
SecretVersion 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).
SecretName This property is required. interface{}
The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
Store This property is required. LinkedServiceReferenceResponse
The Azure Key Vault linked service reference.
SecretVersion 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).
secretName This property is required. Object
The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
store This property is required. LinkedServiceReferenceResponse
The Azure Key Vault linked service reference.
secretVersion 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).
secretName This property is required. any
The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
store This property is required. LinkedServiceReferenceResponse
The Azure Key Vault linked service reference.
secretVersion 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 This property is required. Any
The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
store This property is required. LinkedServiceReferenceResponse
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).
secretName This property is required. Any
The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
store This property is required. Property Map
The Azure Key Vault linked service reference.
secretVersion 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).

AzureMLBatchExecutionActivityResponse

Name This property is required. string
Activity name.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
GlobalParameters 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.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
WebServiceInputs Dictionary<string, Pulumi.AzureNative.DataFactory.Inputs.AzureMLWebServiceFileResponse>
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.
WebServiceOutputs Dictionary<string, Pulumi.AzureNative.DataFactory.Inputs.AzureMLWebServiceFileResponse>
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 This property is required. string
Activity name.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
GlobalParameters 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.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
WebServiceInputs map[string]AzureMLWebServiceFileResponse
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.
WebServiceOutputs map[string]AzureMLWebServiceFileResponse
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 This property is required. String
Activity name.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
globalParameters 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.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
webServiceInputs Map<String,AzureMLWebServiceFileResponse>
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.
webServiceOutputs Map<String,AzureMLWebServiceFileResponse>
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 This property is required. string
Activity name.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
globalParameters {[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.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
webServiceInputs {[key: string]: AzureMLWebServiceFileResponse}
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.
webServiceOutputs {[key: string]: AzureMLWebServiceFileResponse}
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 This property is required. str
Activity name.
depends_on Sequence[ActivityDependencyResponse]
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_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
web_service_inputs Mapping[str, AzureMLWebServiceFileResponse]
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_outputs Mapping[str, AzureMLWebServiceFileResponse]
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 This property is required. String
Activity name.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
globalParameters 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.
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.
webServiceInputs Map<Property Map>
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.
webServiceOutputs Map<Property Map>
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.

AzureMLExecutePipelineActivityResponse

Name This property is required. string
Activity name.
ContinueOnStepFailure object
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).
DataPathAssignments object
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 (or Expression with resultType object).
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
ExperimentName 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).
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
MlParentRunId object
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).
MlPipelineEndpointId object
ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
MlPipelineId object
ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
MlPipelineParameters object
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).
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Version object
Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
Name This property is required. string
Activity name.
ContinueOnStepFailure interface{}
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).
DataPathAssignments interface{}
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 (or Expression with resultType object).
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
ExperimentName 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).
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
MlParentRunId interface{}
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).
MlPipelineEndpointId interface{}
ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
MlPipelineId interface{}
ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
MlPipelineParameters interface{}
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).
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
Version interface{}
Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
name This property is required. String
Activity name.
continueOnStepFailure Object
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).
dataPathAssignments Object
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 (or Expression with resultType object).
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
experimentName 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).
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
mlParentRunId Object
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).
mlPipelineEndpointId Object
ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
mlPipelineId Object
ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
mlPipelineParameters Object
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).
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
version Object
Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
name This property is required. string
Activity name.
continueOnStepFailure any
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).
dataPathAssignments any
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 (or Expression with resultType object).
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
experimentName 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).
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
mlParentRunId any
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).
mlPipelineEndpointId any
ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
mlPipelineId any
ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
mlPipelineParameters any
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).
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
version any
Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
name This property is required. str
Activity name.
continue_on_step_failure Any
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_assignments Any
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 (or Expression with resultType object).
depends_on Sequence[ActivityDependencyResponse]
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_name LinkedServiceReferenceResponse
Linked service reference.
ml_parent_run_id Any
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_endpoint_id Any
ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
ml_pipeline_id Any
ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
ml_pipeline_parameters Any
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).
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
version Any
Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
name This property is required. String
Activity name.
continueOnStepFailure Any
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).
dataPathAssignments Any
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 (or Expression with resultType object).
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
experimentName 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).
linkedServiceName Property Map
Linked service reference.
mlParentRunId Any
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).
mlPipelineEndpointId Any
ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
mlPipelineId Any
ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
mlPipelineParameters Any
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).
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.
version Any
Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).

AzureMLUpdateResourceActivityResponse

Name This property is required. string
Activity name.
TrainedModelFilePath This property is required. object
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).
TrainedModelLinkedServiceName This property is required. Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
TrainedModelName This property is required. object
Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Name This property is required. string
Activity name.
TrainedModelFilePath This property is required. interface{}
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).
TrainedModelLinkedServiceName This property is required. LinkedServiceReferenceResponse
Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
TrainedModelName This property is required. interface{}
Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
name This property is required. String
Activity name.
trainedModelFilePath This property is required. Object
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).
trainedModelLinkedServiceName This property is required. LinkedServiceReferenceResponse
Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
trainedModelName This property is required. Object
Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
name This property is required. string
Activity name.
trainedModelFilePath This property is required. any
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).
trainedModelLinkedServiceName This property is required. LinkedServiceReferenceResponse
Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
trainedModelName This property is required. any
Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
name This property is required. str
Activity name.
trained_model_file_path This property is required. Any
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_linked_service_name This property is required. LinkedServiceReferenceResponse
Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
trained_model_name This property is required. Any
Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
depends_on Sequence[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
linked_service_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
name This property is required. String
Activity name.
trainedModelFilePath This property is required. Any
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).
trainedModelLinkedServiceName This property is required. Property Map
Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
trainedModelName This property is required. Any
Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with resultType string).
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

AzureMLWebServiceFileResponse

FilePath This property is required. object
The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
LinkedServiceName This property is required. Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
FilePath This property is required. interface{}
The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
LinkedServiceName This property is required. LinkedServiceReferenceResponse
Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
filePath This property is required. Object
The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
linkedServiceName This property is required. LinkedServiceReferenceResponse
Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
filePath This property is required. any
The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
linkedServiceName This property is required. LinkedServiceReferenceResponse
Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
file_path This property is required. 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_name This property is required. LinkedServiceReferenceResponse
Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
filePath This property is required. Any
The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
linkedServiceName This property is required. Property Map
Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.

AzureMariaDBSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

AzureMySqlSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript object
A query to execute before starting the copy. Type: string (or Expression with resultType string).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript interface{}
A query to execute before starting the copy. Type: string (or Expression with resultType string).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Object
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript any
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
pre_copy_script Any
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Any
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

AzureMySqlSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

AzurePostgreSqlSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript object
A query to execute before starting the copy. Type: string (or Expression with resultType string).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
UpsertSettings Pulumi.AzureNative.DataFactory.Inputs.AzurePostgreSqlSinkResponseUpsertSettings
Azure Database for PostgreSQL upsert option settings
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteMethod string
The write behavior for the operation. Default is Bulk Insert.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript interface{}
A query to execute before starting the copy. Type: string (or Expression with resultType string).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
UpsertSettings AzurePostgreSqlSinkResponseUpsertSettings
Azure Database for PostgreSQL upsert option settings
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteMethod string
The write behavior for the operation. Default is Bulk Insert.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Object
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
upsertSettings AzurePostgreSqlSinkResponseUpsertSettings
Azure Database for PostgreSQL upsert option settings
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeMethod String
The write behavior for the operation. Default is Bulk Insert.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript any
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
upsertSettings AzurePostgreSqlSinkResponseUpsertSettings
Azure Database for PostgreSQL upsert option settings
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeMethod string
The write behavior for the operation. Default is Bulk Insert.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
pre_copy_script Any
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
upsert_settings AzurePostgreSqlSinkResponseUpsertSettings
Azure Database for PostgreSQL upsert option settings
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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_method str
The write behavior for the operation. Default is Bulk Insert.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Any
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
upsertSettings Property Map
Azure Database for PostgreSQL upsert option settings
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeMethod String
The write behavior for the operation. Default is Bulk Insert.

AzurePostgreSqlSinkResponseUpsertSettings

Keys object
Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
Keys interface{}
Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
keys Object
Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
keys any
Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
keys Any
Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
keys Any
Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).

AzurePostgreSqlSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

AzureQueueSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

AzureSearchIndexSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior string
Specify the write behavior when upserting documents into Azure Search Index.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior string
Specify the write behavior when upserting documents into Azure Search Index.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior String
Specify the write behavior when upserting documents into Azure Search Index.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior string
Specify the write behavior when upserting documents into Azure Search Index.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior String
Specify the write behavior when upserting documents into Azure Search Index.

AzureSqlSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript object
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlWriterStoredProcedureName object
SQL writer stored procedure name. Type: string (or Expression with resultType string).
SqlWriterTableType object
SQL writer table type. Type: string (or Expression with resultType string).
SqlWriterUseTableLock object
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
StoredProcedureParameters object
SQL stored procedure parameters.
StoredProcedureTableTypeParameterName object
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
TableOption object
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
UpsertSettings Pulumi.AzureNative.DataFactory.Inputs.SqlUpsertSettingsResponse
SQL upsert settings.
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior object
Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript interface{}
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlWriterStoredProcedureName interface{}
SQL writer stored procedure name. Type: string (or Expression with resultType string).
SqlWriterTableType interface{}
SQL writer table type. Type: string (or Expression with resultType string).
SqlWriterUseTableLock interface{}
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
StoredProcedureParameters interface{}
SQL stored procedure parameters.
StoredProcedureTableTypeParameterName interface{}
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
TableOption interface{}
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
UpsertSettings SqlUpsertSettingsResponse
SQL upsert settings.
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior interface{}
Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Object
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlWriterStoredProcedureName Object
SQL writer stored procedure name. Type: string (or Expression with resultType string).
sqlWriterTableType Object
SQL writer table type. Type: string (or Expression with resultType string).
sqlWriterUseTableLock Object
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
storedProcedureParameters Object
SQL stored procedure parameters.
storedProcedureTableTypeParameterName Object
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
tableOption Object
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
upsertSettings SqlUpsertSettingsResponse
SQL upsert settings.
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior Object
Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlWriterStoredProcedureName any
SQL writer stored procedure name. Type: string (or Expression with resultType string).
sqlWriterTableType any
SQL writer table type. Type: string (or Expression with resultType string).
sqlWriterUseTableLock any
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
storedProcedureParameters any
SQL stored procedure parameters.
storedProcedureTableTypeParameterName any
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
tableOption any
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
upsertSettings SqlUpsertSettingsResponse
SQL upsert settings.
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior any
Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
pre_copy_script Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
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_stored_procedure_name Any
SQL writer stored procedure name. Type: string (or Expression with resultType string).
sql_writer_table_type Any
SQL writer table type. Type: string (or Expression with resultType string).
sql_writer_use_table_lock Any
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
stored_procedure_parameters Any
SQL stored procedure parameters.
stored_procedure_table_type_parameter_name Any
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 SqlUpsertSettingsResponse
SQL upsert settings.
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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)
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlWriterStoredProcedureName Any
SQL writer stored procedure name. Type: string (or Expression with resultType string).
sqlWriterTableType Any
SQL writer table type. Type: string (or Expression with resultType string).
sqlWriterUseTableLock Any
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
storedProcedureParameters Any
SQL stored procedure parameters.
storedProcedureTableTypeParameterName Any
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
tableOption Any
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
upsertSettings Property Map
SQL upsert settings.
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior Any
Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)

AzureSqlSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IsolationLevel 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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption object
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
PartitionSettings Pulumi.AzureNative.DataFactory.Inputs.SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
ProduceAdditionalTypes object
Which additional types to produce.
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlReaderQuery object
SQL reader query. Type: string (or Expression with resultType string).
SqlReaderStoredProcedureName object
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).
StoredProcedureParameters object
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IsolationLevel 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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption interface{}
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
PartitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
ProduceAdditionalTypes interface{}
Which additional types to produce.
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlReaderQuery interface{}
SQL reader query. Type: string (or Expression with resultType string).
SqlReaderStoredProcedureName interface{}
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).
StoredProcedureParameters interface{}
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Object
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
partitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
produceAdditionalTypes Object
Which additional types to produce.
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery Object
SQL reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName Object
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).
storedProcedureParameters Object
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption any
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
partitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
produceAdditionalTypes any
Which additional types to produce.
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery any
SQL reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName any
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).
storedProcedureParameters any
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_collection Any
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_connections Any
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". Type: string (or Expression with resultType string).
partition_settings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
produce_additional_types Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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_query Any
SQL reader query. Type: string (or Expression with resultType string).
sql_reader_stored_procedure_name Any
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_parameters Any
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Any
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
partitionSettings Property Map
The settings that will be leveraged for Sql source partitioning.
produceAdditionalTypes Any
Which additional types to produce.
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery Any
SQL reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName Any
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).
storedProcedureParameters Any
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".

AzureTableSinkResponse

AzureTableDefaultPartitionKeyValue object
Azure Table default partition key value. Type: string (or Expression with resultType string).
AzureTableInsertType object
Azure Table insert type. Type: string (or Expression with resultType string).
AzureTablePartitionKeyName object
Azure Table partition key name. Type: string (or Expression with resultType string).
AzureTableRowKeyName object
Azure Table row key name. Type: string (or Expression with resultType string).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AzureTableDefaultPartitionKeyValue interface{}
Azure Table default partition key value. Type: string (or Expression with resultType string).
AzureTableInsertType interface{}
Azure Table insert type. Type: string (or Expression with resultType string).
AzureTablePartitionKeyName interface{}
Azure Table partition key name. Type: string (or Expression with resultType string).
AzureTableRowKeyName interface{}
Azure Table row key name. Type: string (or Expression with resultType string).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
azureTableDefaultPartitionKeyValue Object
Azure Table default partition key value. Type: string (or Expression with resultType string).
azureTableInsertType Object
Azure Table insert type. Type: string (or Expression with resultType string).
azureTablePartitionKeyName Object
Azure Table partition key name. Type: string (or Expression with resultType string).
azureTableRowKeyName Object
Azure Table row key name. Type: string (or Expression with resultType string).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
azureTableDefaultPartitionKeyValue any
Azure Table default partition key value. Type: string (or Expression with resultType string).
azureTableInsertType any
Azure Table insert type. Type: string (or Expression with resultType string).
azureTablePartitionKeyName any
Azure Table partition key name. Type: string (or Expression with resultType string).
azureTableRowKeyName any
Azure Table row key name. Type: string (or Expression with resultType string).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_default_partition_key_value Any
Azure Table default partition key value. Type: string (or Expression with resultType string).
azure_table_insert_type Any
Azure Table insert type. Type: string (or Expression with resultType string).
azure_table_partition_key_name Any
Azure Table partition key name. Type: string (or Expression with resultType string).
azure_table_row_key_name Any
Azure Table row key name. Type: string (or Expression with resultType string).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
azureTableDefaultPartitionKeyValue Any
Azure Table default partition key value. Type: string (or Expression with resultType string).
azureTableInsertType Any
Azure Table insert type. Type: string (or Expression with resultType string).
azureTablePartitionKeyName Any
Azure Table partition key name. Type: string (or Expression with resultType string).
azureTableRowKeyName Any
Azure Table row key name. Type: string (or Expression with resultType string).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

AzureTableSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
AzureTableSourceIgnoreTableNotFound object
Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
AzureTableSourceQuery object
Azure Table source query. Type: string (or Expression with resultType string).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
AzureTableSourceIgnoreTableNotFound interface{}
Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
AzureTableSourceQuery interface{}
Azure Table source query. Type: string (or Expression with resultType string).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
azureTableSourceIgnoreTableNotFound Object
Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
azureTableSourceQuery Object
Azure Table source query. Type: string (or Expression with resultType string).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
azureTableSourceIgnoreTableNotFound any
Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
azureTableSourceQuery any
Azure Table source query. Type: string (or Expression with resultType string).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_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_source_ignore_table_not_found Any
Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
azure_table_source_query Any
Azure Table source query. Type: string (or Expression with resultType string).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
azureTableSourceIgnoreTableNotFound Any
Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
azureTableSourceQuery Any
Azure Table source query. Type: string (or Expression with resultType string).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

BigDataPoolParametrizationReferenceResponse

ReferenceName This property is required. object
Reference big data pool name. Type: string (or Expression with resultType string).
Type This property is required. string
Big data pool reference type.
ReferenceName This property is required. interface{}
Reference big data pool name. Type: string (or Expression with resultType string).
Type This property is required. string
Big data pool reference type.
referenceName This property is required. Object
Reference big data pool name. Type: string (or Expression with resultType string).
type This property is required. String
Big data pool reference type.
referenceName This property is required. any
Reference big data pool name. Type: string (or Expression with resultType string).
type This property is required. string
Big data pool reference type.
reference_name This property is required. Any
Reference big data pool name. Type: string (or Expression with resultType string).
type This property is required. str
Big data pool reference type.
referenceName This property is required. Any
Reference big data pool name. Type: string (or Expression with resultType string).
type This property is required. String
Big data pool reference type.

BinaryReadSettingsResponse

BinarySinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobStorageWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureFileStorageWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FileServerWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.SftpWriteSettingsResponse
Binary store settings.
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Binary store settings.
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Binary store settings.
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Binary store settings.
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
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 AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Binary store settings.
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
Binary store settings.
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

BinarySourceResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings Pulumi.AzureNative.DataFactory.Inputs.BinaryReadSettingsResponse
Binary format settings.
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings Pulumi.AzureNative.DataFactory.Inputs.AmazonS3CompatibleReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AmazonS3ReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureFileStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FileServerReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FtpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.GoogleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HdfsReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HttpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.OracleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.SftpReadSettingsResponse
Binary store settings.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings BinaryReadSettingsResponse
Binary format settings.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Binary store settings.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings BinaryReadSettingsResponse
Binary format settings.
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Binary store settings.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings BinaryReadSettingsResponse
Binary format settings.
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Binary store settings.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
format_settings BinaryReadSettingsResponse
Binary format settings.
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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 AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Binary store settings.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings Property Map
Binary format settings.
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings Property Map | Property Map | 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.

BlobSinkResponse

BlobWriterAddHeader object
Blob writer add header. Type: boolean (or Expression with resultType boolean).
BlobWriterDateTimeFormat object
Blob writer date time format. Type: string (or Expression with resultType string).
BlobWriterOverwriteFiles object
Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
CopyBehavior object
The type of copy behavior for copy sink.
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
Metadata List<Pulumi.AzureNative.DataFactory.Inputs.MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
BlobWriterAddHeader interface{}
Blob writer add header. Type: boolean (or Expression with resultType boolean).
BlobWriterDateTimeFormat interface{}
Blob writer date time format. Type: string (or Expression with resultType string).
BlobWriterOverwriteFiles interface{}
Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
CopyBehavior interface{}
The type of copy behavior for copy sink.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
Metadata []MetadataItemResponse
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
blobWriterAddHeader Object
Blob writer add header. Type: boolean (or Expression with resultType boolean).
blobWriterDateTimeFormat Object
Blob writer date time format. Type: string (or Expression with resultType string).
blobWriterOverwriteFiles Object
Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
copyBehavior Object
The type of copy behavior for copy sink.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
metadata List<MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
blobWriterAddHeader any
Blob writer add header. Type: boolean (or Expression with resultType boolean).
blobWriterDateTimeFormat any
Blob writer date time format. Type: string (or Expression with resultType string).
blobWriterOverwriteFiles any
Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
copyBehavior any
The type of copy behavior for copy sink.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
metadata MetadataItemResponse[]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_add_header Any
Blob writer add header. Type: boolean (or Expression with resultType boolean).
blob_writer_date_time_format Any
Blob writer date time format. Type: string (or Expression with resultType string).
blob_writer_overwrite_files Any
Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
copy_behavior Any
The type of copy behavior for copy sink.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
metadata Sequence[MetadataItemResponse]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
blobWriterAddHeader Any
Blob writer add header. Type: boolean (or Expression with resultType boolean).
blobWriterDateTimeFormat Any
Blob writer date time format. Type: string (or Expression with resultType string).
blobWriterOverwriteFiles Any
Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
copyBehavior Any
The type of copy behavior for copy sink.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

BlobSourceResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
SkipHeaderLineCount object
Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
TreatEmptyAsNull object
Treat empty as null. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
SkipHeaderLineCount interface{}
Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
TreatEmptyAsNull interface{}
Treat empty as null. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
skipHeaderLineCount Object
Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
treatEmptyAsNull Object
Treat empty as null. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
skipHeaderLineCount any
Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
treatEmptyAsNull any
Treat empty as null. Type: boolean (or Expression with resultType boolean).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_line_count Any
Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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_as_null Any
Treat empty as null. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
skipHeaderLineCount Any
Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
treatEmptyAsNull Any
Treat empty as null. Type: boolean (or Expression with resultType boolean).

CassandraSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
ConsistencyLevel 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.
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
ConsistencyLevel 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.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
consistencyLevel 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.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
consistencyLevel 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.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
consistencyLevel 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.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

CommonDataServiceForAppsSinkResponse

WriteBehavior This property is required. string
The write behavior for the operation.
AlternateKeyName object
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
BypassBusinessLogicExecution object
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
BypassPowerAutomateFlows object
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IgnoreNullValues object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior This property is required. string
The write behavior for the operation.
AlternateKeyName interface{}
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
BypassBusinessLogicExecution interface{}
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
BypassPowerAutomateFlows interface{}
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IgnoreNullValues interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior This property is required. String
The write behavior for the operation.
alternateKeyName Object
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
bypassBusinessLogicExecution Object
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
bypassPowerAutomateFlows Object
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ignoreNullValues Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior This property is required. string
The write behavior for the operation.
alternateKeyName any
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
bypassBusinessLogicExecution any
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
bypassPowerAutomateFlows any
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ignoreNullValues any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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 This property is required. str
The write behavior for the operation.
alternate_key_name Any
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
bypass_business_logic_execution Any
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
bypass_power_automate_flows Any
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ignore_null_values Any
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_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior This property is required. String
The write behavior for the operation.
alternateKeyName Any
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
bypassBusinessLogicExecution Any
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
bypassPowerAutomateFlows Any
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ignoreNullValues Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

CommonDataServiceForAppsSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

ContinuationSettingsReferenceResponse

ContinuationTtlInMinutes object
Continuation TTL in minutes.
CustomizedCheckpointKey object
Customized checkpoint key.
IdleCondition object
Idle condition.
ContinuationTtlInMinutes interface{}
Continuation TTL in minutes.
CustomizedCheckpointKey interface{}
Customized checkpoint key.
IdleCondition interface{}
Idle condition.
continuationTtlInMinutes Object
Continuation TTL in minutes.
customizedCheckpointKey Object
Customized checkpoint key.
idleCondition Object
Idle condition.
continuationTtlInMinutes any
Continuation TTL in minutes.
customizedCheckpointKey any
Customized checkpoint key.
idleCondition any
Idle condition.
continuation_ttl_in_minutes Any
Continuation TTL in minutes.
customized_checkpoint_key Any
Customized checkpoint key.
idle_condition Any
Idle condition.
continuationTtlInMinutes Any
Continuation TTL in minutes.
customizedCheckpointKey Any
Customized checkpoint key.
idleCondition Any
Idle condition.

ControlActivityResponse

Name This property is required. string
Activity name.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Name This property is required. string
Activity name.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
name This property is required. String
Activity name.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
name This property is required. string
Activity name.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
name This property is required. str
Activity name.
depends_on Sequence[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
name This property is required. String
Activity name.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

CopyActivityLogSettingsResponse

EnableReliableLogging object
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
LogLevel object
Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
EnableReliableLogging interface{}
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
LogLevel interface{}
Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
enableReliableLogging Object
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
logLevel Object
Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
enableReliableLogging any
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
logLevel any
Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
enable_reliable_logging Any
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).
enableReliableLogging Any
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
logLevel Any
Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).

CopyActivityResponse

Name This property is required. string
Activity name.
Sink This property is required. Pulumi.AzureNative.DataFactory.Inputs.AvroSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataExplorerSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDatabricksDeltaLakeSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureMySqlSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.AzurePostgreSqlSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureQueueSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureSearchIndexSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureSqlSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureTableSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.BinarySinkResponse | Pulumi.AzureNative.DataFactory.Inputs.BlobSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.CommonDataServiceForAppsSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.CosmosDbMongoDbApiSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.CosmosDbSqlApiSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.DelimitedTextSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.DocumentDbCollectionSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.DynamicsCrmSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.DynamicsSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.FileSystemSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.IcebergSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.InformixSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.JsonSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseTableSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.MicrosoftAccessSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.MongoDbAtlasSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.MongoDbV2SinkResponse | Pulumi.AzureNative.DataFactory.Inputs.OdbcSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.OracleSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.OrcSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.ParquetSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.RestSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.SalesforceServiceCloudSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.SalesforceServiceCloudV2SinkResponse | Pulumi.AzureNative.DataFactory.Inputs.SalesforceSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.SalesforceV2SinkResponse | Pulumi.AzureNative.DataFactory.Inputs.SapCloudForCustomerSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.SnowflakeSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.SnowflakeV2SinkResponse | Pulumi.AzureNative.DataFactory.Inputs.SqlDWSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.SqlMISinkResponse | Pulumi.AzureNative.DataFactory.Inputs.SqlServerSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.SqlSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.TeradataSinkResponse | Pulumi.AzureNative.DataFactory.Inputs.WarehouseSinkResponse
Copy activity sink.
Source This property is required. Pulumi.AzureNative.DataFactory.Inputs.AmazonMWSSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AmazonRdsForOracleSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AmazonRdsForSqlServerSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AmazonRedshiftSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AvroSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataExplorerSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDatabricksDeltaLakeSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureMariaDBSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureMySqlSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzurePostgreSqlSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureSqlSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureTableSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.BinarySourceResponse | Pulumi.AzureNative.DataFactory.Inputs.BlobSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.CassandraSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.CommonDataServiceForAppsSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ConcurSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.CosmosDbMongoDbApiSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.CosmosDbSqlApiSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.CouchbaseSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.Db2SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.DelimitedTextSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.DocumentDbCollectionSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.DrillSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.DynamicsAXSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.DynamicsCrmSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.DynamicsSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.EloquaSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ExcelSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.FileSystemSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.GoogleAdWordsSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.GoogleBigQuerySourceResponse | Pulumi.AzureNative.DataFactory.Inputs.GoogleBigQueryV2SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.GreenplumSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.HBaseSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.HdfsSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.HiveSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.HttpSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.HubspotSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ImpalaSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.InformixSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.JiraSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.JsonSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseTableSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.MagentoSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.MariaDBSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.MarketoSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.MicrosoftAccessSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.MongoDbAtlasSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.MongoDbSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.MongoDbV2SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.MySqlSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.NetezzaSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ODataSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.OdbcSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.Office365SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.OracleServiceCloudSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.OracleSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.OrcSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ParquetSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.PaypalSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.PhoenixSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.PostgreSqlSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.PostgreSqlV2SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.PrestoSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.QuickBooksSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.RelationalSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ResponsysSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.RestSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SalesforceMarketingCloudSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SalesforceServiceCloudSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SalesforceServiceCloudV2SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SalesforceSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SalesforceV2SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SapBwSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SapCloudForCustomerSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SapEccSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SapHanaSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SapOdpSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SapOpenHubSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SapTableSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ServiceNowSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ServiceNowV2SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SharePointOnlineListSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ShopifySourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SnowflakeSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SnowflakeV2SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SparkSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SqlDWSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SqlMISourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SqlServerSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SqlSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SquareSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SybaseSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.TabularSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.TeradataSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.VerticaSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.WarehouseSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.WebSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.XeroSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.XmlSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ZohoSourceResponse
Copy activity source.
DataIntegrationUnits object
Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
EnableSkipIncompatibleRow object
Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
EnableStaging object
Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
Inputs List<Pulumi.AzureNative.DataFactory.Inputs.DatasetReferenceResponse>
List of inputs for the activity.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
LogSettings Pulumi.AzureNative.DataFactory.Inputs.LogSettingsResponse
Log settings customer needs provide when enabling log.
LogStorageSettings Pulumi.AzureNative.DataFactory.Inputs.LogStorageSettingsResponse
(Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Outputs List<Pulumi.AzureNative.DataFactory.Inputs.DatasetReferenceResponse>
List of outputs for the activity.
ParallelCopies 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.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
Preserve List<object>
Preserve rules.
PreserveRules List<object>
Preserve Rules.
RedirectIncompatibleRowSettings Pulumi.AzureNative.DataFactory.Inputs.RedirectIncompatibleRowSettingsResponse
Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
SkipErrorFile Pulumi.AzureNative.DataFactory.Inputs.SkipErrorFileResponse
Specify the fault tolerance for data consistency.
StagingSettings Pulumi.AzureNative.DataFactory.Inputs.StagingSettingsResponse
Specifies interim staging settings when EnableStaging is true.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
Translator object
Copy activity translator. If not specified, tabular translator is used.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
ValidateDataConsistency object
Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
Name This property is required. string
Activity name.
Sink This property is required. AvroSinkResponse | AzureBlobFSSinkResponse | AzureDataExplorerSinkResponse | AzureDataLakeStoreSinkResponse | AzureDatabricksDeltaLakeSinkResponse | AzureMySqlSinkResponse | AzurePostgreSqlSinkResponse | AzureQueueSinkResponse | AzureSearchIndexSinkResponse | AzureSqlSinkResponse | AzureTableSinkResponse | BinarySinkResponse | BlobSinkResponse | CommonDataServiceForAppsSinkResponse | CosmosDbMongoDbApiSinkResponse | CosmosDbSqlApiSinkResponse | DelimitedTextSinkResponse | DocumentDbCollectionSinkResponse | DynamicsCrmSinkResponse | DynamicsSinkResponse | FileSystemSinkResponse | IcebergSinkResponse | InformixSinkResponse | JsonSinkResponse | LakeHouseTableSinkResponse | MicrosoftAccessSinkResponse | MongoDbAtlasSinkResponse | MongoDbV2SinkResponse | OdbcSinkResponse | OracleSinkResponse | OrcSinkResponse | ParquetSinkResponse | RestSinkResponse | SalesforceServiceCloudSinkResponse | SalesforceServiceCloudV2SinkResponse | SalesforceSinkResponse | SalesforceV2SinkResponse | SapCloudForCustomerSinkResponse | SnowflakeSinkResponse | SnowflakeV2SinkResponse | SqlDWSinkResponse | SqlMISinkResponse | SqlServerSinkResponse | SqlSinkResponse | TeradataSinkResponse | WarehouseSinkResponse
Copy activity sink.
Source This property is required. AmazonMWSSourceResponse | AmazonRdsForOracleSourceResponse | AmazonRdsForSqlServerSourceResponse | AmazonRedshiftSourceResponse | AvroSourceResponse | AzureBlobFSSourceResponse | AzureDataExplorerSourceResponse | AzureDataLakeStoreSourceResponse | AzureDatabricksDeltaLakeSourceResponse | AzureMariaDBSourceResponse | AzureMySqlSourceResponse | AzurePostgreSqlSourceResponse | AzureSqlSourceResponse | AzureTableSourceResponse | BinarySourceResponse | BlobSourceResponse | CassandraSourceResponse | CommonDataServiceForAppsSourceResponse | ConcurSourceResponse | CosmosDbMongoDbApiSourceResponse | CosmosDbSqlApiSourceResponse | CouchbaseSourceResponse | Db2SourceResponse | DelimitedTextSourceResponse | DocumentDbCollectionSourceResponse | DrillSourceResponse | DynamicsAXSourceResponse | DynamicsCrmSourceResponse | DynamicsSourceResponse | EloquaSourceResponse | ExcelSourceResponse | FileSystemSourceResponse | GoogleAdWordsSourceResponse | GoogleBigQuerySourceResponse | GoogleBigQueryV2SourceResponse | GreenplumSourceResponse | HBaseSourceResponse | HdfsSourceResponse | HiveSourceResponse | HttpSourceResponse | HubspotSourceResponse | ImpalaSourceResponse | InformixSourceResponse | JiraSourceResponse | JsonSourceResponse | LakeHouseTableSourceResponse | MagentoSourceResponse | MariaDBSourceResponse | MarketoSourceResponse | MicrosoftAccessSourceResponse | MongoDbAtlasSourceResponse | MongoDbSourceResponse | MongoDbV2SourceResponse | MySqlSourceResponse | NetezzaSourceResponse | ODataSourceResponse | OdbcSourceResponse | Office365SourceResponse | OracleServiceCloudSourceResponse | OracleSourceResponse | OrcSourceResponse | ParquetSourceResponse | PaypalSourceResponse | PhoenixSourceResponse | PostgreSqlSourceResponse | PostgreSqlV2SourceResponse | PrestoSourceResponse | QuickBooksSourceResponse | RelationalSourceResponse | ResponsysSourceResponse | RestSourceResponse | SalesforceMarketingCloudSourceResponse | SalesforceServiceCloudSourceResponse | SalesforceServiceCloudV2SourceResponse | SalesforceSourceResponse | SalesforceV2SourceResponse | SapBwSourceResponse | SapCloudForCustomerSourceResponse | SapEccSourceResponse | SapHanaSourceResponse | SapOdpSourceResponse | SapOpenHubSourceResponse | SapTableSourceResponse | ServiceNowSourceResponse | ServiceNowV2SourceResponse | SharePointOnlineListSourceResponse | ShopifySourceResponse | SnowflakeSourceResponse | SnowflakeV2SourceResponse | SparkSourceResponse | SqlDWSourceResponse | SqlMISourceResponse | SqlServerSourceResponse | SqlSourceResponse | SquareSourceResponse | SybaseSourceResponse | TabularSourceResponse | TeradataSourceResponse | VerticaSourceResponse | WarehouseSourceResponse | WebSourceResponse | XeroSourceResponse | XmlSourceResponse | ZohoSourceResponse
Copy activity source.
DataIntegrationUnits interface{}
Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
EnableSkipIncompatibleRow interface{}
Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
EnableStaging interface{}
Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
Inputs []DatasetReferenceResponse
List of inputs for the activity.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
LogSettings LogSettingsResponse
Log settings customer needs provide when enabling log.
LogStorageSettings LogStorageSettingsResponse
(Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Outputs []DatasetReferenceResponse
List of outputs for the activity.
ParallelCopies 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 ActivityPolicyResponse
Activity policy.
Preserve []interface{}
Preserve rules.
PreserveRules []interface{}
Preserve Rules.
RedirectIncompatibleRowSettings RedirectIncompatibleRowSettingsResponse
Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
SkipErrorFile SkipErrorFileResponse
Specify the fault tolerance for data consistency.
StagingSettings StagingSettingsResponse
Specifies interim staging settings when EnableStaging is true.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
Translator interface{}
Copy activity translator. If not specified, tabular translator is used.
UserProperties []UserPropertyResponse
Activity user properties.
ValidateDataConsistency interface{}
Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
name This property is required. String
Activity name.
sink This property is required. AvroSinkResponse | AzureBlobFSSinkResponse | AzureDataExplorerSinkResponse | AzureDataLakeStoreSinkResponse | AzureDatabricksDeltaLakeSinkResponse | AzureMySqlSinkResponse | AzurePostgreSqlSinkResponse | AzureQueueSinkResponse | AzureSearchIndexSinkResponse | AzureSqlSinkResponse | AzureTableSinkResponse | BinarySinkResponse | BlobSinkResponse | CommonDataServiceForAppsSinkResponse | CosmosDbMongoDbApiSinkResponse | CosmosDbSqlApiSinkResponse | DelimitedTextSinkResponse | DocumentDbCollectionSinkResponse | DynamicsCrmSinkResponse | DynamicsSinkResponse | FileSystemSinkResponse | IcebergSinkResponse | InformixSinkResponse | JsonSinkResponse | LakeHouseTableSinkResponse | MicrosoftAccessSinkResponse | MongoDbAtlasSinkResponse | MongoDbV2SinkResponse | OdbcSinkResponse | OracleSinkResponse | OrcSinkResponse | ParquetSinkResponse | RestSinkResponse | SalesforceServiceCloudSinkResponse | SalesforceServiceCloudV2SinkResponse | SalesforceSinkResponse | SalesforceV2SinkResponse | SapCloudForCustomerSinkResponse | SnowflakeSinkResponse | SnowflakeV2SinkResponse | SqlDWSinkResponse | SqlMISinkResponse | SqlServerSinkResponse | SqlSinkResponse | TeradataSinkResponse | WarehouseSinkResponse
Copy activity sink.
source This property is required. AmazonMWSSourceResponse | AmazonRdsForOracleSourceResponse | AmazonRdsForSqlServerSourceResponse | AmazonRedshiftSourceResponse | AvroSourceResponse | AzureBlobFSSourceResponse | AzureDataExplorerSourceResponse | AzureDataLakeStoreSourceResponse | AzureDatabricksDeltaLakeSourceResponse | AzureMariaDBSourceResponse | AzureMySqlSourceResponse | AzurePostgreSqlSourceResponse | AzureSqlSourceResponse | AzureTableSourceResponse | BinarySourceResponse | BlobSourceResponse | CassandraSourceResponse | CommonDataServiceForAppsSourceResponse | ConcurSourceResponse | CosmosDbMongoDbApiSourceResponse | CosmosDbSqlApiSourceResponse | CouchbaseSourceResponse | Db2SourceResponse | DelimitedTextSourceResponse | DocumentDbCollectionSourceResponse | DrillSourceResponse | DynamicsAXSourceResponse | DynamicsCrmSourceResponse | DynamicsSourceResponse | EloquaSourceResponse | ExcelSourceResponse | FileSystemSourceResponse | GoogleAdWordsSourceResponse | GoogleBigQuerySourceResponse | GoogleBigQueryV2SourceResponse | GreenplumSourceResponse | HBaseSourceResponse | HdfsSourceResponse | HiveSourceResponse | HttpSourceResponse | HubspotSourceResponse | ImpalaSourceResponse | InformixSourceResponse | JiraSourceResponse | JsonSourceResponse | LakeHouseTableSourceResponse | MagentoSourceResponse | MariaDBSourceResponse | MarketoSourceResponse | MicrosoftAccessSourceResponse | MongoDbAtlasSourceResponse | MongoDbSourceResponse | MongoDbV2SourceResponse | MySqlSourceResponse | NetezzaSourceResponse | ODataSourceResponse | OdbcSourceResponse | Office365SourceResponse | OracleServiceCloudSourceResponse | OracleSourceResponse | OrcSourceResponse | ParquetSourceResponse | PaypalSourceResponse | PhoenixSourceResponse | PostgreSqlSourceResponse | PostgreSqlV2SourceResponse | PrestoSourceResponse | QuickBooksSourceResponse | RelationalSourceResponse | ResponsysSourceResponse | RestSourceResponse | SalesforceMarketingCloudSourceResponse | SalesforceServiceCloudSourceResponse | SalesforceServiceCloudV2SourceResponse | SalesforceSourceResponse | SalesforceV2SourceResponse | SapBwSourceResponse | SapCloudForCustomerSourceResponse | SapEccSourceResponse | SapHanaSourceResponse | SapOdpSourceResponse | SapOpenHubSourceResponse | SapTableSourceResponse | ServiceNowSourceResponse | ServiceNowV2SourceResponse | SharePointOnlineListSourceResponse | ShopifySourceResponse | SnowflakeSourceResponse | SnowflakeV2SourceResponse | SparkSourceResponse | SqlDWSourceResponse | SqlMISourceResponse | SqlServerSourceResponse | SqlSourceResponse | SquareSourceResponse | SybaseSourceResponse | TabularSourceResponse | TeradataSourceResponse | VerticaSourceResponse | WarehouseSourceResponse | WebSourceResponse | XeroSourceResponse | XmlSourceResponse | ZohoSourceResponse
Copy activity source.
dataIntegrationUnits Object
Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
enableSkipIncompatibleRow Object
Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
enableStaging Object
Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
inputs List<DatasetReferenceResponse>
List of inputs for the activity.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
logSettings LogSettingsResponse
Log settings customer needs provide when enabling log.
logStorageSettings LogStorageSettingsResponse
(Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
outputs List<DatasetReferenceResponse>
List of outputs for the activity.
parallelCopies 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 ActivityPolicyResponse
Activity policy.
preserve List<Object>
Preserve rules.
preserveRules List<Object>
Preserve Rules.
redirectIncompatibleRowSettings RedirectIncompatibleRowSettingsResponse
Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
skipErrorFile SkipErrorFileResponse
Specify the fault tolerance for data consistency.
stagingSettings StagingSettingsResponse
Specifies interim staging settings when EnableStaging is true.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
translator Object
Copy activity translator. If not specified, tabular translator is used.
userProperties List<UserPropertyResponse>
Activity user properties.
validateDataConsistency Object
Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
name This property is required. string
Activity name.
sink This property is required. AvroSinkResponse | AzureBlobFSSinkResponse | AzureDataExplorerSinkResponse | AzureDataLakeStoreSinkResponse | AzureDatabricksDeltaLakeSinkResponse | AzureMySqlSinkResponse | AzurePostgreSqlSinkResponse | AzureQueueSinkResponse | AzureSearchIndexSinkResponse | AzureSqlSinkResponse | AzureTableSinkResponse | BinarySinkResponse | BlobSinkResponse | CommonDataServiceForAppsSinkResponse | CosmosDbMongoDbApiSinkResponse | CosmosDbSqlApiSinkResponse | DelimitedTextSinkResponse | DocumentDbCollectionSinkResponse | DynamicsCrmSinkResponse | DynamicsSinkResponse | FileSystemSinkResponse | IcebergSinkResponse | InformixSinkResponse | JsonSinkResponse | LakeHouseTableSinkResponse | MicrosoftAccessSinkResponse | MongoDbAtlasSinkResponse | MongoDbV2SinkResponse | OdbcSinkResponse | OracleSinkResponse | OrcSinkResponse | ParquetSinkResponse | RestSinkResponse | SalesforceServiceCloudSinkResponse | SalesforceServiceCloudV2SinkResponse | SalesforceSinkResponse | SalesforceV2SinkResponse | SapCloudForCustomerSinkResponse | SnowflakeSinkResponse | SnowflakeV2SinkResponse | SqlDWSinkResponse | SqlMISinkResponse | SqlServerSinkResponse | SqlSinkResponse | TeradataSinkResponse | WarehouseSinkResponse
Copy activity sink.
source This property is required. AmazonMWSSourceResponse | AmazonRdsForOracleSourceResponse | AmazonRdsForSqlServerSourceResponse | AmazonRedshiftSourceResponse | AvroSourceResponse | AzureBlobFSSourceResponse | AzureDataExplorerSourceResponse | AzureDataLakeStoreSourceResponse | AzureDatabricksDeltaLakeSourceResponse | AzureMariaDBSourceResponse | AzureMySqlSourceResponse | AzurePostgreSqlSourceResponse | AzureSqlSourceResponse | AzureTableSourceResponse | BinarySourceResponse | BlobSourceResponse | CassandraSourceResponse | CommonDataServiceForAppsSourceResponse | ConcurSourceResponse | CosmosDbMongoDbApiSourceResponse | CosmosDbSqlApiSourceResponse | CouchbaseSourceResponse | Db2SourceResponse | DelimitedTextSourceResponse | DocumentDbCollectionSourceResponse | DrillSourceResponse | DynamicsAXSourceResponse | DynamicsCrmSourceResponse | DynamicsSourceResponse | EloquaSourceResponse | ExcelSourceResponse | FileSystemSourceResponse | GoogleAdWordsSourceResponse | GoogleBigQuerySourceResponse | GoogleBigQueryV2SourceResponse | GreenplumSourceResponse | HBaseSourceResponse | HdfsSourceResponse | HiveSourceResponse | HttpSourceResponse | HubspotSourceResponse | ImpalaSourceResponse | InformixSourceResponse | JiraSourceResponse | JsonSourceResponse | LakeHouseTableSourceResponse | MagentoSourceResponse | MariaDBSourceResponse | MarketoSourceResponse | MicrosoftAccessSourceResponse | MongoDbAtlasSourceResponse | MongoDbSourceResponse | MongoDbV2SourceResponse | MySqlSourceResponse | NetezzaSourceResponse | ODataSourceResponse | OdbcSourceResponse | Office365SourceResponse | OracleServiceCloudSourceResponse | OracleSourceResponse | OrcSourceResponse | ParquetSourceResponse | PaypalSourceResponse | PhoenixSourceResponse | PostgreSqlSourceResponse | PostgreSqlV2SourceResponse | PrestoSourceResponse | QuickBooksSourceResponse | RelationalSourceResponse | ResponsysSourceResponse | RestSourceResponse | SalesforceMarketingCloudSourceResponse | SalesforceServiceCloudSourceResponse | SalesforceServiceCloudV2SourceResponse | SalesforceSourceResponse | SalesforceV2SourceResponse | SapBwSourceResponse | SapCloudForCustomerSourceResponse | SapEccSourceResponse | SapHanaSourceResponse | SapOdpSourceResponse | SapOpenHubSourceResponse | SapTableSourceResponse | ServiceNowSourceResponse | ServiceNowV2SourceResponse | SharePointOnlineListSourceResponse | ShopifySourceResponse | SnowflakeSourceResponse | SnowflakeV2SourceResponse | SparkSourceResponse | SqlDWSourceResponse | SqlMISourceResponse | SqlServerSourceResponse | SqlSourceResponse | SquareSourceResponse | SybaseSourceResponse | TabularSourceResponse | TeradataSourceResponse | VerticaSourceResponse | WarehouseSourceResponse | WebSourceResponse | XeroSourceResponse | XmlSourceResponse | ZohoSourceResponse
Copy activity source.
dataIntegrationUnits any
Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
enableSkipIncompatibleRow any
Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
enableStaging any
Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with resultType boolean).
inputs DatasetReferenceResponse[]
List of inputs for the activity.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
logSettings LogSettingsResponse
Log settings customer needs provide when enabling log.
logStorageSettings LogStorageSettingsResponse
(Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
outputs DatasetReferenceResponse[]
List of outputs for the activity.
parallelCopies 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 ActivityPolicyResponse
Activity policy.
preserve any[]
Preserve rules.
preserveRules any[]
Preserve Rules.
redirectIncompatibleRowSettings RedirectIncompatibleRowSettingsResponse
Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
skipErrorFile SkipErrorFileResponse
Specify the fault tolerance for data consistency.
stagingSettings StagingSettingsResponse
Specifies interim staging settings when EnableStaging is true.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
translator any
Copy activity translator. If not specified, tabular translator is used.
userProperties UserPropertyResponse[]
Activity user properties.
validateDataConsistency any
Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
name This property is required. str
Activity name.
sink This property is required. AvroSinkResponse | AzureBlobFSSinkResponse | AzureDataExplorerSinkResponse | AzureDataLakeStoreSinkResponse | AzureDatabricksDeltaLakeSinkResponse | AzureMySqlSinkResponse | AzurePostgreSqlSinkResponse | AzureQueueSinkResponse | AzureSearchIndexSinkResponse | AzureSqlSinkResponse | AzureTableSinkResponse | BinarySinkResponse | BlobSinkResponse | CommonDataServiceForAppsSinkResponse | CosmosDbMongoDbApiSinkResponse | CosmosDbSqlApiSinkResponse | DelimitedTextSinkResponse | DocumentDbCollectionSinkResponse | DynamicsCrmSinkResponse | DynamicsSinkResponse | FileSystemSinkResponse | IcebergSinkResponse | InformixSinkResponse | JsonSinkResponse | LakeHouseTableSinkResponse | MicrosoftAccessSinkResponse | MongoDbAtlasSinkResponse | MongoDbV2SinkResponse | OdbcSinkResponse | OracleSinkResponse | OrcSinkResponse | ParquetSinkResponse | RestSinkResponse | SalesforceServiceCloudSinkResponse | SalesforceServiceCloudV2SinkResponse | SalesforceSinkResponse | SalesforceV2SinkResponse | SapCloudForCustomerSinkResponse | SnowflakeSinkResponse | SnowflakeV2SinkResponse | SqlDWSinkResponse | SqlMISinkResponse | SqlServerSinkResponse | SqlSinkResponse | TeradataSinkResponse | WarehouseSinkResponse
Copy activity sink.
source This property is required. AmazonMWSSourceResponse | AmazonRdsForOracleSourceResponse | AmazonRdsForSqlServerSourceResponse | AmazonRedshiftSourceResponse | AvroSourceResponse | AzureBlobFSSourceResponse | AzureDataExplorerSourceResponse | AzureDataLakeStoreSourceResponse | AzureDatabricksDeltaLakeSourceResponse | AzureMariaDBSourceResponse | AzureMySqlSourceResponse | AzurePostgreSqlSourceResponse | AzureSqlSourceResponse | AzureTableSourceResponse | BinarySourceResponse | BlobSourceResponse | CassandraSourceResponse | CommonDataServiceForAppsSourceResponse | ConcurSourceResponse | CosmosDbMongoDbApiSourceResponse | CosmosDbSqlApiSourceResponse | CouchbaseSourceResponse | Db2SourceResponse | DelimitedTextSourceResponse | DocumentDbCollectionSourceResponse | DrillSourceResponse | DynamicsAXSourceResponse | DynamicsCrmSourceResponse | DynamicsSourceResponse | EloquaSourceResponse | ExcelSourceResponse | FileSystemSourceResponse | GoogleAdWordsSourceResponse | GoogleBigQuerySourceResponse | GoogleBigQueryV2SourceResponse | GreenplumSourceResponse | HBaseSourceResponse | HdfsSourceResponse | HiveSourceResponse | HttpSourceResponse | HubspotSourceResponse | ImpalaSourceResponse | InformixSourceResponse | JiraSourceResponse | JsonSourceResponse | LakeHouseTableSourceResponse | MagentoSourceResponse | MariaDBSourceResponse | MarketoSourceResponse | MicrosoftAccessSourceResponse | MongoDbAtlasSourceResponse | MongoDbSourceResponse | MongoDbV2SourceResponse | MySqlSourceResponse | NetezzaSourceResponse | ODataSourceResponse | OdbcSourceResponse | Office365SourceResponse | OracleServiceCloudSourceResponse | OracleSourceResponse | OrcSourceResponse | ParquetSourceResponse | PaypalSourceResponse | PhoenixSourceResponse | PostgreSqlSourceResponse | PostgreSqlV2SourceResponse | PrestoSourceResponse | QuickBooksSourceResponse | RelationalSourceResponse | ResponsysSourceResponse | RestSourceResponse | SalesforceMarketingCloudSourceResponse | SalesforceServiceCloudSourceResponse | SalesforceServiceCloudV2SourceResponse | SalesforceSourceResponse | SalesforceV2SourceResponse | SapBwSourceResponse | SapCloudForCustomerSourceResponse | SapEccSourceResponse | SapHanaSourceResponse | SapOdpSourceResponse | SapOpenHubSourceResponse | SapTableSourceResponse | ServiceNowSourceResponse | ServiceNowV2SourceResponse | SharePointOnlineListSourceResponse | ShopifySourceResponse | SnowflakeSourceResponse | SnowflakeV2SourceResponse | SparkSourceResponse | SqlDWSourceResponse | SqlMISourceResponse | SqlServerSourceResponse | SqlSourceResponse | SquareSourceResponse | SybaseSourceResponse | TabularSourceResponse | TeradataSourceResponse | VerticaSourceResponse | WarehouseSourceResponse | WebSourceResponse | XeroSourceResponse | XmlSourceResponse | ZohoSourceResponse
Copy activity source.
data_integration_units Any
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[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
enable_skip_incompatible_row Any
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[DatasetReferenceResponse]
List of inputs for the activity.
linked_service_name LinkedServiceReferenceResponse
Linked service reference.
log_settings LogSettingsResponse
Log settings customer needs provide when enabling log.
log_storage_settings LogStorageSettingsResponse
(Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
outputs Sequence[DatasetReferenceResponse]
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 ActivityPolicyResponse
Activity policy.
preserve Sequence[Any]
Preserve rules.
preserve_rules Sequence[Any]
Preserve Rules.
redirect_incompatible_row_settings RedirectIncompatibleRowSettingsResponse
Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
skip_error_file SkipErrorFileResponse
Specify the fault tolerance for data consistency.
staging_settings StagingSettingsResponse
Specifies interim staging settings when EnableStaging is true.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
translator Any
Copy activity translator. If not specified, tabular translator is used.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
validate_data_consistency Any
Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
name This property is required. String
Activity name.
sink This property is required. Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | 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 This property is required. Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | 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.
dataIntegrationUnits Any
Maximum number of data integration units that can be used to perform this data movement. Type: integer (or Expression with resultType integer), minimum: 0.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
enableSkipIncompatibleRow Any
Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
enableStaging 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.
linkedServiceName Property Map
Linked service reference.
logSettings Property Map
Log settings customer needs provide when enabling log.
logStorageSettings Property Map
(Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
outputs List<Property Map>
List of outputs for the activity.
parallelCopies 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.
preserveRules List<Any>
Preserve Rules.
redirectIncompatibleRowSettings Property Map
Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
skipErrorFile Property Map
Specify the fault tolerance for data consistency.
stagingSettings Property Map
Specifies interim staging settings when EnableStaging is true.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
translator Any
Copy activity translator. If not specified, tabular translator is used.
userProperties List<Property Map>
Activity user properties.
validateDataConsistency Any
Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).

CosmosDbMongoDbApiSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior 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).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior 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).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior 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).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior 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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior 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).

CosmosDbMongoDbApiSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
BatchSize 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).
CursorMethods Pulumi.AzureNative.DataFactory.Inputs.MongoDbCursorMethodsPropertiesResponse
Cursor methods for Mongodb query.
DisableMetricsCollection object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
BatchSize 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).
CursorMethods MongoDbCursorMethodsPropertiesResponse
Cursor methods for Mongodb query.
DisableMetricsCollection interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
batchSize 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).
cursorMethods MongoDbCursorMethodsPropertiesResponse
Cursor methods for Mongodb query.
disableMetricsCollection Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
batchSize 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).
cursorMethods MongoDbCursorMethodsPropertiesResponse
Cursor methods for Mongodb query.
disableMetricsCollection any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_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 MongoDbCursorMethodsPropertiesResponse
Cursor methods for Mongodb query.
disable_metrics_collection Any
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_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
batchSize 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).
cursorMethods Property Map
Cursor methods for Mongodb query.
disableMetricsCollection Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

CosmosDbSqlApiSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior object
Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior interface{}
Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior Object
Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior any
Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior Any
Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.

CosmosDbSqlApiSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DetectDatetime object
Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PageSize object
Page size of the result. Type: integer (or Expression with resultType integer).
PreferredRegions 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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DetectDatetime interface{}
Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PageSize interface{}
Page size of the result. Type: integer (or Expression with resultType integer).
PreferredRegions 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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
detectDatetime Object
Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
pageSize Object
Page size of the result. Type: integer (or Expression with resultType integer).
preferredRegions 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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
detectDatetime any
Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
pageSize any
Page size of the result. Type: integer (or Expression with resultType integer).
preferredRegions 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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
detectDatetime Any
Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
pageSize Any
Page size of the result. Type: integer (or Expression with resultType integer).
preferredRegions 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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

CredentialReferenceResponse

ReferenceName This property is required. string
Reference credential name.
Type This property is required. string
Credential reference type.
ReferenceName This property is required. string
Reference credential name.
Type This property is required. string
Credential reference type.
referenceName This property is required. String
Reference credential name.
type This property is required. String
Credential reference type.
referenceName This property is required. string
Reference credential name.
type This property is required. string
Credential reference type.
reference_name This property is required. str
Reference credential name.
type This property is required. str
Credential reference type.
referenceName This property is required. String
Reference credential name.
type This property is required. String
Credential reference type.

CustomActivityReferenceObjectResponse

datasets List<Property Map>
Dataset references.
linkedServices List<Property Map>
Linked service references.

CustomActivityResponse

Command This property is required. object
Command for custom activity Type: string (or Expression with resultType string).
Name This property is required. string
Activity name.
AutoUserSpecification object
Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
ExtendedProperties 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.
FolderPath object
Folder path for resource files Type: string (or Expression with resultType string).
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
ReferenceObjects Pulumi.AzureNative.DataFactory.Inputs.CustomActivityReferenceObjectResponse
Reference objects
ResourceLinkedService Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Resource linked service reference.
RetentionTimeInDays object
The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Command This property is required. interface{}
Command for custom activity Type: string (or Expression with resultType string).
Name This property is required. string
Activity name.
AutoUserSpecification interface{}
Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
ExtendedProperties 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.
FolderPath interface{}
Folder path for resource files Type: string (or Expression with resultType string).
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
ReferenceObjects CustomActivityReferenceObjectResponse
Reference objects
ResourceLinkedService LinkedServiceReferenceResponse
Resource linked service reference.
RetentionTimeInDays interface{}
The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
command This property is required. Object
Command for custom activity Type: string (or Expression with resultType string).
name This property is required. String
Activity name.
autoUserSpecification Object
Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
extendedProperties 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.
folderPath Object
Folder path for resource files Type: string (or Expression with resultType string).
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
referenceObjects CustomActivityReferenceObjectResponse
Reference objects
resourceLinkedService LinkedServiceReferenceResponse
Resource linked service reference.
retentionTimeInDays Object
The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
command This property is required. any
Command for custom activity Type: string (or Expression with resultType string).
name This property is required. string
Activity name.
autoUserSpecification any
Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
extendedProperties {[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.
folderPath any
Folder path for resource files Type: string (or Expression with resultType string).
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
referenceObjects CustomActivityReferenceObjectResponse
Reference objects
resourceLinkedService LinkedServiceReferenceResponse
Resource linked service reference.
retentionTimeInDays any
The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
command This property is required. Any
Command for custom activity Type: string (or Expression with resultType string).
name This property is required. str
Activity name.
auto_user_specification Any
Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
depends_on Sequence[ActivityDependencyResponse]
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_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
reference_objects CustomActivityReferenceObjectResponse
Reference objects
resource_linked_service LinkedServiceReferenceResponse
Resource linked service reference.
retention_time_in_days Any
The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
command This property is required. Any
Command for custom activity Type: string (or Expression with resultType string).
name This property is required. String
Activity name.
autoUserSpecification Any
Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double).
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
extendedProperties 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.
folderPath Any
Folder path for resource files Type: string (or Expression with resultType string).
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
referenceObjects Property Map
Reference objects
resourceLinkedService Property Map
Resource linked service reference.
retentionTimeInDays Any
The retention time for the files submitted for custom activity. Type: double (or Expression with resultType double).
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

DWCopyCommandDefaultValueResponse

ColumnName object
Column name. Type: object (or Expression with resultType string).
DefaultValue object
The default value of the column. Type: object (or Expression with resultType string).
ColumnName interface{}
Column name. Type: object (or Expression with resultType string).
DefaultValue interface{}
The default value of the column. Type: object (or Expression with resultType string).
columnName Object
Column name. Type: object (or Expression with resultType string).
defaultValue Object
The default value of the column. Type: object (or Expression with resultType string).
columnName any
Column name. Type: object (or Expression with resultType string).
defaultValue 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).
columnName Any
Column name. Type: object (or Expression with resultType string).
defaultValue Any
The default value of the column. Type: object (or Expression with resultType string).

DWCopyCommandSettingsResponse

AdditionalOptions 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'" }
DefaultValues List<Pulumi.AzureNative.DataFactory.Inputs.DWCopyCommandDefaultValueResponse>
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).
AdditionalOptions 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'" }
DefaultValues []DWCopyCommandDefaultValueResponse
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).
additionalOptions 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'" }
defaultValues List<DWCopyCommandDefaultValueResponse>
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).
additionalOptions {[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'" }
defaultValues DWCopyCommandDefaultValueResponse[]
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[DWCopyCommandDefaultValueResponse]
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).
additionalOptions 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'" }
defaultValues 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).

DataFlowReferenceResponse

ReferenceName This property is required. string
Reference data flow name.
Type This property is required. string
Data flow reference type.
DatasetParameters object
Reference data flow parameters from dataset.
Parameters Dictionary<string, object>
Data flow parameters
ReferenceName This property is required. string
Reference data flow name.
Type This property is required. string
Data flow reference type.
DatasetParameters interface{}
Reference data flow parameters from dataset.
Parameters map[string]interface{}
Data flow parameters
referenceName This property is required. String
Reference data flow name.
type This property is required. String
Data flow reference type.
datasetParameters Object
Reference data flow parameters from dataset.
parameters Map<String,Object>
Data flow parameters
referenceName This property is required. string
Reference data flow name.
type This property is required. string
Data flow reference type.
datasetParameters any
Reference data flow parameters from dataset.
parameters {[key: string]: any}
Data flow parameters
reference_name This property is required. str
Reference data flow name.
type This property is required. str
Data flow reference type.
dataset_parameters Any
Reference data flow parameters from dataset.
parameters Mapping[str, Any]
Data flow parameters
referenceName This property is required. String
Reference data flow name.
type This property is required. String
Data flow reference type.
datasetParameters Any
Reference data flow parameters from dataset.
parameters Map<Any>
Data flow parameters

DataFlowStagingInfoResponse

FolderPath object
Folder path for staging blob. Type: string (or Expression with resultType string)
LinkedService Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Staging linked service reference.
FolderPath interface{}
Folder path for staging blob. Type: string (or Expression with resultType string)
LinkedService LinkedServiceReferenceResponse
Staging linked service reference.
folderPath Object
Folder path for staging blob. Type: string (or Expression with resultType string)
linkedService LinkedServiceReferenceResponse
Staging linked service reference.
folderPath any
Folder path for staging blob. Type: string (or Expression with resultType string)
linkedService LinkedServiceReferenceResponse
Staging linked service reference.
folder_path Any
Folder path for staging blob. Type: string (or Expression with resultType string)
linked_service LinkedServiceReferenceResponse
Staging linked service reference.
folderPath Any
Folder path for staging blob. Type: string (or Expression with resultType string)
linkedService Property Map
Staging linked service reference.

DataLakeAnalyticsUSQLActivityResponse

Name This property is required. string
Activity name.
ScriptLinkedService This property is required. Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Script linked service reference.
ScriptPath This property is required. object
Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
CompilationMode object
Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
DegreeOfParallelism object
The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Parameters Dictionary<string, object>
Parameters for U-SQL job request.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
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.
RuntimeVersion object
Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Name This property is required. string
Activity name.
ScriptLinkedService This property is required. LinkedServiceReferenceResponse
Script linked service reference.
ScriptPath This property is required. interface{}
Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
CompilationMode interface{}
Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
DegreeOfParallelism interface{}
The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Parameters map[string]interface{}
Parameters for U-SQL job request.
Policy ActivityPolicyResponse
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.
RuntimeVersion interface{}
Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
name This property is required. String
Activity name.
scriptLinkedService This property is required. LinkedServiceReferenceResponse
Script linked service reference.
scriptPath This property is required. Object
Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
compilationMode Object
Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
degreeOfParallelism Object
The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters Map<String,Object>
Parameters for U-SQL job request.
policy ActivityPolicyResponse
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.
runtimeVersion Object
Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
name This property is required. string
Activity name.
scriptLinkedService This property is required. LinkedServiceReferenceResponse
Script linked service reference.
scriptPath This property is required. any
Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
compilationMode any
Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
degreeOfParallelism any
The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters {[key: string]: any}
Parameters for U-SQL job request.
policy ActivityPolicyResponse
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.
runtimeVersion any
Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
name This property is required. str
Activity name.
script_linked_service This property is required. LinkedServiceReferenceResponse
Script linked service reference.
script_path This property is required. 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_parallelism Any
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[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
linked_service_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters Mapping[str, Any]
Parameters for U-SQL job request.
policy ActivityPolicyResponse
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).
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
name This property is required. String
Activity name.
scriptLinkedService This property is required. Property Map
Script linked service reference.
scriptPath This property is required. Any
Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
compilationMode Any
Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
degreeOfParallelism Any
The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
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.
runtimeVersion Any
Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

DatabricksNotebookActivityResponse

Name This property is required. string
Activity name.
NotebookPath This property is required. 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).
BaseParameters 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.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
Libraries List<ImmutableDictionary<string, object>>
A list of libraries to be installed on the cluster that will execute the job.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Name This property is required. string
Activity name.
NotebookPath This property is required. 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).
BaseParameters 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.
DependsOn []ActivityDependencyResponse
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.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
name This property is required. String
Activity name.
notebookPath This property is required. 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).
baseParameters 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.
dependsOn List<ActivityDependencyResponse>
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.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
name This property is required. string
Activity name.
notebookPath This property is required. 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).
baseParameters {[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.
dependsOn ActivityDependencyResponse[]
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.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
name This property is required. str
Activity name.
notebook_path This property is required. 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[ActivityDependencyResponse]
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_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
name This property is required. String
Activity name.
notebookPath This property is required. 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).
baseParameters 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.
dependsOn 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.
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

DatabricksSparkJarActivityResponse

MainClassName This property is required. object
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 This property is required. string
Activity name.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
Libraries List<ImmutableDictionary<string, object>>
A list of libraries to be installed on the cluster that will execute the job.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Parameters List<object>
Parameters that will be passed to the main method.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
MainClassName This property is required. interface{}
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 This property is required. string
Activity name.
DependsOn []ActivityDependencyResponse
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.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Parameters []interface{}
Parameters that will be passed to the main method.
Policy ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
mainClassName This property is required. Object
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 This property is required. String
Activity name.
dependsOn List<ActivityDependencyResponse>
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.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters List<Object>
Parameters that will be passed to the main method.
policy ActivityPolicyResponse
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
mainClassName This property is required. any
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 This property is required. string
Activity name.
dependsOn ActivityDependencyResponse[]
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.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters any[]
Parameters that will be passed to the main method.
policy ActivityPolicyResponse
Activity policy.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
main_class_name This property is required. Any
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 This property is required. str
Activity name.
depends_on Sequence[ActivityDependencyResponse]
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_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters Sequence[Any]
Parameters that will be passed to the main method.
policy ActivityPolicyResponse
Activity policy.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
mainClassName This property is required. Any
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 This property is required. String
Activity name.
dependsOn 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.
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters List<Any>
Parameters that will be passed to the main method.
policy Property Map
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

DatabricksSparkPythonActivityResponse

Name This property is required. string
Activity name.
PythonFile This property is required. object
The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
Libraries List<ImmutableDictionary<string, object>>
A list of libraries to be installed on the cluster that will execute the job.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Parameters List<object>
Command line parameters that will be passed to the Python file.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Name This property is required. string
Activity name.
PythonFile This property is required. interface{}
The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
DependsOn []ActivityDependencyResponse
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.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Parameters []interface{}
Command line parameters that will be passed to the Python file.
Policy ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
name This property is required. String
Activity name.
pythonFile This property is required. Object
The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
dependsOn List<ActivityDependencyResponse>
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.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters List<Object>
Command line parameters that will be passed to the Python file.
policy ActivityPolicyResponse
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
name This property is required. string
Activity name.
pythonFile This property is required. any
The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
dependsOn ActivityDependencyResponse[]
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.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters any[]
Command line parameters that will be passed to the Python file.
policy ActivityPolicyResponse
Activity policy.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
name This property is required. str
Activity name.
python_file This property is required. Any
The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
depends_on Sequence[ActivityDependencyResponse]
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_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters Sequence[Any]
Command line parameters that will be passed to the Python file.
policy ActivityPolicyResponse
Activity policy.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
name This property is required. String
Activity name.
pythonFile This property is required. Any
The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
dependsOn 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.
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters List<Any>
Command line parameters that will be passed to the Python file.
policy Property Map
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

DatasetReferenceResponse

ReferenceName This property is required. string
Reference dataset name.
Type This property is required. string
Dataset reference type.
Parameters Dictionary<string, object>
Arguments for dataset.
ReferenceName This property is required. string
Reference dataset name.
Type This property is required. string
Dataset reference type.
Parameters map[string]interface{}
Arguments for dataset.
referenceName This property is required. String
Reference dataset name.
type This property is required. String
Dataset reference type.
parameters Map<String,Object>
Arguments for dataset.
referenceName This property is required. string
Reference dataset name.
type This property is required. string
Dataset reference type.
parameters {[key: string]: any}
Arguments for dataset.
reference_name This property is required. str
Reference dataset name.
type This property is required. str
Dataset reference type.
parameters Mapping[str, Any]
Arguments for dataset.
referenceName This property is required. String
Reference dataset name.
type This property is required. String
Dataset reference type.
parameters Map<Any>
Arguments for dataset.

Db2SourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

DeleteActivityResponse

Dataset This property is required. Pulumi.AzureNative.DataFactory.Inputs.DatasetReferenceResponse
Delete activity dataset reference.
Name This property is required. string
Activity name.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
EnableLogging object
Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
LogStorageSettings Pulumi.AzureNative.DataFactory.Inputs.LogStorageSettingsResponse
Log storage settings customer need to provide when enableLogging is true.
MaxConcurrentConnections int
The max concurrent connections to connect data source at the same time.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
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).
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
StoreSettings Pulumi.AzureNative.DataFactory.Inputs.AmazonS3CompatibleReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AmazonS3ReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureFileStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FileServerReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FtpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.GoogleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HdfsReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HttpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.OracleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.SftpReadSettingsResponse
Delete activity store settings.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Dataset This property is required. DatasetReferenceResponse
Delete activity dataset reference.
Name This property is required. string
Activity name.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
EnableLogging interface{}
Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
LogStorageSettings LogStorageSettingsResponse
Log storage settings customer need to provide when enableLogging is true.
MaxConcurrentConnections int
The max concurrent connections to connect data source at the same time.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
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).
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
StoreSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Delete activity store settings.
UserProperties []UserPropertyResponse
Activity user properties.
dataset This property is required. DatasetReferenceResponse
Delete activity dataset reference.
name This property is required. String
Activity name.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
enableLogging Object
Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
logStorageSettings LogStorageSettingsResponse
Log storage settings customer need to provide when enableLogging is true.
maxConcurrentConnections Integer
The max concurrent connections to connect data source at the same time.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
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).
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Delete activity store settings.
userProperties List<UserPropertyResponse>
Activity user properties.
dataset This property is required. DatasetReferenceResponse
Delete activity dataset reference.
name This property is required. string
Activity name.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
enableLogging any
Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
logStorageSettings LogStorageSettingsResponse
Log storage settings customer need to provide when enableLogging is true.
maxConcurrentConnections number
The max concurrent connections to connect data source at the same time.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
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).
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Delete activity store settings.
userProperties UserPropertyResponse[]
Activity user properties.
dataset This property is required. DatasetReferenceResponse
Delete activity dataset reference.
name This property is required. str
Activity name.
depends_on Sequence[ActivityDependencyResponse]
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_name LinkedServiceReferenceResponse
Linked service reference.
log_storage_settings LogStorageSettingsResponse
Log storage settings customer need to provide when enableLogging is true.
max_concurrent_connections int
The max concurrent connections to connect data source at the same time.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
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).
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
store_settings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Delete activity store settings.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
dataset This property is required. Property Map
Delete activity dataset reference.
name This property is required. String
Activity name.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
enableLogging Any
Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or Expression with resultType boolean).
linkedServiceName Property Map
Linked service reference.
logStorageSettings Property Map
Log storage settings customer need to provide when enableLogging is true.
maxConcurrentConnections Number
The max concurrent connections to connect data source at the same time.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
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).
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
storeSettings Property Map | Property Map | 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.
userProperties List<Property Map>
Activity user properties.

DelimitedTextReadSettingsResponse

CompressionProperties Pulumi.AzureNative.DataFactory.Inputs.TarGZipReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.TarReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.ZipDeflateReadSettingsResponse
Compression settings.
SkipLineCount object
Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
CompressionProperties TarGZipReadSettingsResponse | TarReadSettingsResponse | ZipDeflateReadSettingsResponse
Compression settings.
SkipLineCount interface{}
Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
compressionProperties TarGZipReadSettingsResponse | TarReadSettingsResponse | ZipDeflateReadSettingsResponse
Compression settings.
skipLineCount Object
Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
compressionProperties TarGZipReadSettingsResponse | TarReadSettingsResponse | ZipDeflateReadSettingsResponse
Compression settings.
skipLineCount any
Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
compression_properties TarGZipReadSettingsResponse | TarReadSettingsResponse | ZipDeflateReadSettingsResponse
Compression settings.
skip_line_count Any
Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
compressionProperties Property Map | Property Map | Property Map
Compression settings.
skipLineCount Any
Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).

DelimitedTextSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings Pulumi.AzureNative.DataFactory.Inputs.DelimitedTextWriteSettingsResponse
DelimitedText format settings.
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobStorageWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureFileStorageWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FileServerWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.SftpWriteSettingsResponse
DelimitedText store settings.
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings DelimitedTextWriteSettingsResponse
DelimitedText format settings.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
DelimitedText store settings.
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings DelimitedTextWriteSettingsResponse
DelimitedText format settings.
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
DelimitedText store settings.
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings DelimitedTextWriteSettingsResponse
DelimitedText format settings.
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
DelimitedText store settings.
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
format_settings DelimitedTextWriteSettingsResponse
DelimitedText format settings.
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
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 AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
DelimitedText store settings.
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings Property Map
DelimitedText format settings.
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
DelimitedText store settings.
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

DelimitedTextSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings Pulumi.AzureNative.DataFactory.Inputs.DelimitedTextReadSettingsResponse
DelimitedText format settings.
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings Pulumi.AzureNative.DataFactory.Inputs.AmazonS3CompatibleReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AmazonS3ReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureFileStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FileServerReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FtpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.GoogleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HdfsReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HttpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.OracleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.SftpReadSettingsResponse
DelimitedText store settings.
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings DelimitedTextReadSettingsResponse
DelimitedText format settings.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
DelimitedText store settings.
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings DelimitedTextReadSettingsResponse
DelimitedText format settings.
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
DelimitedText store settings.
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings DelimitedTextReadSettingsResponse
DelimitedText format settings.
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
format_settings DelimitedTextReadSettingsResponse
DelimitedText format settings.
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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 AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
DelimitedText store settings.
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings Property Map
DelimitedText format settings.
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings Property Map | Property Map | 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.

DelimitedTextWriteSettingsResponse

FileExtension This property is required. object
The file extension used to create the files. Type: string (or Expression with resultType string).
FileNamePrefix object
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
MaxRowsPerFile object
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
QuoteAllText object
Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
FileExtension This property is required. interface{}
The file extension used to create the files. Type: string (or Expression with resultType string).
FileNamePrefix interface{}
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
MaxRowsPerFile interface{}
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
QuoteAllText interface{}
Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
fileExtension This property is required. Object
The file extension used to create the files. Type: string (or Expression with resultType string).
fileNamePrefix Object
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
maxRowsPerFile Object
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
quoteAllText Object
Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
fileExtension This property is required. any
The file extension used to create the files. Type: string (or Expression with resultType string).
fileNamePrefix any
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
maxRowsPerFile any
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
quoteAllText any
Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
file_extension This property is required. Any
The file extension used to create the files. Type: string (or Expression with resultType string).
file_name_prefix Any
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
max_rows_per_file Any
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_text Any
Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
fileExtension This property is required. Any
The file extension used to create the files. Type: string (or Expression with resultType string).
fileNamePrefix Any
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
maxRowsPerFile Any
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
quoteAllText Any
Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).

DistcpSettingsResponse

ResourceManagerEndpoint This property is required. object
Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
TempScriptPath This property is required. object
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).
DistcpOptions object
Specifies the Distcp options. Type: string (or Expression with resultType string).
ResourceManagerEndpoint This property is required. interface{}
Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
TempScriptPath This property is required. interface{}
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).
DistcpOptions interface{}
Specifies the Distcp options. Type: string (or Expression with resultType string).
resourceManagerEndpoint This property is required. Object
Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
tempScriptPath This property is required. Object
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).
distcpOptions Object
Specifies the Distcp options. Type: string (or Expression with resultType string).
resourceManagerEndpoint This property is required. any
Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
tempScriptPath This property is required. any
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).
distcpOptions any
Specifies the Distcp options. Type: string (or Expression with resultType string).
resource_manager_endpoint This property is required. Any
Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
temp_script_path This property is required. Any
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).
resourceManagerEndpoint This property is required. Any
Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
tempScriptPath This property is required. Any
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).
distcpOptions Any
Specifies the Distcp options. Type: string (or Expression with resultType string).

DocumentDbCollectionSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
NestingSeparator object
Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior object
Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
NestingSeparator interface{}
Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior interface{}
Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
nestingSeparator Object
Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior Object
Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
nestingSeparator any
Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior any
Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
nestingSeparator Any
Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior Any
Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.

DocumentDbCollectionSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
NestingSeparator object
Nested properties separator. Type: string (or Expression with resultType string).
Query object
Documents query. Type: string (or Expression with resultType string).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
NestingSeparator interface{}
Nested properties separator. Type: string (or Expression with resultType string).
Query interface{}
Documents query. Type: string (or Expression with resultType string).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
nestingSeparator Object
Nested properties separator. Type: string (or Expression with resultType string).
query Object
Documents query. Type: string (or Expression with resultType string).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
nestingSeparator any
Nested properties separator. Type: string (or Expression with resultType string).
query any
Documents query. Type: string (or Expression with resultType string).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
nestingSeparator Any
Nested properties separator. Type: string (or Expression with resultType string).
query Any
Documents query. Type: string (or Expression with resultType string).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpRequestTimeout object
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])).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpRequestTimeout interface{}
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])).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout Object
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])).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout any
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])).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
http_request_timeout Any
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_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout Any
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])).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

DynamicsCrmSinkResponse

WriteBehavior This property is required. string
The write behavior for the operation.
AlternateKeyName object
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
BypassBusinessLogicExecution object
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
BypassPowerAutomateFlows object
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IgnoreNullValues object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior This property is required. string
The write behavior for the operation.
AlternateKeyName interface{}
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
BypassBusinessLogicExecution interface{}
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
BypassPowerAutomateFlows interface{}
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IgnoreNullValues interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior This property is required. String
The write behavior for the operation.
alternateKeyName Object
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
bypassBusinessLogicExecution Object
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
bypassPowerAutomateFlows Object
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ignoreNullValues Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior This property is required. string
The write behavior for the operation.
alternateKeyName any
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
bypassBusinessLogicExecution any
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
bypassPowerAutomateFlows any
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ignoreNullValues any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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 This property is required. str
The write behavior for the operation.
alternate_key_name Any
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
bypass_business_logic_execution Any
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
bypass_power_automate_flows Any
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ignore_null_values Any
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_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior This property is required. String
The write behavior for the operation.
alternateKeyName Any
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
bypassBusinessLogicExecution Any
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
bypassPowerAutomateFlows Any
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ignoreNullValues Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

DynamicsCrmSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

DynamicsSinkResponse

WriteBehavior This property is required. string
The write behavior for the operation.
AlternateKeyName object
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
BypassBusinessLogicExecution object
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
BypassPowerAutomateFlows object
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IgnoreNullValues object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior This property is required. string
The write behavior for the operation.
AlternateKeyName interface{}
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
BypassBusinessLogicExecution interface{}
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
BypassPowerAutomateFlows interface{}
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IgnoreNullValues interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior This property is required. String
The write behavior for the operation.
alternateKeyName Object
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
bypassBusinessLogicExecution Object
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
bypassPowerAutomateFlows Object
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ignoreNullValues Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior This property is required. string
The write behavior for the operation.
alternateKeyName any
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
bypassBusinessLogicExecution any
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
bypassPowerAutomateFlows any
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ignoreNullValues any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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 This property is required. str
The write behavior for the operation.
alternate_key_name Any
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
bypass_business_logic_execution Any
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
bypass_power_automate_flows Any
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ignore_null_values Any
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_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior This property is required. String
The write behavior for the operation.
alternateKeyName Any
The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).
bypassBusinessLogicExecution Any
Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).
bypassPowerAutomateFlows Any
Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ignoreNullValues Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

DynamicsSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

ExcelSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings Pulumi.AzureNative.DataFactory.Inputs.AmazonS3CompatibleReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AmazonS3ReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureFileStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FileServerReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FtpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.GoogleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HdfsReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HttpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.OracleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.SftpReadSettingsResponse
Excel store settings.
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Excel store settings.
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Excel store settings.
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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 AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Excel store settings.
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings Property Map | Property Map | 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.

ExecuteDataFlowActivityResponse

DataFlow This property is required. Pulumi.AzureNative.DataFactory.Inputs.DataFlowReferenceResponse
Data flow reference.
Name This property is required. string
Activity name.
Compute Pulumi.AzureNative.DataFactory.Inputs.ExecuteDataFlowActivityTypePropertiesResponseCompute
Compute properties for data flow activity.
ContinuationSettings Pulumi.AzureNative.DataFactory.Inputs.ContinuationSettingsReferenceResponse
Continuation settings for execute data flow activity.
ContinueOnError object
Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
IntegrationRuntime Pulumi.AzureNative.DataFactory.Inputs.IntegrationRuntimeReferenceResponse
The integration runtime reference.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
RunConcurrently 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)
SourceStagingConcurrency object
Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
Staging Pulumi.AzureNative.DataFactory.Inputs.DataFlowStagingInfoResponse
Staging info for execute data flow activity.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
TraceLevel object
Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
DataFlow This property is required. DataFlowReferenceResponse
Data flow reference.
Name This property is required. string
Activity name.
Compute ExecuteDataFlowActivityTypePropertiesResponseCompute
Compute properties for data flow activity.
ContinuationSettings ContinuationSettingsReferenceResponse
Continuation settings for execute data flow activity.
ContinueOnError interface{}
Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
IntegrationRuntime IntegrationRuntimeReferenceResponse
The integration runtime reference.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
RunConcurrently 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)
SourceStagingConcurrency interface{}
Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
Staging DataFlowStagingInfoResponse
Staging info for execute data flow activity.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
TraceLevel interface{}
Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
UserProperties []UserPropertyResponse
Activity user properties.
dataFlow This property is required. DataFlowReferenceResponse
Data flow reference.
name This property is required. String
Activity name.
compute ExecuteDataFlowActivityTypePropertiesResponseCompute
Compute properties for data flow activity.
continuationSettings ContinuationSettingsReferenceResponse
Continuation settings for execute data flow activity.
continueOnError Object
Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
integrationRuntime IntegrationRuntimeReferenceResponse
The integration runtime reference.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
runConcurrently 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)
sourceStagingConcurrency Object
Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
staging DataFlowStagingInfoResponse
Staging info for execute data flow activity.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
traceLevel Object
Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
userProperties List<UserPropertyResponse>
Activity user properties.
dataFlow This property is required. DataFlowReferenceResponse
Data flow reference.
name This property is required. string
Activity name.
compute ExecuteDataFlowActivityTypePropertiesResponseCompute
Compute properties for data flow activity.
continuationSettings ContinuationSettingsReferenceResponse
Continuation settings for execute data flow activity.
continueOnError any
Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
integrationRuntime IntegrationRuntimeReferenceResponse
The integration runtime reference.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
runConcurrently 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)
sourceStagingConcurrency any
Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
staging DataFlowStagingInfoResponse
Staging info for execute data flow activity.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
traceLevel any
Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
userProperties UserPropertyResponse[]
Activity user properties.
data_flow This property is required. DataFlowReferenceResponse
Data flow reference.
name This property is required. str
Activity name.
compute ExecuteDataFlowActivityTypePropertiesResponseCompute
Compute properties for data flow activity.
continuation_settings ContinuationSettingsReferenceResponse
Continuation settings for execute data flow activity.
continue_on_error Any
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[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
integration_runtime IntegrationRuntimeReferenceResponse
The integration runtime reference.
linked_service_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
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_concurrency Any
Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
staging DataFlowStagingInfoResponse
Staging info for execute data flow activity.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
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[UserPropertyResponse]
Activity user properties.
dataFlow This property is required. Property Map
Data flow reference.
name This property is required. String
Activity name.
compute Property Map
Compute properties for data flow activity.
continuationSettings Property Map
Continuation settings for execute data flow activity.
continueOnError Any
Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
integrationRuntime Property Map
The integration runtime reference.
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
runConcurrently 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)
sourceStagingConcurrency Any
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.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
traceLevel Any
Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
userProperties List<Property Map>
Activity user properties.

ExecuteDataFlowActivityTypePropertiesResponseCompute

ComputeType 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)
CoreCount 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)
ComputeType 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)
CoreCount 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)
computeType 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)
coreCount 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)
computeType 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)
coreCount 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)
computeType 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)
coreCount 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)

ExecutePipelineActivityPolicyResponse

SecureInput bool
When set to true, Input from activity is considered as secure and will not be logged to monitoring.
SecureInput bool
When set to true, Input from activity is considered as secure and will not be logged to monitoring.
secureInput Boolean
When set to true, Input from activity is considered as secure and will not be logged to monitoring.
secureInput 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.
secureInput Boolean
When set to true, Input from activity is considered as secure and will not be logged to monitoring.

ExecutePipelineActivityResponse

Name This property is required. string
Activity name.
Pipeline This property is required. Pulumi.AzureNative.DataFactory.Inputs.PipelineReferenceResponse
Pipeline reference.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Parameters Dictionary<string, object>
Pipeline parameters.
Policy Pulumi.AzureNative.DataFactory.Inputs.ExecutePipelineActivityPolicyResponse
Execute pipeline activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
WaitOnCompletion bool
Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
Name This property is required. string
Activity name.
Pipeline This property is required. PipelineReferenceResponse
Pipeline reference.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Parameters map[string]interface{}
Pipeline parameters.
Policy ExecutePipelineActivityPolicyResponse
Execute pipeline activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
WaitOnCompletion bool
Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
name This property is required. String
Activity name.
pipeline This property is required. PipelineReferenceResponse
Pipeline reference.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters Map<String,Object>
Pipeline parameters.
policy ExecutePipelineActivityPolicyResponse
Execute pipeline activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
waitOnCompletion Boolean
Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
name This property is required. string
Activity name.
pipeline This property is required. PipelineReferenceResponse
Pipeline reference.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters {[key: string]: any}
Pipeline parameters.
policy ExecutePipelineActivityPolicyResponse
Execute pipeline activity policy.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
waitOnCompletion boolean
Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
name This property is required. str
Activity name.
pipeline This property is required. PipelineReferenceResponse
Pipeline reference.
depends_on Sequence[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters Mapping[str, Any]
Pipeline parameters.
policy ExecutePipelineActivityPolicyResponse
Execute pipeline activity policy.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
wait_on_completion bool
Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
name This property is required. String
Activity name.
pipeline This property is required. Property Map
Pipeline reference.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters Map<Any>
Pipeline parameters.
policy Property Map
Execute pipeline activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.
waitOnCompletion Boolean
Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.

ExecuteSSISPackageActivityResponse

ConnectVia This property is required. Pulumi.AzureNative.DataFactory.Inputs.IntegrationRuntimeReferenceResponse
The integration runtime reference.
Name This property is required. string
Activity name.
PackageLocation This property is required. Pulumi.AzureNative.DataFactory.Inputs.SSISPackageLocationResponse
SSIS package location.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
EnvironmentPath object
The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
ExecutionCredential Pulumi.AzureNative.DataFactory.Inputs.SSISExecutionCredentialResponse
The package execution credential.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
LogLocation Pulumi.AzureNative.DataFactory.Inputs.SSISLogLocationResponse
SSIS package execution log location.
LoggingLevel object
The logging level of SSIS package execution. Type: string (or Expression with resultType string).
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
PackageConnectionManagers Dictionary<string, ImmutableDictionary<string, Pulumi.AzureNative.DataFactory.Inputs.SSISExecutionParameterResponse>>
The package level connection managers to execute the SSIS package.
PackageParameters Dictionary<string, Pulumi.AzureNative.DataFactory.Inputs.SSISExecutionParameterResponse>
The package level parameters to execute the SSIS package.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
ProjectConnectionManagers Dictionary<string, ImmutableDictionary<string, Pulumi.AzureNative.DataFactory.Inputs.SSISExecutionParameterResponse>>
The project level connection managers to execute the SSIS package.
ProjectParameters Dictionary<string, Pulumi.AzureNative.DataFactory.Inputs.SSISExecutionParameterResponse>
The project level parameters to execute the SSIS package.
PropertyOverrides Dictionary<string, Pulumi.AzureNative.DataFactory.Inputs.SSISPropertyOverrideResponse>
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).
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
ConnectVia This property is required. IntegrationRuntimeReferenceResponse
The integration runtime reference.
Name This property is required. string
Activity name.
PackageLocation This property is required. SSISPackageLocationResponse
SSIS package location.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
EnvironmentPath interface{}
The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
ExecutionCredential SSISExecutionCredentialResponse
The package execution credential.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
LogLocation SSISLogLocationResponse
SSIS package execution log location.
LoggingLevel interface{}
The logging level of SSIS package execution. Type: string (or Expression with resultType string).
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
PackageConnectionManagers map[string]map[string]SSISExecutionParameterResponse
The package level connection managers to execute the SSIS package.
PackageParameters map[string]SSISExecutionParameterResponse
The package level parameters to execute the SSIS package.
Policy ActivityPolicyResponse
Activity policy.
ProjectConnectionManagers map[string]map[string]SSISExecutionParameterResponse
The project level connection managers to execute the SSIS package.
ProjectParameters map[string]SSISExecutionParameterResponse
The project level parameters to execute the SSIS package.
PropertyOverrides map[string]SSISPropertyOverrideResponse
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).
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
connectVia This property is required. IntegrationRuntimeReferenceResponse
The integration runtime reference.
name This property is required. String
Activity name.
packageLocation This property is required. SSISPackageLocationResponse
SSIS package location.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
environmentPath Object
The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
executionCredential SSISExecutionCredentialResponse
The package execution credential.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
logLocation SSISLogLocationResponse
SSIS package execution log location.
loggingLevel Object
The logging level of SSIS package execution. Type: string (or Expression with resultType string).
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
packageConnectionManagers Map<String,Map<String,SSISExecutionParameterResponse>>
The package level connection managers to execute the SSIS package.
packageParameters Map<String,SSISExecutionParameterResponse>
The package level parameters to execute the SSIS package.
policy ActivityPolicyResponse
Activity policy.
projectConnectionManagers Map<String,Map<String,SSISExecutionParameterResponse>>
The project level connection managers to execute the SSIS package.
projectParameters Map<String,SSISExecutionParameterResponse>
The project level parameters to execute the SSIS package.
propertyOverrides Map<String,SSISPropertyOverrideResponse>
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).
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
connectVia This property is required. IntegrationRuntimeReferenceResponse
The integration runtime reference.
name This property is required. string
Activity name.
packageLocation This property is required. SSISPackageLocationResponse
SSIS package location.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
environmentPath any
The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
executionCredential SSISExecutionCredentialResponse
The package execution credential.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
logLocation SSISLogLocationResponse
SSIS package execution log location.
loggingLevel any
The logging level of SSIS package execution. Type: string (or Expression with resultType string).
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
packageConnectionManagers {[key: string]: {[key: string]: SSISExecutionParameterResponse}}
The package level connection managers to execute the SSIS package.
packageParameters {[key: string]: SSISExecutionParameterResponse}
The package level parameters to execute the SSIS package.
policy ActivityPolicyResponse
Activity policy.
projectConnectionManagers {[key: string]: {[key: string]: SSISExecutionParameterResponse}}
The project level connection managers to execute the SSIS package.
projectParameters {[key: string]: SSISExecutionParameterResponse}
The project level parameters to execute the SSIS package.
propertyOverrides {[key: string]: SSISPropertyOverrideResponse}
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).
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
connect_via This property is required. IntegrationRuntimeReferenceResponse
The integration runtime reference.
name This property is required. str
Activity name.
package_location This property is required. SSISPackageLocationResponse
SSIS package location.
depends_on Sequence[ActivityDependencyResponse]
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 SSISExecutionCredentialResponse
The package execution credential.
linked_service_name LinkedServiceReferenceResponse
Linked service reference.
log_location SSISLogLocationResponse
SSIS package execution log location.
logging_level Any
The logging level of SSIS package execution. Type: string (or Expression with resultType string).
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
package_connection_managers Mapping[str, Mapping[str, SSISExecutionParameterResponse]]
The package level connection managers to execute the SSIS package.
package_parameters Mapping[str, SSISExecutionParameterResponse]
The package level parameters to execute the SSIS package.
policy ActivityPolicyResponse
Activity policy.
project_connection_managers Mapping[str, Mapping[str, SSISExecutionParameterResponse]]
The project level connection managers to execute the SSIS package.
project_parameters Mapping[str, SSISExecutionParameterResponse]
The project level parameters to execute the SSIS package.
property_overrides Mapping[str, SSISPropertyOverrideResponse]
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).
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
connectVia This property is required. Property Map
The integration runtime reference.
name This property is required. String
Activity name.
packageLocation This property is required. Property Map
SSIS package location.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
environmentPath Any
The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
executionCredential Property Map
The package execution credential.
linkedServiceName Property Map
Linked service reference.
logLocation Property Map
SSIS package execution log location.
loggingLevel Any
The logging level of SSIS package execution. Type: string (or Expression with resultType string).
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
packageConnectionManagers Map<Map<Property Map>>
The package level connection managers to execute the SSIS package.
packageParameters Map<Property Map>
The package level parameters to execute the SSIS package.
policy Property Map
Activity policy.
projectConnectionManagers Map<Map<Property Map>>
The project level connection managers to execute the SSIS package.
projectParameters Map<Property Map>
The project level parameters to execute the SSIS package.
propertyOverrides 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).
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

ExecuteWranglingDataflowActivityResponse

DataFlow This property is required. Pulumi.AzureNative.DataFactory.Inputs.DataFlowReferenceResponse
Data flow reference.
Name This property is required. string
Activity name.
Compute Pulumi.AzureNative.DataFactory.Inputs.ExecuteDataFlowActivityTypePropertiesResponseCompute
Compute properties for data flow activity.
ContinuationSettings Pulumi.AzureNative.DataFactory.Inputs.ContinuationSettingsReferenceResponse
Continuation settings for execute data flow activity.
ContinueOnError object
Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
IntegrationRuntime Pulumi.AzureNative.DataFactory.Inputs.IntegrationRuntimeReferenceResponse
The integration runtime reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
Queries List<Pulumi.AzureNative.DataFactory.Inputs.PowerQuerySinkMappingResponse>
List of mapping for Power Query mashup query to sink dataset(s).
RunConcurrently 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.AzureNative.DataFactory.Inputs.PowerQuerySinkResponse>
(Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
SourceStagingConcurrency object
Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
Staging Pulumi.AzureNative.DataFactory.Inputs.DataFlowStagingInfoResponse
Staging info for execute data flow activity.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
TraceLevel object
Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
DataFlow This property is required. DataFlowReferenceResponse
Data flow reference.
Name This property is required. string
Activity name.
Compute ExecuteDataFlowActivityTypePropertiesResponseCompute
Compute properties for data flow activity.
ContinuationSettings ContinuationSettingsReferenceResponse
Continuation settings for execute data flow activity.
ContinueOnError interface{}
Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
IntegrationRuntime IntegrationRuntimeReferenceResponse
The integration runtime reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
Queries []PowerQuerySinkMappingResponse
List of mapping for Power Query mashup query to sink dataset(s).
RunConcurrently 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]PowerQuerySinkResponse
(Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
SourceStagingConcurrency interface{}
Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
Staging DataFlowStagingInfoResponse
Staging info for execute data flow activity.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
TraceLevel interface{}
Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
UserProperties []UserPropertyResponse
Activity user properties.
dataFlow This property is required. DataFlowReferenceResponse
Data flow reference.
name This property is required. String
Activity name.
compute ExecuteDataFlowActivityTypePropertiesResponseCompute
Compute properties for data flow activity.
continuationSettings ContinuationSettingsReferenceResponse
Continuation settings for execute data flow activity.
continueOnError Object
Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
integrationRuntime IntegrationRuntimeReferenceResponse
The integration runtime reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
queries List<PowerQuerySinkMappingResponse>
List of mapping for Power Query mashup query to sink dataset(s).
runConcurrently 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,PowerQuerySinkResponse>
(Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
sourceStagingConcurrency Object
Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
staging DataFlowStagingInfoResponse
Staging info for execute data flow activity.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
traceLevel Object
Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
userProperties List<UserPropertyResponse>
Activity user properties.
dataFlow This property is required. DataFlowReferenceResponse
Data flow reference.
name This property is required. string
Activity name.
compute ExecuteDataFlowActivityTypePropertiesResponseCompute
Compute properties for data flow activity.
continuationSettings ContinuationSettingsReferenceResponse
Continuation settings for execute data flow activity.
continueOnError any
Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
integrationRuntime IntegrationRuntimeReferenceResponse
The integration runtime reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
queries PowerQuerySinkMappingResponse[]
List of mapping for Power Query mashup query to sink dataset(s).
runConcurrently 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]: PowerQuerySinkResponse}
(Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
sourceStagingConcurrency any
Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
staging DataFlowStagingInfoResponse
Staging info for execute data flow activity.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
traceLevel any
Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
userProperties UserPropertyResponse[]
Activity user properties.
data_flow This property is required. DataFlowReferenceResponse
Data flow reference.
name This property is required. str
Activity name.
compute ExecuteDataFlowActivityTypePropertiesResponseCompute
Compute properties for data flow activity.
continuation_settings ContinuationSettingsReferenceResponse
Continuation settings for execute data flow activity.
continue_on_error Any
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[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
integration_runtime IntegrationRuntimeReferenceResponse
The integration runtime reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
queries Sequence[PowerQuerySinkMappingResponse]
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, PowerQuerySinkResponse]
(Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
source_staging_concurrency Any
Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
staging DataFlowStagingInfoResponse
Staging info for execute data flow activity.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
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[UserPropertyResponse]
Activity user properties.
dataFlow This property is required. Property Map
Data flow reference.
name This property is required. String
Activity name.
compute Property Map
Compute properties for data flow activity.
continuationSettings Property Map
Continuation settings for execute data flow activity.
continueOnError Any
Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
integrationRuntime Property Map
The integration runtime reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
queries List<Property Map>
List of mapping for Power Query mashup query to sink dataset(s).
runConcurrently 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.
sourceStagingConcurrency Any
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.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
traceLevel Any
Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
userProperties List<Property Map>
Activity user properties.

ExecutionActivityResponse

Name This property is required. string
Activity name.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Name This property is required. string
Activity name.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
name This property is required. String
Activity name.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
name This property is required. string
Activity name.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
name This property is required. str
Activity name.
depends_on Sequence[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
linked_service_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
name This property is required. String
Activity name.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

ExpressionResponse

Type This property is required. string
Expression type.
Value This property is required. string
Expression value.
Type This property is required. string
Expression type.
Value This property is required. string
Expression value.
type This property is required. String
Expression type.
value This property is required. String
Expression value.
type This property is required. string
Expression type.
value This property is required. string
Expression value.
type This property is required. str
Expression type.
value This property is required. str
Expression value.
type This property is required. String
Expression type.
value This property is required. String
Expression value.

ExpressionV2Response

Operands List<Pulumi.AzureNative.DataFactory.Inputs.ExpressionV2Response>
List of nested expressions.
Operators List<string>
Expression operator value Type: list of strings.
Type string
Type of expressions supported by the system. Type: string.
Value string
Value for Constant/Field Type: string.
Operands []ExpressionV2Response
List of nested expressions.
Operators []string
Expression operator value Type: list of strings.
Type string
Type of expressions supported by the system. Type: string.
Value string
Value for Constant/Field Type: string.
operands List<ExpressionV2Response>
List of nested expressions.
operators List<String>
Expression operator value Type: list of strings.
type String
Type of expressions supported by the system. Type: string.
value String
Value for Constant/Field Type: string.
operands ExpressionV2Response[]
List of nested expressions.
operators string[]
Expression operator value Type: list of strings.
type string
Type of expressions supported by the system. Type: string.
value string
Value for Constant/Field Type: string.
operands Sequence[ExpressionV2Response]
List of nested expressions.
operators Sequence[str]
Expression operator value Type: list of strings.
type str
Type of expressions supported by the system. Type: string.
value str
Value for Constant/Field Type: string.
operands List<Property Map>
List of nested expressions.
operators List<String>
Expression operator value Type: list of strings.
type String
Type of expressions supported by the system. Type: string.
value String
Value for Constant/Field Type: string.

FailActivityResponse

ErrorCode This property is required. 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 This property is required. 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 This property is required. string
Activity name.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
ErrorCode This property is required. 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 This property is required. 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 This property is required. string
Activity name.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
errorCode This property is required. 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 This property is required. 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 This property is required. String
Activity name.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
errorCode This property is required. 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 This property is required. 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 This property is required. string
Activity name.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
error_code This property is required. 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 This property is required. 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 This property is required. str
Activity name.
depends_on Sequence[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
errorCode This property is required. 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 This property is required. 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 This property is required. String
Activity name.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

FileServerReadSettingsResponse

DeleteFilesAfterCompletion object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileFilter 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).
FileListPath object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd object
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart object
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath object
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).
WildcardFileName object
FileServer wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath object
FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
DeleteFilesAfterCompletion interface{}
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery interface{}
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileFilter 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).
FileListPath interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd interface{}
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart interface{}
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath interface{}
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).
WildcardFileName interface{}
FileServer wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath interface{}
FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileFilter 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).
fileListPath Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Object
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Object
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Object
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).
wildcardFileName Object
FileServer wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Object
FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileFilter 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).
fileListPath any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath any
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).
wildcardFileName any
FileServer wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath any
FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
delete_files_after_completion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enable_partition_discovery Any
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_path Any
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_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modified_datetime_end Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modified_datetime_start Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partition_root_path Any
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_name Any
FileServer wildcardFileName. Type: string (or Expression with resultType string).
wildcard_folder_path Any
FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileFilter 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).
fileListPath Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Any
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).
wildcardFileName Any
FileServer wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Any
FileServer wildcardFolderPath. Type: string (or Expression with resultType string).

FileServerWriteSettingsResponse

CopyBehavior object
The type of copy behavior for copy sink.
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Metadata List<Pulumi.AzureNative.DataFactory.Inputs.MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
CopyBehavior interface{}
The type of copy behavior for copy sink.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Metadata []MetadataItemResponse
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
copyBehavior Object
The type of copy behavior for copy sink.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata List<MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
copyBehavior any
The type of copy behavior for copy sink.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata MetadataItemResponse[]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
copy_behavior Any
The type of copy behavior for copy sink.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata Sequence[MetadataItemResponse]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
copyBehavior Any
The type of copy behavior for copy sink.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source 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).

FileSystemSinkResponse

CopyBehavior object
The type of copy behavior for copy sink.
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
CopyBehavior interface{}
The type of copy behavior for copy sink.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
copyBehavior Object
The type of copy behavior for copy sink.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
copyBehavior any
The type of copy behavior for copy sink.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
copyBehavior Any
The type of copy behavior for copy sink.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

FileSystemSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

FilterActivityResponse

Condition This property is required. Pulumi.AzureNative.DataFactory.Inputs.ExpressionResponse
Condition to be used for filtering the input.
Items This property is required. Pulumi.AzureNative.DataFactory.Inputs.ExpressionResponse
Input array on which filter should be applied.
Name This property is required. string
Activity name.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Condition This property is required. ExpressionResponse
Condition to be used for filtering the input.
Items This property is required. ExpressionResponse
Input array on which filter should be applied.
Name This property is required. string
Activity name.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
condition This property is required. ExpressionResponse
Condition to be used for filtering the input.
items This property is required. ExpressionResponse
Input array on which filter should be applied.
name This property is required. String
Activity name.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
condition This property is required. ExpressionResponse
Condition to be used for filtering the input.
items This property is required. ExpressionResponse
Input array on which filter should be applied.
name This property is required. string
Activity name.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
condition This property is required. ExpressionResponse
Condition to be used for filtering the input.
items This property is required. ExpressionResponse
Input array on which filter should be applied.
name This property is required. str
Activity name.
depends_on Sequence[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
condition This property is required. Property Map
Condition to be used for filtering the input.
items This property is required. Property Map
Input array on which filter should be applied.
name This property is required. String
Activity name.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

ForEachActivityResponse

Activities This property is required. List<object>
List of activities to execute .
Items This property is required. Pulumi.AzureNative.DataFactory.Inputs.ExpressionResponse
Collection to iterate.
Name This property is required. string
Activity name.
BatchCount int
Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
IsSequential bool
Should the loop be executed in sequence or in parallel (max 50)
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Activities This property is required. []interface{}
List of activities to execute .
Items This property is required. ExpressionResponse
Collection to iterate.
Name This property is required. string
Activity name.
BatchCount int
Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
IsSequential bool
Should the loop be executed in sequence or in parallel (max 50)
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
activities This property is required. List<Object>
List of activities to execute .
items This property is required. ExpressionResponse
Collection to iterate.
name This property is required. String
Activity name.
batchCount Integer
Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
isSequential Boolean
Should the loop be executed in sequence or in parallel (max 50)
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
activities This property is required. (AppendVariableActivityResponse | AzureDataExplorerCommandActivityResponse | AzureFunctionActivityResponse | AzureMLBatchExecutionActivityResponse | AzureMLExecutePipelineActivityResponse | AzureMLUpdateResourceActivityResponse | ControlActivityResponse | CopyActivityResponse | CustomActivityResponse | DataLakeAnalyticsUSQLActivityResponse | DatabricksNotebookActivityResponse | DatabricksSparkJarActivityResponse | DatabricksSparkPythonActivityResponse | DeleteActivityResponse | ExecuteDataFlowActivityResponse | ExecutePipelineActivityResponse | ExecuteSSISPackageActivityResponse | ExecuteWranglingDataflowActivityResponse | ExecutionActivityResponse | FailActivityResponse | FilterActivityResponse | ForEachActivityResponse | GetMetadataActivityResponse | HDInsightHiveActivityResponse | HDInsightMapReduceActivityResponse | HDInsightPigActivityResponse | HDInsightSparkActivityResponse | HDInsightStreamingActivityResponse | IfConditionActivityResponse | LookupActivityResponse | ScriptActivityResponse | SetVariableActivityResponse | SqlServerStoredProcedureActivityResponse | SwitchActivityResponse | SynapseNotebookActivityResponse | SynapseSparkJobDefinitionActivityResponse | UntilActivityResponse | ValidationActivityResponse | WaitActivityResponse | WebActivityResponse | WebHookActivityResponse)[]
List of activities to execute .
items This property is required. ExpressionResponse
Collection to iterate.
name This property is required. string
Activity name.
batchCount number
Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
isSequential boolean
Should the loop be executed in sequence or in parallel (max 50)
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
activities This property is required. Sequence[Union[AppendVariableActivityResponse, AzureDataExplorerCommandActivityResponse, AzureFunctionActivityResponse, AzureMLBatchExecutionActivityResponse, AzureMLExecutePipelineActivityResponse, AzureMLUpdateResourceActivityResponse, ControlActivityResponse, CopyActivityResponse, CustomActivityResponse, DataLakeAnalyticsUSQLActivityResponse, DatabricksNotebookActivityResponse, DatabricksSparkJarActivityResponse, DatabricksSparkPythonActivityResponse, DeleteActivityResponse, ExecuteDataFlowActivityResponse, ExecutePipelineActivityResponse, ExecuteSSISPackageActivityResponse, ExecuteWranglingDataflowActivityResponse, ExecutionActivityResponse, FailActivityResponse, FilterActivityResponse, ForEachActivityResponse, GetMetadataActivityResponse, HDInsightHiveActivityResponse, HDInsightMapReduceActivityResponse, HDInsightPigActivityResponse, HDInsightSparkActivityResponse, HDInsightStreamingActivityResponse, IfConditionActivityResponse, LookupActivityResponse, ScriptActivityResponse, SetVariableActivityResponse, SqlServerStoredProcedureActivityResponse, SwitchActivityResponse, SynapseNotebookActivityResponse, SynapseSparkJobDefinitionActivityResponse, UntilActivityResponse, ValidationActivityResponse, WaitActivityResponse, WebActivityResponse, WebHookActivityResponse]]
List of activities to execute .
items This property is required. ExpressionResponse
Collection to iterate.
name This property is required. 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[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
is_sequential bool
Should the loop be executed in sequence or in parallel (max 50)
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
activities This property is required. 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 This property is required. Property Map
Collection to iterate.
name This property is required. String
Activity name.
batchCount Number
Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
isSequential Boolean
Should the loop be executed in sequence or in parallel (max 50)
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

FtpReadSettingsResponse

DeleteFilesAfterCompletion object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableChunking object
If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionRootPath object
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).
UseBinaryTransfer object
Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
WildcardFileName object
Ftp wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath object
Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
DeleteFilesAfterCompletion interface{}
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableChunking interface{}
If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery interface{}
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionRootPath interface{}
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).
UseBinaryTransfer interface{}
Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
WildcardFileName interface{}
Ftp wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath interface{}
Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableChunking Object
If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionRootPath Object
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).
useBinaryTransfer Object
Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
wildcardFileName Object
Ftp wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Object
Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableChunking any
If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionRootPath any
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).
useBinaryTransfer any
Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
wildcardFileName any
Ftp wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath any
Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
delete_files_after_completion Any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enable_partition_discovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
file_list_path Any
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_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partition_root_path Any
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_transfer Any
Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
wildcard_file_name Any
Ftp wildcardFileName. Type: string (or Expression with resultType string).
wildcard_folder_path Any
Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableChunking Any
If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionRootPath Any
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).
useBinaryTransfer Any
Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
wildcardFileName Any
Ftp wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Any
Ftp wildcardFolderPath. Type: string (or Expression with resultType string).

GetMetadataActivityResponse

Dataset This property is required. Pulumi.AzureNative.DataFactory.Inputs.DatasetReferenceResponse
GetMetadata activity dataset reference.
Name This property is required. string
Activity name.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
FieldList List<object>
Fields of metadata to get from dataset.
FormatSettings Pulumi.AzureNative.DataFactory.Inputs.BinaryReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.DelimitedTextReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.JsonReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.ParquetReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.XmlReadSettingsResponse
GetMetadata activity format settings.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
StoreSettings Pulumi.AzureNative.DataFactory.Inputs.AmazonS3CompatibleReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AmazonS3ReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureFileStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FileServerReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FtpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.GoogleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HdfsReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HttpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.OracleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.SftpReadSettingsResponse
GetMetadata activity store settings.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Dataset This property is required. DatasetReferenceResponse
GetMetadata activity dataset reference.
Name This property is required. string
Activity name.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
FieldList []interface{}
Fields of metadata to get from dataset.
FormatSettings BinaryReadSettingsResponse | DelimitedTextReadSettingsResponse | JsonReadSettingsResponse | ParquetReadSettingsResponse | XmlReadSettingsResponse
GetMetadata activity format settings.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
StoreSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
GetMetadata activity store settings.
UserProperties []UserPropertyResponse
Activity user properties.
dataset This property is required. DatasetReferenceResponse
GetMetadata activity dataset reference.
name This property is required. String
Activity name.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
fieldList List<Object>
Fields of metadata to get from dataset.
formatSettings BinaryReadSettingsResponse | DelimitedTextReadSettingsResponse | JsonReadSettingsResponse | ParquetReadSettingsResponse | XmlReadSettingsResponse
GetMetadata activity format settings.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
GetMetadata activity store settings.
userProperties List<UserPropertyResponse>
Activity user properties.
dataset This property is required. DatasetReferenceResponse
GetMetadata activity dataset reference.
name This property is required. string
Activity name.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
fieldList any[]
Fields of metadata to get from dataset.
formatSettings BinaryReadSettingsResponse | DelimitedTextReadSettingsResponse | JsonReadSettingsResponse | ParquetReadSettingsResponse | XmlReadSettingsResponse
GetMetadata activity format settings.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
GetMetadata activity store settings.
userProperties UserPropertyResponse[]
Activity user properties.
dataset This property is required. DatasetReferenceResponse
GetMetadata activity dataset reference.
name This property is required. str
Activity name.
depends_on Sequence[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
field_list Sequence[Any]
Fields of metadata to get from dataset.
format_settings BinaryReadSettingsResponse | DelimitedTextReadSettingsResponse | JsonReadSettingsResponse | ParquetReadSettingsResponse | XmlReadSettingsResponse
GetMetadata activity format settings.
linked_service_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
store_settings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
GetMetadata activity store settings.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
dataset This property is required. Property Map
GetMetadata activity dataset reference.
name This property is required. String
Activity name.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
fieldList List<Any>
Fields of metadata to get from dataset.
formatSettings Property Map | Property Map | Property Map | Property Map | Property Map
GetMetadata activity format settings.
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
storeSettings Property Map | Property Map | 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.
userProperties List<Property Map>
Activity user properties.

GoogleAdWordsSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

GoogleBigQueryV2SourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

GoogleCloudStorageReadSettingsResponse

DeleteFilesAfterCompletion object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd object
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart object
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath object
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).
WildcardFileName object
Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath object
Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
DeleteFilesAfterCompletion interface{}
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery interface{}
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd interface{}
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart interface{}
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath interface{}
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).
WildcardFileName interface{}
Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath interface{}
Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Object
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Object
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Object
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).
wildcardFileName Object
Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Object
Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath any
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).
wildcardFileName any
Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath any
Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
delete_files_after_completion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enable_partition_discovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
file_list_path Any
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_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modified_datetime_end Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modified_datetime_start Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partition_root_path Any
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_name Any
Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
wildcard_folder_path Any
Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Any
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).
wildcardFileName Any
Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Any
Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).

GreenplumSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

HDInsightHiveActivityResponse

Name This property is required. string
Activity name.
Arguments List<object>
User specified arguments to HDInsightActivity.
Defines Dictionary<string, object>
Allows user to specify defines for Hive job request.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
GetDebugInfo string
Debug info option.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
QueryTimeout int
Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
ScriptLinkedService Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Script linked service reference.
ScriptPath object
Script path. Type: string (or Expression with resultType string).
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
StorageLinkedServices List<Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse>
Storage linked service references.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Variables Dictionary<string, object>
User specified arguments under hivevar namespace.
Name This property is required. string
Activity name.
Arguments []interface{}
User specified arguments to HDInsightActivity.
Defines map[string]interface{}
Allows user to specify defines for Hive job request.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
GetDebugInfo string
Debug info option.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
QueryTimeout int
Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
ScriptLinkedService LinkedServiceReferenceResponse
Script linked service reference.
ScriptPath interface{}
Script path. Type: string (or Expression with resultType string).
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
StorageLinkedServices []LinkedServiceReferenceResponse
Storage linked service references.
UserProperties []UserPropertyResponse
Activity user properties.
Variables map[string]interface{}
User specified arguments under hivevar namespace.
name This property is required. String
Activity name.
arguments List<Object>
User specified arguments to HDInsightActivity.
defines Map<String,Object>
Allows user to specify defines for Hive job request.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
getDebugInfo String
Debug info option.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
queryTimeout Integer
Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
scriptLinkedService LinkedServiceReferenceResponse
Script linked service reference.
scriptPath Object
Script path. Type: string (or Expression with resultType string).
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
storageLinkedServices List<LinkedServiceReferenceResponse>
Storage linked service references.
userProperties List<UserPropertyResponse>
Activity user properties.
variables Map<String,Object>
User specified arguments under hivevar namespace.
name This property is required. string
Activity name.
arguments any[]
User specified arguments to HDInsightActivity.
defines {[key: string]: any}
Allows user to specify defines for Hive job request.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
getDebugInfo string
Debug info option.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
queryTimeout number
Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
scriptLinkedService LinkedServiceReferenceResponse
Script linked service reference.
scriptPath any
Script path. Type: string (or Expression with resultType string).
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
storageLinkedServices LinkedServiceReferenceResponse[]
Storage linked service references.
userProperties UserPropertyResponse[]
Activity user properties.
variables {[key: string]: any}
User specified arguments under hivevar namespace.
name This property is required. 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[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
get_debug_info str
Debug info option.
linked_service_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
query_timeout int
Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
script_linked_service LinkedServiceReferenceResponse
Script linked service reference.
script_path Any
Script path. Type: string (or Expression with resultType string).
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
storage_linked_services Sequence[LinkedServiceReferenceResponse]
Storage linked service references.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
variables Mapping[str, Any]
User specified arguments under hivevar namespace.
name This property is required. String
Activity name.
arguments List<Any>
User specified arguments to HDInsightActivity.
defines Map<Any>
Allows user to specify defines for Hive job request.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
getDebugInfo String
Debug info option.
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
queryTimeout Number
Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)
scriptLinkedService Property Map
Script linked service reference.
scriptPath Any
Script path. Type: string (or Expression with resultType string).
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
storageLinkedServices List<Property Map>
Storage linked service references.
userProperties List<Property Map>
Activity user properties.
variables Map<Any>
User specified arguments under hivevar namespace.

HDInsightMapReduceActivityResponse

ClassName This property is required. object
Class name. Type: string (or Expression with resultType string).
JarFilePath This property is required. object
Jar path. Type: string (or Expression with resultType string).
Name This property is required. 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.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
GetDebugInfo string
Debug info option.
JarLibs List<object>
Jar libs.
JarLinkedService Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Jar linked service reference.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
StorageLinkedServices List<Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse>
Storage linked service references.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
ClassName This property is required. interface{}
Class name. Type: string (or Expression with resultType string).
JarFilePath This property is required. interface{}
Jar path. Type: string (or Expression with resultType string).
Name This property is required. string
Activity name.
Arguments []interface{}
User specified arguments to HDInsightActivity.
Defines map[string]interface{}
Allows user to specify defines for the MapReduce job request.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
GetDebugInfo string
Debug info option.
JarLibs []interface{}
Jar libs.
JarLinkedService LinkedServiceReferenceResponse
Jar linked service reference.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
StorageLinkedServices []LinkedServiceReferenceResponse
Storage linked service references.
UserProperties []UserPropertyResponse
Activity user properties.
className This property is required. Object
Class name. Type: string (or Expression with resultType string).
jarFilePath This property is required. Object
Jar path. Type: string (or Expression with resultType string).
name This property is required. 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.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
getDebugInfo String
Debug info option.
jarLibs List<Object>
Jar libs.
jarLinkedService LinkedServiceReferenceResponse
Jar linked service reference.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
storageLinkedServices List<LinkedServiceReferenceResponse>
Storage linked service references.
userProperties List<UserPropertyResponse>
Activity user properties.
className This property is required. any
Class name. Type: string (or Expression with resultType string).
jarFilePath This property is required. any
Jar path. Type: string (or Expression with resultType string).
name This property is required. string
Activity name.
arguments any[]
User specified arguments to HDInsightActivity.
defines {[key: string]: any}
Allows user to specify defines for the MapReduce job request.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
getDebugInfo string
Debug info option.
jarLibs any[]
Jar libs.
jarLinkedService LinkedServiceReferenceResponse
Jar linked service reference.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
storageLinkedServices LinkedServiceReferenceResponse[]
Storage linked service references.
userProperties UserPropertyResponse[]
Activity user properties.
class_name This property is required. Any
Class name. Type: string (or Expression with resultType string).
jar_file_path This property is required. Any
Jar path. Type: string (or Expression with resultType string).
name This property is required. 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[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
get_debug_info str
Debug info option.
jar_libs Sequence[Any]
Jar libs.
jar_linked_service LinkedServiceReferenceResponse
Jar linked service reference.
linked_service_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
storage_linked_services Sequence[LinkedServiceReferenceResponse]
Storage linked service references.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
className This property is required. Any
Class name. Type: string (or Expression with resultType string).
jarFilePath This property is required. Any
Jar path. Type: string (or Expression with resultType string).
name This property is required. String
Activity name.
arguments List<Any>
User specified arguments to HDInsightActivity.
defines Map<Any>
Allows user to specify defines for the MapReduce job request.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
getDebugInfo String
Debug info option.
jarLibs List<Any>
Jar libs.
jarLinkedService Property Map
Jar linked service reference.
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
storageLinkedServices List<Property Map>
Storage linked service references.
userProperties List<Property Map>
Activity user properties.

HDInsightPigActivityResponse

Name This property is required. 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.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
GetDebugInfo string
Debug info option.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
ScriptLinkedService Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Script linked service reference.
ScriptPath object
Script path. Type: string (or Expression with resultType string).
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
StorageLinkedServices List<Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse>
Storage linked service references.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Name This property is required. 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.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
GetDebugInfo string
Debug info option.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
ScriptLinkedService LinkedServiceReferenceResponse
Script linked service reference.
ScriptPath interface{}
Script path. Type: string (or Expression with resultType string).
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
StorageLinkedServices []LinkedServiceReferenceResponse
Storage linked service references.
UserProperties []UserPropertyResponse
Activity user properties.
name This property is required. 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.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
getDebugInfo String
Debug info option.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
scriptLinkedService LinkedServiceReferenceResponse
Script linked service reference.
scriptPath Object
Script path. Type: string (or Expression with resultType string).
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
storageLinkedServices List<LinkedServiceReferenceResponse>
Storage linked service references.
userProperties List<UserPropertyResponse>
Activity user properties.
name This property is required. 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.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
getDebugInfo string
Debug info option.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
scriptLinkedService LinkedServiceReferenceResponse
Script linked service reference.
scriptPath any
Script path. Type: string (or Expression with resultType string).
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
storageLinkedServices LinkedServiceReferenceResponse[]
Storage linked service references.
userProperties UserPropertyResponse[]
Activity user properties.
name This property is required. 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[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
get_debug_info str
Debug info option.
linked_service_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
script_linked_service LinkedServiceReferenceResponse
Script linked service reference.
script_path Any
Script path. Type: string (or Expression with resultType string).
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
storage_linked_services Sequence[LinkedServiceReferenceResponse]
Storage linked service references.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
name This property is required. 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.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
getDebugInfo String
Debug info option.
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
scriptLinkedService Property Map
Script linked service reference.
scriptPath Any
Script path. Type: string (or Expression with resultType string).
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
storageLinkedServices List<Property Map>
Storage linked service references.
userProperties List<Property Map>
Activity user properties.

HDInsightSparkActivityResponse

EntryFilePath This property is required. object
The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
Name This property is required. string
Activity name.
RootPath This property is required. 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.
ClassName string
The application's Java/Spark main class.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
GetDebugInfo string
Debug info option.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
ProxyUser object
The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
SparkConfig Dictionary<string, object>
Spark configuration property.
SparkJobLinkedService Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
The storage linked service for uploading the entry file and dependencies, and for receiving logs.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
EntryFilePath This property is required. interface{}
The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
Name This property is required. string
Activity name.
RootPath This property is required. 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.
ClassName string
The application's Java/Spark main class.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
GetDebugInfo string
Debug info option.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
ProxyUser interface{}
The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
SparkConfig map[string]interface{}
Spark configuration property.
SparkJobLinkedService LinkedServiceReferenceResponse
The storage linked service for uploading the entry file and dependencies, and for receiving logs.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
entryFilePath This property is required. Object
The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
name This property is required. String
Activity name.
rootPath This property is required. 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.
className String
The application's Java/Spark main class.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
getDebugInfo String
Debug info option.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
proxyUser Object
The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
sparkConfig Map<String,Object>
Spark configuration property.
sparkJobLinkedService LinkedServiceReferenceResponse
The storage linked service for uploading the entry file and dependencies, and for receiving logs.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
entryFilePath This property is required. any
The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
name This property is required. string
Activity name.
rootPath This property is required. 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.
className string
The application's Java/Spark main class.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
getDebugInfo string
Debug info option.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
proxyUser any
The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
sparkConfig {[key: string]: any}
Spark configuration property.
sparkJobLinkedService LinkedServiceReferenceResponse
The storage linked service for uploading the entry file and dependencies, and for receiving logs.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
entry_file_path This property is required. Any
The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
name This property is required. str
Activity name.
root_path This property is required. 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[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
get_debug_info str
Debug info option.
linked_service_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
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_linked_service LinkedServiceReferenceResponse
The storage linked service for uploading the entry file and dependencies, and for receiving logs.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
entryFilePath This property is required. Any
The relative path to the root folder of the code/package to be executed. Type: string (or Expression with resultType string).
name This property is required. String
Activity name.
rootPath This property is required. 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.
className String
The application's Java/Spark main class.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
getDebugInfo String
Debug info option.
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
proxyUser Any
The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
sparkConfig Map<Any>
Spark configuration property.
sparkJobLinkedService Property Map
The storage linked service for uploading the entry file and dependencies, and for receiving logs.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

HDInsightStreamingActivityResponse

FilePaths This property is required. List<object>
Paths to streaming job files. Can be directories.
Input This property is required. object
Input blob path. Type: string (or Expression with resultType string).
Mapper This property is required. object
Mapper executable name. Type: string (or Expression with resultType string).
Name This property is required. string
Activity name.
Output This property is required. object
Output blob path. Type: string (or Expression with resultType string).
Reducer This property is required. 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).
CommandEnvironment List<object>
Command line environment values.
Defines Dictionary<string, object>
Allows user to specify defines for streaming job request.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
FileLinkedService Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference where the files are located.
GetDebugInfo string
Debug info option.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
StorageLinkedServices List<Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse>
Storage linked service references.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
FilePaths This property is required. []interface{}
Paths to streaming job files. Can be directories.
Input This property is required. interface{}
Input blob path. Type: string (or Expression with resultType string).
Mapper This property is required. interface{}
Mapper executable name. Type: string (or Expression with resultType string).
Name This property is required. string
Activity name.
Output This property is required. interface{}
Output blob path. Type: string (or Expression with resultType string).
Reducer This property is required. 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).
CommandEnvironment []interface{}
Command line environment values.
Defines map[string]interface{}
Allows user to specify defines for streaming job request.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
FileLinkedService LinkedServiceReferenceResponse
Linked service reference where the files are located.
GetDebugInfo string
Debug info option.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
StorageLinkedServices []LinkedServiceReferenceResponse
Storage linked service references.
UserProperties []UserPropertyResponse
Activity user properties.
filePaths This property is required. List<Object>
Paths to streaming job files. Can be directories.
input This property is required. Object
Input blob path. Type: string (or Expression with resultType string).
mapper This property is required. Object
Mapper executable name. Type: string (or Expression with resultType string).
name This property is required. String
Activity name.
output This property is required. Object
Output blob path. Type: string (or Expression with resultType string).
reducer This property is required. 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).
commandEnvironment List<Object>
Command line environment values.
defines Map<String,Object>
Allows user to specify defines for streaming job request.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
fileLinkedService LinkedServiceReferenceResponse
Linked service reference where the files are located.
getDebugInfo String
Debug info option.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
storageLinkedServices List<LinkedServiceReferenceResponse>
Storage linked service references.
userProperties List<UserPropertyResponse>
Activity user properties.
filePaths This property is required. any[]
Paths to streaming job files. Can be directories.
input This property is required. any
Input blob path. Type: string (or Expression with resultType string).
mapper This property is required. any
Mapper executable name. Type: string (or Expression with resultType string).
name This property is required. string
Activity name.
output This property is required. any
Output blob path. Type: string (or Expression with resultType string).
reducer This property is required. 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).
commandEnvironment any[]
Command line environment values.
defines {[key: string]: any}
Allows user to specify defines for streaming job request.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
fileLinkedService LinkedServiceReferenceResponse
Linked service reference where the files are located.
getDebugInfo string
Debug info option.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
storageLinkedServices LinkedServiceReferenceResponse[]
Storage linked service references.
userProperties UserPropertyResponse[]
Activity user properties.
file_paths This property is required. Sequence[Any]
Paths to streaming job files. Can be directories.
input This property is required. Any
Input blob path. Type: string (or Expression with resultType string).
mapper This property is required. Any
Mapper executable name. Type: string (or Expression with resultType string).
name This property is required. str
Activity name.
output This property is required. Any
Output blob path. Type: string (or Expression with resultType string).
reducer This property is required. 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[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
file_linked_service LinkedServiceReferenceResponse
Linked service reference where the files are located.
get_debug_info str
Debug info option.
linked_service_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
storage_linked_services Sequence[LinkedServiceReferenceResponse]
Storage linked service references.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
filePaths This property is required. List<Any>
Paths to streaming job files. Can be directories.
input This property is required. Any
Input blob path. Type: string (or Expression with resultType string).
mapper This property is required. Any
Mapper executable name. Type: string (or Expression with resultType string).
name This property is required. String
Activity name.
output This property is required. Any
Output blob path. Type: string (or Expression with resultType string).
reducer This property is required. 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).
commandEnvironment List<Any>
Command line environment values.
defines Map<Any>
Allows user to specify defines for streaming job request.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
fileLinkedService Property Map
Linked service reference where the files are located.
getDebugInfo String
Debug info option.
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
storageLinkedServices List<Property Map>
Storage linked service references.
userProperties List<Property Map>
Activity user properties.

HdfsReadSettingsResponse

DeleteFilesAfterCompletion object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
DistcpSettings Pulumi.AzureNative.DataFactory.Inputs.DistcpSettingsResponse
Specifies Distcp-related settings.
EnablePartitionDiscovery object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd object
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart object
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath object
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).
WildcardFileName object
HDFS wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath object
HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
DeleteFilesAfterCompletion interface{}
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
DistcpSettings DistcpSettingsResponse
Specifies Distcp-related settings.
EnablePartitionDiscovery interface{}
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd interface{}
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart interface{}
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath interface{}
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).
WildcardFileName interface{}
HDFS wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath interface{}
HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
distcpSettings DistcpSettingsResponse
Specifies Distcp-related settings.
enablePartitionDiscovery Object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Object
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Object
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Object
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).
wildcardFileName Object
HDFS wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Object
HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
distcpSettings DistcpSettingsResponse
Specifies Distcp-related settings.
enablePartitionDiscovery any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath any
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).
wildcardFileName any
HDFS wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath any
HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
delete_files_after_completion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
distcp_settings DistcpSettingsResponse
Specifies Distcp-related settings.
enable_partition_discovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
file_list_path Any
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_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modified_datetime_end Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modified_datetime_start Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partition_root_path Any
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_name Any
HDFS wildcardFileName. Type: string (or Expression with resultType string).
wildcard_folder_path Any
HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
distcpSettings Property Map
Specifies Distcp-related settings.
enablePartitionDiscovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Any
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).
wildcardFileName Any
HDFS wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Any
HDFS wildcardFolderPath. Type: string (or Expression with resultType string).

HdfsSourceResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
DistcpSettings Pulumi.AzureNative.DataFactory.Inputs.DistcpSettingsResponse
Specifies Distcp-related settings.
MaxConcurrentConnections object
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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
DistcpSettings DistcpSettingsResponse
Specifies Distcp-related settings.
MaxConcurrentConnections interface{}
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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
distcpSettings DistcpSettingsResponse
Specifies Distcp-related settings.
maxConcurrentConnections Object
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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
distcpSettings DistcpSettingsResponse
Specifies Distcp-related settings.
maxConcurrentConnections any
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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
distcp_settings DistcpSettingsResponse
Specifies Distcp-related settings.
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
distcpSettings Property Map
Specifies Distcp-related settings.
maxConcurrentConnections Any
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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

HttpReadSettingsResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
AdditionalHeaders object
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
RequestBody object
The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
RequestMethod object
The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
RequestTimeout object
Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
AdditionalHeaders interface{}
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
RequestBody interface{}
The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
RequestMethod interface{}
The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
RequestTimeout interface{}
Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
additionalHeaders Object
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
requestBody Object
The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
requestMethod Object
The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
requestTimeout Object
Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
additionalHeaders any
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
requestBody any
The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
requestMethod any
The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
requestTimeout 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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
additionalHeaders Any
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
requestBody Any
The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
requestMethod Any
The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
requestTimeout Any
Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).

HttpSourceResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpRequestTimeout object
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])).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpRequestTimeout interface{}
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])).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout Object
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])).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout any
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])).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
http_request_timeout Any
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_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout Any
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])).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

IcebergSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings Pulumi.AzureNative.DataFactory.Inputs.IcebergWriteSettingsResponse
Iceberg format settings.
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobStorageWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureFileStorageWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FileServerWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.SftpWriteSettingsResponse
Iceberg store settings.
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings IcebergWriteSettingsResponse
Iceberg format settings.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Iceberg store settings.
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings IcebergWriteSettingsResponse
Iceberg format settings.
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Iceberg store settings.
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings IcebergWriteSettingsResponse
Iceberg format settings.
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Iceberg store settings.
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
format_settings IcebergWriteSettingsResponse
Iceberg format settings.
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
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 AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Iceberg store settings.
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings Property Map
Iceberg format settings.
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
Iceberg store settings.
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

IcebergWriteSettingsResponse

IfConditionActivityResponse

Expression This property is required. Pulumi.AzureNative.DataFactory.Inputs.ExpressionResponse
An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
Name This property is required. string
Activity name.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
IfFalseActivities List<object>
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.
IfTrueActivities List<object>
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.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Expression This property is required. ExpressionResponse
An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
Name This property is required. string
Activity name.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
IfFalseActivities []interface{}
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.
IfTrueActivities []interface{}
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.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
expression This property is required. ExpressionResponse
An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
name This property is required. String
Activity name.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
ifFalseActivities List<Object>
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.
ifTrueActivities List<Object>
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.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
expression This property is required. ExpressionResponse
An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
name This property is required. string
Activity name.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
ifFalseActivities (AppendVariableActivityResponse | AzureDataExplorerCommandActivityResponse | AzureFunctionActivityResponse | AzureMLBatchExecutionActivityResponse | AzureMLExecutePipelineActivityResponse | AzureMLUpdateResourceActivityResponse | ControlActivityResponse | CopyActivityResponse | CustomActivityResponse | DataLakeAnalyticsUSQLActivityResponse | DatabricksNotebookActivityResponse | DatabricksSparkJarActivityResponse | DatabricksSparkPythonActivityResponse | DeleteActivityResponse | ExecuteDataFlowActivityResponse | ExecutePipelineActivityResponse | ExecuteSSISPackageActivityResponse | ExecuteWranglingDataflowActivityResponse | ExecutionActivityResponse | FailActivityResponse | FilterActivityResponse | ForEachActivityResponse | GetMetadataActivityResponse | HDInsightHiveActivityResponse | HDInsightMapReduceActivityResponse | HDInsightPigActivityResponse | HDInsightSparkActivityResponse | HDInsightStreamingActivityResponse | IfConditionActivityResponse | LookupActivityResponse | ScriptActivityResponse | SetVariableActivityResponse | SqlServerStoredProcedureActivityResponse | SwitchActivityResponse | SynapseNotebookActivityResponse | SynapseSparkJobDefinitionActivityResponse | UntilActivityResponse | ValidationActivityResponse | WaitActivityResponse | WebActivityResponse | WebHookActivityResponse)[]
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.
ifTrueActivities (AppendVariableActivityResponse | AzureDataExplorerCommandActivityResponse | AzureFunctionActivityResponse | AzureMLBatchExecutionActivityResponse | AzureMLExecutePipelineActivityResponse | AzureMLUpdateResourceActivityResponse | ControlActivityResponse | CopyActivityResponse | CustomActivityResponse | DataLakeAnalyticsUSQLActivityResponse | DatabricksNotebookActivityResponse | DatabricksSparkJarActivityResponse | DatabricksSparkPythonActivityResponse | DeleteActivityResponse | ExecuteDataFlowActivityResponse | ExecutePipelineActivityResponse | ExecuteSSISPackageActivityResponse | ExecuteWranglingDataflowActivityResponse | ExecutionActivityResponse | FailActivityResponse | FilterActivityResponse | ForEachActivityResponse | GetMetadataActivityResponse | HDInsightHiveActivityResponse | HDInsightMapReduceActivityResponse | HDInsightPigActivityResponse | HDInsightSparkActivityResponse | HDInsightStreamingActivityResponse | IfConditionActivityResponse | LookupActivityResponse | ScriptActivityResponse | SetVariableActivityResponse | SqlServerStoredProcedureActivityResponse | SwitchActivityResponse | SynapseNotebookActivityResponse | SynapseSparkJobDefinitionActivityResponse | UntilActivityResponse | ValidationActivityResponse | WaitActivityResponse | WebActivityResponse | WebHookActivityResponse)[]
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.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
expression This property is required. ExpressionResponse
An expression that would evaluate to Boolean. This is used to determine the block of activities (ifTrueActivities or ifFalseActivities) that will be executed.
name This property is required. str
Activity name.
depends_on Sequence[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
if_false_activities Sequence[Union[AppendVariableActivityResponse, AzureDataExplorerCommandActivityResponse, AzureFunctionActivityResponse, AzureMLBatchExecutionActivityResponse, AzureMLExecutePipelineActivityResponse, AzureMLUpdateResourceActivityResponse, ControlActivityResponse, CopyActivityResponse, CustomActivityResponse, DataLakeAnalyticsUSQLActivityResponse, DatabricksNotebookActivityResponse, DatabricksSparkJarActivityResponse, DatabricksSparkPythonActivityResponse, DeleteActivityResponse, ExecuteDataFlowActivityResponse, ExecutePipelineActivityResponse, ExecuteSSISPackageActivityResponse, ExecuteWranglingDataflowActivityResponse, ExecutionActivityResponse, FailActivityResponse, FilterActivityResponse, ForEachActivityResponse, GetMetadataActivityResponse, HDInsightHiveActivityResponse, HDInsightMapReduceActivityResponse, HDInsightPigActivityResponse, HDInsightSparkActivityResponse, HDInsightStreamingActivityResponse, IfConditionActivityResponse, LookupActivityResponse, ScriptActivityResponse, SetVariableActivityResponse, SqlServerStoredProcedureActivityResponse, SwitchActivityResponse, SynapseNotebookActivityResponse, SynapseSparkJobDefinitionActivityResponse, UntilActivityResponse, ValidationActivityResponse, WaitActivityResponse, WebActivityResponse, WebHookActivityResponse]]
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_activities Sequence[Union[AppendVariableActivityResponse, AzureDataExplorerCommandActivityResponse, AzureFunctionActivityResponse, AzureMLBatchExecutionActivityResponse, AzureMLExecutePipelineActivityResponse, AzureMLUpdateResourceActivityResponse, ControlActivityResponse, CopyActivityResponse, CustomActivityResponse, DataLakeAnalyticsUSQLActivityResponse, DatabricksNotebookActivityResponse, DatabricksSparkJarActivityResponse, DatabricksSparkPythonActivityResponse, DeleteActivityResponse, ExecuteDataFlowActivityResponse, ExecutePipelineActivityResponse, ExecuteSSISPackageActivityResponse, ExecuteWranglingDataflowActivityResponse, ExecutionActivityResponse, FailActivityResponse, FilterActivityResponse, ForEachActivityResponse, GetMetadataActivityResponse, HDInsightHiveActivityResponse, HDInsightMapReduceActivityResponse, HDInsightPigActivityResponse, HDInsightSparkActivityResponse, HDInsightStreamingActivityResponse, IfConditionActivityResponse, LookupActivityResponse, ScriptActivityResponse, SetVariableActivityResponse, SqlServerStoredProcedureActivityResponse, SwitchActivityResponse, SynapseNotebookActivityResponse, SynapseSparkJobDefinitionActivityResponse, UntilActivityResponse, ValidationActivityResponse, WaitActivityResponse, WebActivityResponse, WebHookActivityResponse]]
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.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
expression This property is required. 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 This property is required. String
Activity name.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
ifFalseActivities 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 expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action.
ifTrueActivities 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 expression is evaluated to true. This is an optional property and if not provided, the activity will exit without any action.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

ImpalaSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

InformixSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript object
A query to execute before starting the copy. Type: string (or Expression with resultType string).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript interface{}
A query to execute before starting the copy. Type: string (or Expression with resultType string).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Object
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript any
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
pre_copy_script Any
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Any
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

InformixSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

IntegrationRuntimeReferenceResponse

ReferenceName This property is required. string
Reference integration runtime name.
Type This property is required. string
Type of integration runtime.
Parameters Dictionary<string, object>
Arguments for integration runtime.
ReferenceName This property is required. string
Reference integration runtime name.
Type This property is required. string
Type of integration runtime.
Parameters map[string]interface{}
Arguments for integration runtime.
referenceName This property is required. String
Reference integration runtime name.
type This property is required. String
Type of integration runtime.
parameters Map<String,Object>
Arguments for integration runtime.
referenceName This property is required. string
Reference integration runtime name.
type This property is required. string
Type of integration runtime.
parameters {[key: string]: any}
Arguments for integration runtime.
reference_name This property is required. str
Reference integration runtime name.
type This property is required. str
Type of integration runtime.
parameters Mapping[str, Any]
Arguments for integration runtime.
referenceName This property is required. String
Reference integration runtime name.
type This property is required. String
Type of integration runtime.
parameters Map<Any>
Arguments for integration runtime.

JiraSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

JsonReadSettingsResponse

JsonSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings Pulumi.AzureNative.DataFactory.Inputs.JsonWriteSettingsResponse
Json format settings.
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobStorageWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureFileStorageWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FileServerWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.SftpWriteSettingsResponse
Json store settings.
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings JsonWriteSettingsResponse
Json format settings.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Json store settings.
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings JsonWriteSettingsResponse
Json format settings.
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Json store settings.
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings JsonWriteSettingsResponse
Json format settings.
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Json store settings.
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
format_settings JsonWriteSettingsResponse
Json format settings.
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
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 AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Json store settings.
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings Property Map
Json format settings.
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
Json store settings.
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

JsonSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings Pulumi.AzureNative.DataFactory.Inputs.JsonReadSettingsResponse
Json format settings.
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings Pulumi.AzureNative.DataFactory.Inputs.AmazonS3CompatibleReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AmazonS3ReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureFileStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FileServerReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FtpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.GoogleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HdfsReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HttpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.OracleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.SftpReadSettingsResponse
Json store settings.
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings JsonReadSettingsResponse
Json format settings.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Json store settings.
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings JsonReadSettingsResponse
Json format settings.
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Json store settings.
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings JsonReadSettingsResponse
Json format settings.
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
format_settings JsonReadSettingsResponse
Json format settings.
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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 AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Json store settings.
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings Property Map
Json format settings.
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings Property Map | Property Map | 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.

JsonWriteSettingsResponse

FilePattern 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.
FilePattern 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.
filePattern 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.
filePattern 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.
filePattern 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.

LakeHouseReadSettingsResponse

DeleteFilesAfterCompletion object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd object
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart object
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath object
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).
WildcardFileName object
Microsoft Fabric Lakehouse Files wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath object
Microsoft Fabric Lakehouse Files wildcardFolderPath. Type: string (or Expression with resultType string).
DeleteFilesAfterCompletion interface{}
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery interface{}
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd interface{}
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart interface{}
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath interface{}
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).
WildcardFileName interface{}
Microsoft Fabric Lakehouse Files wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath interface{}
Microsoft Fabric Lakehouse Files wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Object
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Object
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Object
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).
wildcardFileName Object
Microsoft Fabric Lakehouse Files wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Object
Microsoft Fabric Lakehouse Files wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath any
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).
wildcardFileName any
Microsoft Fabric Lakehouse Files wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath any
Microsoft Fabric Lakehouse Files wildcardFolderPath. Type: string (or Expression with resultType string).
delete_files_after_completion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enable_partition_discovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
file_list_path Any
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_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modified_datetime_end Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modified_datetime_start Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partition_root_path Any
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_name Any
Microsoft Fabric Lakehouse Files wildcardFileName. Type: string (or Expression with resultType string).
wildcard_folder_path Any
Microsoft Fabric Lakehouse Files wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Any
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).
wildcardFileName Any
Microsoft Fabric Lakehouse Files wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Any
Microsoft Fabric Lakehouse Files wildcardFolderPath. Type: string (or Expression with resultType string).

LakeHouseTableSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PartitionNameList object
Specify the partition column names from sink columns. Type: array of objects (or Expression with resultType array of objects).
PartitionOption object
Create partitions in folder structure based on one or multiple columns. Each distinct column value (pair) will be a new partition. Possible values include: "None", "PartitionByKey".
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
TableActionOption object
The type of table action for Lakehouse Table sink. Possible values include: "None", "Append", "Overwrite".
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PartitionNameList interface{}
Specify the partition column names from sink columns. Type: array of objects (or Expression with resultType array of objects).
PartitionOption interface{}
Create partitions in folder structure based on one or multiple columns. Each distinct column value (pair) will be a new partition. Possible values include: "None", "PartitionByKey".
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
TableActionOption interface{}
The type of table action for Lakehouse Table sink. Possible values include: "None", "Append", "Overwrite".
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
partitionNameList Object
Specify the partition column names from sink columns. Type: array of objects (or Expression with resultType array of objects).
partitionOption Object
Create partitions in folder structure based on one or multiple columns. Each distinct column value (pair) will be a new partition. Possible values include: "None", "PartitionByKey".
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
tableActionOption Object
The type of table action for Lakehouse Table sink. Possible values include: "None", "Append", "Overwrite".
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
partitionNameList any
Specify the partition column names from sink columns. Type: array of objects (or Expression with resultType array of objects).
partitionOption any
Create partitions in folder structure based on one or multiple columns. Each distinct column value (pair) will be a new partition. Possible values include: "None", "PartitionByKey".
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
tableActionOption any
The type of table action for Lakehouse Table sink. Possible values include: "None", "Append", "Overwrite".
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
partition_name_list Any
Specify the partition column names from sink columns. Type: array of objects (or Expression with resultType array of objects).
partition_option Any
Create partitions in folder structure based on one or multiple columns. Each distinct column value (pair) will be a new partition. Possible values include: "None", "PartitionByKey".
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
table_action_option Any
The type of table action for Lakehouse Table sink. Possible values include: "None", "Append", "Overwrite".
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
partitionNameList Any
Specify the partition column names from sink columns. Type: array of objects (or Expression with resultType array of objects).
partitionOption Any
Create partitions in folder structure based on one or multiple columns. Each distinct column value (pair) will be a new partition. Possible values include: "None", "PartitionByKey".
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
tableActionOption Any
The type of table action for Lakehouse Table sink. Possible values include: "None", "Append", "Overwrite".
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

LakeHouseTableSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
TimestampAsOf object
Query an older snapshot by timestamp. Type: string (or Expression with resultType string).
VersionAsOf object
Query an older snapshot by version. Type: integer (or Expression with resultType integer).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
TimestampAsOf interface{}
Query an older snapshot by timestamp. Type: string (or Expression with resultType string).
VersionAsOf interface{}
Query an older snapshot by version. Type: integer (or Expression with resultType integer).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
timestampAsOf Object
Query an older snapshot by timestamp. Type: string (or Expression with resultType string).
versionAsOf Object
Query an older snapshot by version. Type: integer (or Expression with resultType integer).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
timestampAsOf any
Query an older snapshot by timestamp. Type: string (or Expression with resultType string).
versionAsOf any
Query an older snapshot by version. Type: integer (or Expression with resultType integer).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
timestamp_as_of Any
Query an older snapshot by timestamp. Type: string (or Expression with resultType string).
version_as_of Any
Query an older snapshot by version. Type: integer (or Expression with resultType integer).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
timestampAsOf Any
Query an older snapshot by timestamp. Type: string (or Expression with resultType string).
versionAsOf Any
Query an older snapshot by version. Type: integer (or Expression with resultType integer).

LakeHouseWriteSettingsResponse

CopyBehavior object
The type of copy behavior for copy sink.
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Metadata List<Pulumi.AzureNative.DataFactory.Inputs.MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
CopyBehavior interface{}
The type of copy behavior for copy sink.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Metadata []MetadataItemResponse
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
copyBehavior Object
The type of copy behavior for copy sink.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata List<MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
copyBehavior any
The type of copy behavior for copy sink.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata MetadataItemResponse[]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
copy_behavior Any
The type of copy behavior for copy sink.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata Sequence[MetadataItemResponse]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
copyBehavior Any
The type of copy behavior for copy sink.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source 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).

LinkedServiceReferenceResponse

ReferenceName This property is required. string
Reference LinkedService name.
Type This property is required. string
Linked service reference type.
Parameters Dictionary<string, object>
Arguments for LinkedService.
ReferenceName This property is required. string
Reference LinkedService name.
Type This property is required. string
Linked service reference type.
Parameters map[string]interface{}
Arguments for LinkedService.
referenceName This property is required. String
Reference LinkedService name.
type This property is required. String
Linked service reference type.
parameters Map<String,Object>
Arguments for LinkedService.
referenceName This property is required. string
Reference LinkedService name.
type This property is required. string
Linked service reference type.
parameters {[key: string]: any}
Arguments for LinkedService.
reference_name This property is required. str
Reference LinkedService name.
type This property is required. str
Linked service reference type.
parameters Mapping[str, Any]
Arguments for LinkedService.
referenceName This property is required. String
Reference LinkedService name.
type This property is required. String
Linked service reference type.
parameters Map<Any>
Arguments for LinkedService.

LogLocationSettingsResponse

LinkedServiceName This property is required. Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
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).
LinkedServiceName This property is required. LinkedServiceReferenceResponse
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).
linkedServiceName This property is required. LinkedServiceReferenceResponse
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).
linkedServiceName This property is required. LinkedServiceReferenceResponse
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_name This property is required. LinkedServiceReferenceResponse
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).
linkedServiceName This property is required. Property Map
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).

LogSettingsResponse

LogLocationSettings This property is required. Pulumi.AzureNative.DataFactory.Inputs.LogLocationSettingsResponse
Log location settings customer needs to provide when enabling log.
CopyActivityLogSettings Pulumi.AzureNative.DataFactory.Inputs.CopyActivityLogSettingsResponse
Specifies settings for copy activity log.
EnableCopyActivityLog object
Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
LogLocationSettings This property is required. LogLocationSettingsResponse
Log location settings customer needs to provide when enabling log.
CopyActivityLogSettings CopyActivityLogSettingsResponse
Specifies settings for copy activity log.
EnableCopyActivityLog interface{}
Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
logLocationSettings This property is required. LogLocationSettingsResponse
Log location settings customer needs to provide when enabling log.
copyActivityLogSettings CopyActivityLogSettingsResponse
Specifies settings for copy activity log.
enableCopyActivityLog Object
Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
logLocationSettings This property is required. LogLocationSettingsResponse
Log location settings customer needs to provide when enabling log.
copyActivityLogSettings CopyActivityLogSettingsResponse
Specifies settings for copy activity log.
enableCopyActivityLog any
Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
log_location_settings This property is required. LogLocationSettingsResponse
Log location settings customer needs to provide when enabling log.
copy_activity_log_settings CopyActivityLogSettingsResponse
Specifies settings for copy activity log.
enable_copy_activity_log Any
Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
logLocationSettings This property is required. Property Map
Log location settings customer needs to provide when enabling log.
copyActivityLogSettings Property Map
Specifies settings for copy activity log.
enableCopyActivityLog Any
Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).

LogStorageSettingsResponse

LinkedServiceName This property is required. Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Log storage linked service reference.
EnableReliableLogging object
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
LogLevel 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).
LinkedServiceName This property is required. LinkedServiceReferenceResponse
Log storage linked service reference.
EnableReliableLogging interface{}
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
LogLevel 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).
linkedServiceName This property is required. LinkedServiceReferenceResponse
Log storage linked service reference.
enableReliableLogging Object
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
logLevel 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).
linkedServiceName This property is required. LinkedServiceReferenceResponse
Log storage linked service reference.
enableReliableLogging any
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
logLevel 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_name This property is required. LinkedServiceReferenceResponse
Log storage linked service reference.
enable_reliable_logging Any
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).
linkedServiceName This property is required. Property Map
Log storage linked service reference.
enableReliableLogging Any
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
logLevel 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).

LookupActivityResponse

Dataset This property is required. Pulumi.AzureNative.DataFactory.Inputs.DatasetReferenceResponse
Lookup activity dataset reference.
Name This property is required. string
Activity name.
Source This property is required. Pulumi.AzureNative.DataFactory.Inputs.AmazonMWSSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AmazonRdsForOracleSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AmazonRdsForSqlServerSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AmazonRedshiftSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AvroSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataExplorerSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDatabricksDeltaLakeSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureMariaDBSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureMySqlSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzurePostgreSqlSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureSqlSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureTableSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.BinarySourceResponse | Pulumi.AzureNative.DataFactory.Inputs.BlobSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.CassandraSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.CommonDataServiceForAppsSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ConcurSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.CosmosDbMongoDbApiSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.CosmosDbSqlApiSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.CouchbaseSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.Db2SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.DelimitedTextSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.DocumentDbCollectionSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.DrillSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.DynamicsAXSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.DynamicsCrmSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.DynamicsSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.EloquaSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ExcelSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.FileSystemSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.GoogleAdWordsSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.GoogleBigQuerySourceResponse | Pulumi.AzureNative.DataFactory.Inputs.GoogleBigQueryV2SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.GreenplumSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.HBaseSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.HdfsSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.HiveSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.HttpSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.HubspotSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ImpalaSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.InformixSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.JiraSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.JsonSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseTableSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.MagentoSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.MariaDBSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.MarketoSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.MicrosoftAccessSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.MongoDbAtlasSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.MongoDbSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.MongoDbV2SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.MySqlSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.NetezzaSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ODataSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.OdbcSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.Office365SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.OracleServiceCloudSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.OracleSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.OrcSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ParquetSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.PaypalSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.PhoenixSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.PostgreSqlSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.PostgreSqlV2SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.PrestoSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.QuickBooksSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.RelationalSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ResponsysSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.RestSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SalesforceMarketingCloudSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SalesforceServiceCloudSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SalesforceServiceCloudV2SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SalesforceSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SalesforceV2SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SapBwSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SapCloudForCustomerSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SapEccSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SapHanaSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SapOdpSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SapOpenHubSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SapTableSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ServiceNowSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ServiceNowV2SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SharePointOnlineListSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ShopifySourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SnowflakeSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SnowflakeV2SourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SparkSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SqlDWSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SqlMISourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SqlServerSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SqlSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SquareSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.SybaseSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.TabularSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.TeradataSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.VerticaSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.WarehouseSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.WebSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.XeroSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.XmlSourceResponse | Pulumi.AzureNative.DataFactory.Inputs.ZohoSourceResponse
Dataset-specific source properties, same as copy activity source.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
FirstRowOnly object
Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Dataset This property is required. DatasetReferenceResponse
Lookup activity dataset reference.
Name This property is required. string
Activity name.
Source This property is required. AmazonMWSSourceResponse | AmazonRdsForOracleSourceResponse | AmazonRdsForSqlServerSourceResponse | AmazonRedshiftSourceResponse | AvroSourceResponse | AzureBlobFSSourceResponse | AzureDataExplorerSourceResponse | AzureDataLakeStoreSourceResponse | AzureDatabricksDeltaLakeSourceResponse | AzureMariaDBSourceResponse | AzureMySqlSourceResponse | AzurePostgreSqlSourceResponse | AzureSqlSourceResponse | AzureTableSourceResponse | BinarySourceResponse | BlobSourceResponse | CassandraSourceResponse | CommonDataServiceForAppsSourceResponse | ConcurSourceResponse | CosmosDbMongoDbApiSourceResponse | CosmosDbSqlApiSourceResponse | CouchbaseSourceResponse | Db2SourceResponse | DelimitedTextSourceResponse | DocumentDbCollectionSourceResponse | DrillSourceResponse | DynamicsAXSourceResponse | DynamicsCrmSourceResponse | DynamicsSourceResponse | EloquaSourceResponse | ExcelSourceResponse | FileSystemSourceResponse | GoogleAdWordsSourceResponse | GoogleBigQuerySourceResponse | GoogleBigQueryV2SourceResponse | GreenplumSourceResponse | HBaseSourceResponse | HdfsSourceResponse | HiveSourceResponse | HttpSourceResponse | HubspotSourceResponse | ImpalaSourceResponse | InformixSourceResponse | JiraSourceResponse | JsonSourceResponse | LakeHouseTableSourceResponse | MagentoSourceResponse | MariaDBSourceResponse | MarketoSourceResponse | MicrosoftAccessSourceResponse | MongoDbAtlasSourceResponse | MongoDbSourceResponse | MongoDbV2SourceResponse | MySqlSourceResponse | NetezzaSourceResponse | ODataSourceResponse | OdbcSourceResponse | Office365SourceResponse | OracleServiceCloudSourceResponse | OracleSourceResponse | OrcSourceResponse | ParquetSourceResponse | PaypalSourceResponse | PhoenixSourceResponse | PostgreSqlSourceResponse | PostgreSqlV2SourceResponse | PrestoSourceResponse | QuickBooksSourceResponse | RelationalSourceResponse | ResponsysSourceResponse | RestSourceResponse | SalesforceMarketingCloudSourceResponse | SalesforceServiceCloudSourceResponse | SalesforceServiceCloudV2SourceResponse | SalesforceSourceResponse | SalesforceV2SourceResponse | SapBwSourceResponse | SapCloudForCustomerSourceResponse | SapEccSourceResponse | SapHanaSourceResponse | SapOdpSourceResponse | SapOpenHubSourceResponse | SapTableSourceResponse | ServiceNowSourceResponse | ServiceNowV2SourceResponse | SharePointOnlineListSourceResponse | ShopifySourceResponse | SnowflakeSourceResponse | SnowflakeV2SourceResponse | SparkSourceResponse | SqlDWSourceResponse | SqlMISourceResponse | SqlServerSourceResponse | SqlSourceResponse | SquareSourceResponse | SybaseSourceResponse | TabularSourceResponse | TeradataSourceResponse | VerticaSourceResponse | WarehouseSourceResponse | WebSourceResponse | XeroSourceResponse | XmlSourceResponse | ZohoSourceResponse
Dataset-specific source properties, same as copy activity source.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
FirstRowOnly interface{}
Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
dataset This property is required. DatasetReferenceResponse
Lookup activity dataset reference.
name This property is required. String
Activity name.
source This property is required. AmazonMWSSourceResponse | AmazonRdsForOracleSourceResponse | AmazonRdsForSqlServerSourceResponse | AmazonRedshiftSourceResponse | AvroSourceResponse | AzureBlobFSSourceResponse | AzureDataExplorerSourceResponse | AzureDataLakeStoreSourceResponse | AzureDatabricksDeltaLakeSourceResponse | AzureMariaDBSourceResponse | AzureMySqlSourceResponse | AzurePostgreSqlSourceResponse | AzureSqlSourceResponse | AzureTableSourceResponse | BinarySourceResponse | BlobSourceResponse | CassandraSourceResponse | CommonDataServiceForAppsSourceResponse | ConcurSourceResponse | CosmosDbMongoDbApiSourceResponse | CosmosDbSqlApiSourceResponse | CouchbaseSourceResponse | Db2SourceResponse | DelimitedTextSourceResponse | DocumentDbCollectionSourceResponse | DrillSourceResponse | DynamicsAXSourceResponse | DynamicsCrmSourceResponse | DynamicsSourceResponse | EloquaSourceResponse | ExcelSourceResponse | FileSystemSourceResponse | GoogleAdWordsSourceResponse | GoogleBigQuerySourceResponse | GoogleBigQueryV2SourceResponse | GreenplumSourceResponse | HBaseSourceResponse | HdfsSourceResponse | HiveSourceResponse | HttpSourceResponse | HubspotSourceResponse | ImpalaSourceResponse | InformixSourceResponse | JiraSourceResponse | JsonSourceResponse | LakeHouseTableSourceResponse | MagentoSourceResponse | MariaDBSourceResponse | MarketoSourceResponse | MicrosoftAccessSourceResponse | MongoDbAtlasSourceResponse | MongoDbSourceResponse | MongoDbV2SourceResponse | MySqlSourceResponse | NetezzaSourceResponse | ODataSourceResponse | OdbcSourceResponse | Office365SourceResponse | OracleServiceCloudSourceResponse | OracleSourceResponse | OrcSourceResponse | ParquetSourceResponse | PaypalSourceResponse | PhoenixSourceResponse | PostgreSqlSourceResponse | PostgreSqlV2SourceResponse | PrestoSourceResponse | QuickBooksSourceResponse | RelationalSourceResponse | ResponsysSourceResponse | RestSourceResponse | SalesforceMarketingCloudSourceResponse | SalesforceServiceCloudSourceResponse | SalesforceServiceCloudV2SourceResponse | SalesforceSourceResponse | SalesforceV2SourceResponse | SapBwSourceResponse | SapCloudForCustomerSourceResponse | SapEccSourceResponse | SapHanaSourceResponse | SapOdpSourceResponse | SapOpenHubSourceResponse | SapTableSourceResponse | ServiceNowSourceResponse | ServiceNowV2SourceResponse | SharePointOnlineListSourceResponse | ShopifySourceResponse | SnowflakeSourceResponse | SnowflakeV2SourceResponse | SparkSourceResponse | SqlDWSourceResponse | SqlMISourceResponse | SqlServerSourceResponse | SqlSourceResponse | SquareSourceResponse | SybaseSourceResponse | TabularSourceResponse | TeradataSourceResponse | VerticaSourceResponse | WarehouseSourceResponse | WebSourceResponse | XeroSourceResponse | XmlSourceResponse | ZohoSourceResponse
Dataset-specific source properties, same as copy activity source.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
firstRowOnly Object
Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
dataset This property is required. DatasetReferenceResponse
Lookup activity dataset reference.
name This property is required. string
Activity name.
source This property is required. AmazonMWSSourceResponse | AmazonRdsForOracleSourceResponse | AmazonRdsForSqlServerSourceResponse | AmazonRedshiftSourceResponse | AvroSourceResponse | AzureBlobFSSourceResponse | AzureDataExplorerSourceResponse | AzureDataLakeStoreSourceResponse | AzureDatabricksDeltaLakeSourceResponse | AzureMariaDBSourceResponse | AzureMySqlSourceResponse | AzurePostgreSqlSourceResponse | AzureSqlSourceResponse | AzureTableSourceResponse | BinarySourceResponse | BlobSourceResponse | CassandraSourceResponse | CommonDataServiceForAppsSourceResponse | ConcurSourceResponse | CosmosDbMongoDbApiSourceResponse | CosmosDbSqlApiSourceResponse | CouchbaseSourceResponse | Db2SourceResponse | DelimitedTextSourceResponse | DocumentDbCollectionSourceResponse | DrillSourceResponse | DynamicsAXSourceResponse | DynamicsCrmSourceResponse | DynamicsSourceResponse | EloquaSourceResponse | ExcelSourceResponse | FileSystemSourceResponse | GoogleAdWordsSourceResponse | GoogleBigQuerySourceResponse | GoogleBigQueryV2SourceResponse | GreenplumSourceResponse | HBaseSourceResponse | HdfsSourceResponse | HiveSourceResponse | HttpSourceResponse | HubspotSourceResponse | ImpalaSourceResponse | InformixSourceResponse | JiraSourceResponse | JsonSourceResponse | LakeHouseTableSourceResponse | MagentoSourceResponse | MariaDBSourceResponse | MarketoSourceResponse | MicrosoftAccessSourceResponse | MongoDbAtlasSourceResponse | MongoDbSourceResponse | MongoDbV2SourceResponse | MySqlSourceResponse | NetezzaSourceResponse | ODataSourceResponse | OdbcSourceResponse | Office365SourceResponse | OracleServiceCloudSourceResponse | OracleSourceResponse | OrcSourceResponse | ParquetSourceResponse | PaypalSourceResponse | PhoenixSourceResponse | PostgreSqlSourceResponse | PostgreSqlV2SourceResponse | PrestoSourceResponse | QuickBooksSourceResponse | RelationalSourceResponse | ResponsysSourceResponse | RestSourceResponse | SalesforceMarketingCloudSourceResponse | SalesforceServiceCloudSourceResponse | SalesforceServiceCloudV2SourceResponse | SalesforceSourceResponse | SalesforceV2SourceResponse | SapBwSourceResponse | SapCloudForCustomerSourceResponse | SapEccSourceResponse | SapHanaSourceResponse | SapOdpSourceResponse | SapOpenHubSourceResponse | SapTableSourceResponse | ServiceNowSourceResponse | ServiceNowV2SourceResponse | SharePointOnlineListSourceResponse | ShopifySourceResponse | SnowflakeSourceResponse | SnowflakeV2SourceResponse | SparkSourceResponse | SqlDWSourceResponse | SqlMISourceResponse | SqlServerSourceResponse | SqlSourceResponse | SquareSourceResponse | SybaseSourceResponse | TabularSourceResponse | TeradataSourceResponse | VerticaSourceResponse | WarehouseSourceResponse | WebSourceResponse | XeroSourceResponse | XmlSourceResponse | ZohoSourceResponse
Dataset-specific source properties, same as copy activity source.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
firstRowOnly any
Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
dataset This property is required. DatasetReferenceResponse
Lookup activity dataset reference.
name This property is required. str
Activity name.
source This property is required. AmazonMWSSourceResponse | AmazonRdsForOracleSourceResponse | AmazonRdsForSqlServerSourceResponse | AmazonRedshiftSourceResponse | AvroSourceResponse | AzureBlobFSSourceResponse | AzureDataExplorerSourceResponse | AzureDataLakeStoreSourceResponse | AzureDatabricksDeltaLakeSourceResponse | AzureMariaDBSourceResponse | AzureMySqlSourceResponse | AzurePostgreSqlSourceResponse | AzureSqlSourceResponse | AzureTableSourceResponse | BinarySourceResponse | BlobSourceResponse | CassandraSourceResponse | CommonDataServiceForAppsSourceResponse | ConcurSourceResponse | CosmosDbMongoDbApiSourceResponse | CosmosDbSqlApiSourceResponse | CouchbaseSourceResponse | Db2SourceResponse | DelimitedTextSourceResponse | DocumentDbCollectionSourceResponse | DrillSourceResponse | DynamicsAXSourceResponse | DynamicsCrmSourceResponse | DynamicsSourceResponse | EloquaSourceResponse | ExcelSourceResponse | FileSystemSourceResponse | GoogleAdWordsSourceResponse | GoogleBigQuerySourceResponse | GoogleBigQueryV2SourceResponse | GreenplumSourceResponse | HBaseSourceResponse | HdfsSourceResponse | HiveSourceResponse | HttpSourceResponse | HubspotSourceResponse | ImpalaSourceResponse | InformixSourceResponse | JiraSourceResponse | JsonSourceResponse | LakeHouseTableSourceResponse | MagentoSourceResponse | MariaDBSourceResponse | MarketoSourceResponse | MicrosoftAccessSourceResponse | MongoDbAtlasSourceResponse | MongoDbSourceResponse | MongoDbV2SourceResponse | MySqlSourceResponse | NetezzaSourceResponse | ODataSourceResponse | OdbcSourceResponse | Office365SourceResponse | OracleServiceCloudSourceResponse | OracleSourceResponse | OrcSourceResponse | ParquetSourceResponse | PaypalSourceResponse | PhoenixSourceResponse | PostgreSqlSourceResponse | PostgreSqlV2SourceResponse | PrestoSourceResponse | QuickBooksSourceResponse | RelationalSourceResponse | ResponsysSourceResponse | RestSourceResponse | SalesforceMarketingCloudSourceResponse | SalesforceServiceCloudSourceResponse | SalesforceServiceCloudV2SourceResponse | SalesforceSourceResponse | SalesforceV2SourceResponse | SapBwSourceResponse | SapCloudForCustomerSourceResponse | SapEccSourceResponse | SapHanaSourceResponse | SapOdpSourceResponse | SapOpenHubSourceResponse | SapTableSourceResponse | ServiceNowSourceResponse | ServiceNowV2SourceResponse | SharePointOnlineListSourceResponse | ShopifySourceResponse | SnowflakeSourceResponse | SnowflakeV2SourceResponse | SparkSourceResponse | SqlDWSourceResponse | SqlMISourceResponse | SqlServerSourceResponse | SqlSourceResponse | SquareSourceResponse | SybaseSourceResponse | TabularSourceResponse | TeradataSourceResponse | VerticaSourceResponse | WarehouseSourceResponse | WebSourceResponse | XeroSourceResponse | XmlSourceResponse | ZohoSourceResponse
Dataset-specific source properties, same as copy activity source.
depends_on Sequence[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
first_row_only Any
Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
linked_service_name LinkedServiceReferenceResponse
Linked service reference.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
dataset This property is required. Property Map
Lookup activity dataset reference.
name This property is required. String
Activity name.
source This property is required. Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | 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.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
firstRowOnly Any
Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
linkedServiceName Property Map
Linked service reference.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

MagentoSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

MetadataItemResponse

Name object
Metadata item key name. Type: string (or Expression with resultType string).
Value object
Metadata item value. Type: string (or Expression with resultType string).
Name interface{}
Metadata item key name. Type: string (or Expression with resultType string).
Value interface{}
Metadata item value. Type: string (or Expression with resultType string).
name Object
Metadata item key name. Type: string (or Expression with resultType string).
value Object
Metadata item value. Type: string (or Expression with resultType string).
name any
Metadata item key name. Type: string (or Expression with resultType string).
value any
Metadata item value. Type: string (or Expression with resultType string).
name Any
Metadata item key name. Type: string (or Expression with resultType string).
value Any
Metadata item value. Type: string (or Expression with resultType string).
name Any
Metadata item key name. Type: string (or Expression with resultType string).
value Any
Metadata item value. Type: string (or Expression with resultType string).

MicrosoftAccessSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript object
A query to execute before starting the copy. Type: string (or Expression with resultType string).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript interface{}
A query to execute before starting the copy. Type: string (or Expression with resultType string).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Object
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript any
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
pre_copy_script Any
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Any
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

MicrosoftAccessSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

MongoDbAtlasSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior 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).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior 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).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior 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).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior 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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior 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).

MongoDbAtlasSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
BatchSize 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).
CursorMethods Pulumi.AzureNative.DataFactory.Inputs.MongoDbCursorMethodsPropertiesResponse
Cursor methods for Mongodb query
DisableMetricsCollection object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
BatchSize 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).
CursorMethods MongoDbCursorMethodsPropertiesResponse
Cursor methods for Mongodb query
DisableMetricsCollection interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
batchSize 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).
cursorMethods MongoDbCursorMethodsPropertiesResponse
Cursor methods for Mongodb query
disableMetricsCollection Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
batchSize 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).
cursorMethods MongoDbCursorMethodsPropertiesResponse
Cursor methods for Mongodb query
disableMetricsCollection any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_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 MongoDbCursorMethodsPropertiesResponse
Cursor methods for Mongodb query
disable_metrics_collection Any
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_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
batchSize 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).
cursorMethods Property Map
Cursor methods for Mongodb query
disableMetricsCollection Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

MongoDbCursorMethodsPropertiesResponse

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).

MongoDbSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

MongoDbV2SinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior 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).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior 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).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior 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).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior 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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior 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).

MongoDbV2SourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
BatchSize 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).
CursorMethods Pulumi.AzureNative.DataFactory.Inputs.MongoDbCursorMethodsPropertiesResponse
Cursor methods for Mongodb query
DisableMetricsCollection object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
BatchSize 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).
CursorMethods MongoDbCursorMethodsPropertiesResponse
Cursor methods for Mongodb query
DisableMetricsCollection interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
batchSize 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).
cursorMethods MongoDbCursorMethodsPropertiesResponse
Cursor methods for Mongodb query
disableMetricsCollection Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
batchSize 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).
cursorMethods MongoDbCursorMethodsPropertiesResponse
Cursor methods for Mongodb query
disableMetricsCollection any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_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 MongoDbCursorMethodsPropertiesResponse
Cursor methods for Mongodb query
disable_metrics_collection Any
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_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
batchSize 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).
cursorMethods Property Map
Cursor methods for Mongodb query
disableMetricsCollection Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

NetezzaPartitionSettingsResponse

PartitionColumnName object
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionLowerBound object
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionUpperBound object
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionColumnName interface{}
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionLowerBound interface{}
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionUpperBound interface{}
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionColumnName Object
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionLowerBound Object
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionUpperBound Object
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionColumnName any
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionLowerBound any
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionUpperBound any
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_name Any
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_bound Any
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_bound Any
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionColumnName Any
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionLowerBound Any
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionUpperBound Any
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).

NetezzaSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption object
The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", "DataSlice", "DynamicRange".
PartitionSettings Pulumi.AzureNative.DataFactory.Inputs.NetezzaPartitionSettingsResponse
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption interface{}
The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", "DataSlice", "DynamicRange".
PartitionSettings NetezzaPartitionSettingsResponse
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Object
The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", "DataSlice", "DynamicRange".
partitionSettings NetezzaPartitionSettingsResponse
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption any
The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", "DataSlice", "DynamicRange".
partitionSettings NetezzaPartitionSettingsResponse
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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 NetezzaPartitionSettingsResponse
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Any
The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", "DataSlice", "DynamicRange".
partitionSettings 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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

NotebookParameterResponse

Type string
Notebook parameter type.
Value object
Notebook parameter value. Type: string (or Expression with resultType string).
Type string
Notebook parameter type.
Value interface{}
Notebook parameter value. Type: string (or Expression with resultType string).
type String
Notebook parameter type.
value Object
Notebook parameter value. Type: string (or Expression with resultType string).
type string
Notebook parameter type.
value any
Notebook parameter value. Type: string (or Expression with resultType string).
type str
Notebook parameter type.
value Any
Notebook parameter value. Type: string (or Expression with resultType string).
type String
Notebook parameter type.
value Any
Notebook parameter value. Type: string (or Expression with resultType string).

ODataSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpRequestTimeout object
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])).
MaxConcurrentConnections object
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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpRequestTimeout interface{}
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])).
MaxConcurrentConnections interface{}
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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout Object
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])).
maxConcurrentConnections Object
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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout any
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])).
maxConcurrentConnections any
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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
http_request_timeout Any
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_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout Any
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])).
maxConcurrentConnections Any
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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

OdbcSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript object
A query to execute before starting the copy. Type: string (or Expression with resultType string).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript interface{}
A query to execute before starting the copy. Type: string (or Expression with resultType string).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Object
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript any
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
pre_copy_script Any
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Any
A query to execute before starting the copy. Type: string (or Expression with resultType string).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

OdbcSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

Office365SourceResponse

AllowedGroups object
The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
DateFilterColumn object
The Column to apply the and . Type: string (or Expression with resultType string).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EndTime object
End time of the requested range for this dataset. Type: string (or Expression with resultType string).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
OutputColumns object
The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). itemType: OutputColumn. Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StartTime object
Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
UserScopeFilterUri object
The user scope uri. Type: string (or Expression with resultType string).
AllowedGroups interface{}
The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
DateFilterColumn interface{}
The Column to apply the and . Type: string (or Expression with resultType string).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EndTime interface{}
End time of the requested range for this dataset. Type: string (or Expression with resultType string).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
OutputColumns interface{}
The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). itemType: OutputColumn. Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StartTime interface{}
Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
UserScopeFilterUri interface{}
The user scope uri. Type: string (or Expression with resultType string).
allowedGroups Object
The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
dateFilterColumn Object
The Column to apply the and . Type: string (or Expression with resultType string).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
endTime Object
End time of the requested range for this dataset. Type: string (or Expression with resultType string).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
outputColumns Object
The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). itemType: OutputColumn. Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
startTime Object
Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
userScopeFilterUri Object
The user scope uri. Type: string (or Expression with resultType string).
allowedGroups any
The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
dateFilterColumn any
The Column to apply the and . Type: string (or Expression with resultType string).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
endTime any
End time of the requested range for this dataset. Type: string (or Expression with resultType string).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
outputColumns any
The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). itemType: OutputColumn. Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
startTime any
Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
userScopeFilterUri any
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_column Any
The Column to apply the and . Type: string (or Expression with resultType string).
disable_metrics_collection Any
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_connections Any
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). itemType: OutputColumn. Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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_filter_uri Any
The user scope uri. Type: string (or Expression with resultType string).
allowedGroups Any
The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
dateFilterColumn Any
The Column to apply the and . Type: string (or Expression with resultType string).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
endTime Any
End time of the requested range for this dataset. Type: string (or Expression with resultType string).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
outputColumns Any
The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). itemType: OutputColumn. Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
startTime Any
Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
userScopeFilterUri Any
The user scope uri. Type: string (or Expression with resultType string).

OracleCloudStorageReadSettingsResponse

DeleteFilesAfterCompletion object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd object
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart object
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath object
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).
WildcardFileName object
Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath object
Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
DeleteFilesAfterCompletion interface{}
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery interface{}
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd interface{}
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart interface{}
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath interface{}
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).
WildcardFileName interface{}
Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath interface{}
Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Object
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Object
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Object
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).
wildcardFileName Object
Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Object
Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath any
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).
wildcardFileName any
Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath any
Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
delete_files_after_completion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enable_partition_discovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
file_list_path Any
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_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modified_datetime_end Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modified_datetime_start Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partition_root_path Any
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_name Any
Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
wildcard_folder_path Any
Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Any
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).
wildcardFileName Any
Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Any
Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).

OraclePartitionSettingsResponse

PartitionColumnName object
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionLowerBound object
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionNames List<object>
Names of the physical partitions of Oracle table.
PartitionUpperBound object
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionColumnName interface{}
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionLowerBound interface{}
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionNames []interface{}
Names of the physical partitions of Oracle table.
PartitionUpperBound interface{}
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionColumnName Object
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionLowerBound Object
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionNames List<Object>
Names of the physical partitions of Oracle table.
partitionUpperBound Object
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionColumnName any
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionLowerBound any
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionNames any[]
Names of the physical partitions of Oracle table.
partitionUpperBound any
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_name Any
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_bound Any
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_bound Any
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionColumnName Any
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionLowerBound Any
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionNames List<Any>
Names of the physical partitions of Oracle table.
partitionUpperBound Any
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).

OracleServiceCloudSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

OracleSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript object
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript interface{}
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Object
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
pre_copy_script Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

OracleSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
OracleReaderQuery object
Oracle reader query. Type: string (or Expression with resultType string).
PartitionOption object
The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
PartitionSettings Pulumi.AzureNative.DataFactory.Inputs.OraclePartitionSettingsResponse
The settings that will be leveraged for Oracle source partitioning.
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
OracleReaderQuery interface{}
Oracle reader query. Type: string (or Expression with resultType string).
PartitionOption interface{}
The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
PartitionSettings OraclePartitionSettingsResponse
The settings that will be leveraged for Oracle source partitioning.
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
oracleReaderQuery Object
Oracle reader query. Type: string (or Expression with resultType string).
partitionOption Object
The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
partitionSettings OraclePartitionSettingsResponse
The settings that will be leveraged for Oracle source partitioning.
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
oracleReaderQuery any
Oracle reader query. Type: string (or Expression with resultType string).
partitionOption any
The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
partitionSettings OraclePartitionSettingsResponse
The settings that will be leveraged for Oracle source partitioning.
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
oracle_reader_query Any
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 OraclePartitionSettingsResponse
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
oracleReaderQuery Any
Oracle reader query. Type: string (or Expression with resultType string).
partitionOption Any
The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
partitionSettings Property Map
The settings that will be leveraged for Oracle source partitioning.
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

OrcSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings Pulumi.AzureNative.DataFactory.Inputs.OrcWriteSettingsResponse
ORC format settings.
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobStorageWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureFileStorageWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FileServerWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.SftpWriteSettingsResponse
ORC store settings.
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings OrcWriteSettingsResponse
ORC format settings.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
ORC store settings.
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings OrcWriteSettingsResponse
ORC format settings.
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
ORC store settings.
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings OrcWriteSettingsResponse
ORC format settings.
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
ORC store settings.
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
format_settings OrcWriteSettingsResponse
ORC format settings.
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
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 AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
ORC store settings.
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings Property Map
ORC format settings.
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
ORC store settings.
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

OrcSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings Pulumi.AzureNative.DataFactory.Inputs.AmazonS3CompatibleReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AmazonS3ReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureFileStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FileServerReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FtpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.GoogleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HdfsReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HttpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.OracleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.SftpReadSettingsResponse
ORC store settings.
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
ORC store settings.
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
ORC store settings.
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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 AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
ORC store settings.
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings Property Map | Property Map | 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.

OrcWriteSettingsResponse

FileNamePrefix object
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
MaxRowsPerFile object
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
FileNamePrefix interface{}
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
MaxRowsPerFile interface{}
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
fileNamePrefix Object
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
maxRowsPerFile Object
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
fileNamePrefix any
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
maxRowsPerFile any
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_prefix Any
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
max_rows_per_file Any
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
fileNamePrefix Any
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
maxRowsPerFile Any
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).

ParameterSpecificationResponse

Type This property is required. string
Parameter type.
DefaultValue object
Default value of parameter.
Type This property is required. string
Parameter type.
DefaultValue interface{}
Default value of parameter.
type This property is required. String
Parameter type.
defaultValue Object
Default value of parameter.
type This property is required. string
Parameter type.
defaultValue any
Default value of parameter.
type This property is required. str
Parameter type.
default_value Any
Default value of parameter.
type This property is required. String
Parameter type.
defaultValue Any
Default value of parameter.

ParquetReadSettingsResponse

ParquetSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings Pulumi.AzureNative.DataFactory.Inputs.ParquetWriteSettingsResponse
Parquet format settings.
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobStorageWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureFileStorageWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FileServerWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseWriteSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.SftpWriteSettingsResponse
Parquet store settings.
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings ParquetWriteSettingsResponse
Parquet format settings.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Parquet store settings.
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings ParquetWriteSettingsResponse
Parquet format settings.
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Parquet store settings.
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings ParquetWriteSettingsResponse
Parquet format settings.
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Parquet store settings.
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
format_settings ParquetWriteSettingsResponse
Parquet format settings.
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
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 AzureBlobFSWriteSettingsResponse | AzureBlobStorageWriteSettingsResponse | AzureDataLakeStoreWriteSettingsResponse | AzureFileStorageWriteSettingsResponse | FileServerWriteSettingsResponse | LakeHouseWriteSettingsResponse | SftpWriteSettingsResponse
Parquet store settings.
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings Property Map
Parquet format settings.
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
Parquet store settings.
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

ParquetSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings Pulumi.AzureNative.DataFactory.Inputs.ParquetReadSettingsResponse
Parquet format settings.
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings Pulumi.AzureNative.DataFactory.Inputs.AmazonS3CompatibleReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AmazonS3ReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureFileStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FileServerReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FtpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.GoogleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HdfsReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HttpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.OracleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.SftpReadSettingsResponse
Parquet store settings.
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings ParquetReadSettingsResponse
Parquet format settings.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Parquet store settings.
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings ParquetReadSettingsResponse
Parquet format settings.
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Parquet store settings.
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings ParquetReadSettingsResponse
Parquet format settings.
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
format_settings ParquetReadSettingsResponse
Parquet format settings.
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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 AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Parquet store settings.
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings Property Map
Parquet format settings.
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings Property Map | Property Map | 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.

ParquetWriteSettingsResponse

FileNamePrefix object
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
MaxRowsPerFile object
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
FileNamePrefix interface{}
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
MaxRowsPerFile interface{}
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
fileNamePrefix Object
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
maxRowsPerFile Object
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
fileNamePrefix any
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
maxRowsPerFile any
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_prefix Any
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
max_rows_per_file Any
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).
fileNamePrefix Any
Specifies the file name pattern _. when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).
maxRowsPerFile Any
Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).

PaypalSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

PipelineElapsedTimeMetricPolicyResponse

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.

PipelinePolicyResponse

elapsedTimeMetric Property Map
Pipeline ElapsedTime Metric Policy.

PipelineReferenceResponse

ReferenceName This property is required. string
Reference pipeline name.
Type This property is required. string
Pipeline reference type.
Name string
Reference name.
ReferenceName This property is required. string
Reference pipeline name.
Type This property is required. string
Pipeline reference type.
Name string
Reference name.
referenceName This property is required. String
Reference pipeline name.
type This property is required. String
Pipeline reference type.
name String
Reference name.
referenceName This property is required. string
Reference pipeline name.
type This property is required. string
Pipeline reference type.
name string
Reference name.
reference_name This property is required. str
Reference pipeline name.
type This property is required. str
Pipeline reference type.
name str
Reference name.
referenceName This property is required. String
Reference pipeline name.
type This property is required. String
Pipeline reference type.
name String
Reference name.

PipelineResponseFolder

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.

PolybaseSettingsResponse

RejectSampleValue object
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.
RejectType string
Reject type.
RejectValue 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.
UseTypeDefault object
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).
RejectSampleValue interface{}
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.
RejectType string
Reject type.
RejectValue 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.
UseTypeDefault interface{}
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).
rejectSampleValue Object
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.
rejectType String
Reject type.
rejectValue 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.
useTypeDefault Object
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).
rejectSampleValue any
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.
rejectType string
Reject type.
rejectValue 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.
useTypeDefault any
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_value Any
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_default Any
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).
rejectSampleValue Any
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.
rejectType String
Reject type.
rejectValue 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.
useTypeDefault Any
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).

PostgreSqlSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

PostgreSqlV2SourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

PowerQuerySinkMappingResponse

DataflowSinks List<Pulumi.AzureNative.DataFactory.Inputs.PowerQuerySinkResponse>
List of sinks mapped to Power Query mashup query.
QueryName string
Name of the query in Power Query mashup document.
DataflowSinks []PowerQuerySinkResponse
List of sinks mapped to Power Query mashup query.
QueryName string
Name of the query in Power Query mashup document.
dataflowSinks List<PowerQuerySinkResponse>
List of sinks mapped to Power Query mashup query.
queryName String
Name of the query in Power Query mashup document.
dataflowSinks PowerQuerySinkResponse[]
List of sinks mapped to Power Query mashup query.
queryName string
Name of the query in Power Query mashup document.
dataflow_sinks Sequence[PowerQuerySinkResponse]
List of sinks mapped to Power Query mashup query.
query_name str
Name of the query in Power Query mashup document.
dataflowSinks List<Property Map>
List of sinks mapped to Power Query mashup query.
queryName String
Name of the query in Power Query mashup document.

PowerQuerySinkResponse

Name This property is required. string
Transformation name.
Dataset DatasetReferenceResponse
Dataset reference.
Description string
Transformation description.
Flowlet DataFlowReferenceResponse
Flowlet Reference
LinkedService LinkedServiceReferenceResponse
Linked service reference.
RejectedDataLinkedService LinkedServiceReferenceResponse
Rejected data linked service reference.
SchemaLinkedService LinkedServiceReferenceResponse
Schema linked service reference.
Script string
sink script.
name This property is required. String
Transformation name.
dataset DatasetReferenceResponse
Dataset reference.
description String
Transformation description.
flowlet DataFlowReferenceResponse
Flowlet Reference
linkedService LinkedServiceReferenceResponse
Linked service reference.
rejectedDataLinkedService LinkedServiceReferenceResponse
Rejected data linked service reference.
schemaLinkedService LinkedServiceReferenceResponse
Schema linked service reference.
script String
sink script.
name This property is required. string
Transformation name.
dataset DatasetReferenceResponse
Dataset reference.
description string
Transformation description.
flowlet DataFlowReferenceResponse
Flowlet Reference
linkedService LinkedServiceReferenceResponse
Linked service reference.
rejectedDataLinkedService LinkedServiceReferenceResponse
Rejected data linked service reference.
schemaLinkedService LinkedServiceReferenceResponse
Schema linked service reference.
script string
sink script.
name This property is required. str
Transformation name.
dataset DatasetReferenceResponse
Dataset reference.
description str
Transformation description.
flowlet DataFlowReferenceResponse
Flowlet Reference
linked_service LinkedServiceReferenceResponse
Linked service reference.
rejected_data_linked_service LinkedServiceReferenceResponse
Rejected data linked service reference.
schema_linked_service LinkedServiceReferenceResponse
Schema linked service reference.
script str
sink script.
name This property is required. String
Transformation name.
dataset Property Map
Dataset reference.
description String
Transformation description.
flowlet Property Map
Flowlet Reference
linkedService Property Map
Linked service reference.
rejectedDataLinkedService Property Map
Rejected data linked service reference.
schemaLinkedService Property Map
Schema linked service reference.
script String
sink script.

PrestoSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

RedirectIncompatibleRowSettingsResponse

LinkedServiceName This property is required. object
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).
LinkedServiceName This property is required. interface{}
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).
linkedServiceName This property is required. Object
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).
linkedServiceName This property is required. any
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_name This property is required. Any
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).
linkedServiceName This property is required. Any
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).

RedshiftUnloadSettingsResponse

BucketName This property is required. 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).
S3LinkedServiceName This property is required. Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
BucketName This property is required. 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).
S3LinkedServiceName This property is required. LinkedServiceReferenceResponse
The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
bucketName This property is required. 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).
s3LinkedServiceName This property is required. LinkedServiceReferenceResponse
The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
bucketName This property is required. 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).
s3LinkedServiceName This property is required. LinkedServiceReferenceResponse
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 This property is required. 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_service_name This property is required. LinkedServiceReferenceResponse
The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.
bucketName This property is required. 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).
s3LinkedServiceName This property is required. Property Map
The name of the Amazon S3 linked service which will be used for the unload operation when copying from the Amazon Redshift source.

RelationalSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

RestSinkResponse

AdditionalHeaders object
The additional HTTP headers in the request to the RESTful API. Type: key value pairs (value should be string type).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpCompressionType object
Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. Type: string (or Expression with resultType string).
HttpRequestTimeout object
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])).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
RequestInterval object
The time to await before sending next request, in milliseconds
RequestMethod object
The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalHeaders interface{}
The additional HTTP headers in the request to the RESTful API. Type: key value pairs (value should be string type).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpCompressionType interface{}
Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. Type: string (or Expression with resultType string).
HttpRequestTimeout interface{}
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])).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
RequestInterval interface{}
The time to await before sending next request, in milliseconds
RequestMethod interface{}
The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalHeaders Object
The additional HTTP headers in the request to the RESTful API. Type: key value pairs (value should be string type).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpCompressionType Object
Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. Type: string (or Expression with resultType string).
httpRequestTimeout Object
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])).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
requestInterval Object
The time to await before sending next request, in milliseconds
requestMethod Object
The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalHeaders any
The additional HTTP headers in the request to the RESTful API. Type: key value pairs (value should be string type).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpCompressionType any
Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. Type: string (or Expression with resultType string).
httpRequestTimeout any
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])).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
requestInterval any
The time to await before sending next request, in milliseconds
requestMethod any
The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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: key value pairs (value should be string type).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
http_compression_type Any
Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. Type: string (or Expression with resultType string).
http_request_timeout Any
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_connections Any
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_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalHeaders Any
The additional HTTP headers in the request to the RESTful API. Type: key value pairs (value should be string type).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpCompressionType Any
Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. Type: string (or Expression with resultType string).
httpRequestTimeout Any
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])).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
requestInterval Any
The time to await before sending next request, in milliseconds
requestMethod Any
The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType string).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

RestSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: key value pairs (value should be string type).
AdditionalHeaders object
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpRequestTimeout object
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])).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PaginationRules object
The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
RequestBody object
The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
RequestInterval object
The time to await before sending next page request.
RequestMethod object
The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: key value pairs (value should be string type).
AdditionalHeaders interface{}
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpRequestTimeout interface{}
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])).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PaginationRules interface{}
The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
RequestBody interface{}
The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
RequestInterval interface{}
The time to await before sending next page request.
RequestMethod interface{}
The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: key value pairs (value should be string type).
additionalHeaders Object
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout Object
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])).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
paginationRules Object
The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
requestBody Object
The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
requestInterval Object
The time to await before sending next page request.
requestMethod Object
The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: key value pairs (value should be string type).
additionalHeaders any
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout any
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])).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
paginationRules any
The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
requestBody any
The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
requestInterval any
The time to await before sending next page request.
requestMethod any
The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: key value pairs (value should be string type).
additional_headers Any
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
http_request_timeout Any
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_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: key value pairs (value should be string type).
additionalHeaders Any
The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout Any
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])).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
paginationRules Any
The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
requestBody Any
The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
requestInterval Any
The time to await before sending next page request.
requestMethod Any
The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SSISAccessCredentialResponse

Domain This property is required. object
Domain for windows authentication. Type: string (or Expression with resultType string).
Password This property is required. Pulumi.AzureNative.DataFactory.Inputs.AzureKeyVaultSecretReferenceResponse | Pulumi.AzureNative.DataFactory.Inputs.SecureStringResponse
Password for windows authentication.
UserName This property is required. object
UseName for windows authentication. Type: string (or Expression with resultType string).
Domain This property is required. interface{}
Domain for windows authentication. Type: string (or Expression with resultType string).
Password This property is required. AzureKeyVaultSecretReferenceResponse | SecureStringResponse
Password for windows authentication.
UserName This property is required. interface{}
UseName for windows authentication. Type: string (or Expression with resultType string).
domain This property is required. Object
Domain for windows authentication. Type: string (or Expression with resultType string).
password This property is required. AzureKeyVaultSecretReferenceResponse | SecureStringResponse
Password for windows authentication.
userName This property is required. Object
UseName for windows authentication. Type: string (or Expression with resultType string).
domain This property is required. any
Domain for windows authentication. Type: string (or Expression with resultType string).
password This property is required. AzureKeyVaultSecretReferenceResponse | SecureStringResponse
Password for windows authentication.
userName This property is required. any
UseName for windows authentication. Type: string (or Expression with resultType string).
domain This property is required. Any
Domain for windows authentication. Type: string (or Expression with resultType string).
password This property is required. AzureKeyVaultSecretReferenceResponse | SecureStringResponse
Password for windows authentication.
user_name This property is required. Any
UseName for windows authentication. Type: string (or Expression with resultType string).
domain This property is required. Any
Domain for windows authentication. Type: string (or Expression with resultType string).
password This property is required. Property Map | Property Map
Password for windows authentication.
userName This property is required. Any
UseName for windows authentication. Type: string (or Expression with resultType string).

SSISChildPackageResponse

PackageContent This property is required. object
Content for embedded child package. Type: string (or Expression with resultType string).
PackagePath This property is required. object
Path for embedded child package. Type: string (or Expression with resultType string).
PackageLastModifiedDate string
Last modified date for embedded child package.
PackageName string
Name for embedded child package.
PackageContent This property is required. interface{}
Content for embedded child package. Type: string (or Expression with resultType string).
PackagePath This property is required. interface{}
Path for embedded child package. Type: string (or Expression with resultType string).
PackageLastModifiedDate string
Last modified date for embedded child package.
PackageName string
Name for embedded child package.
packageContent This property is required. Object
Content for embedded child package. Type: string (or Expression with resultType string).
packagePath This property is required. Object
Path for embedded child package. Type: string (or Expression with resultType string).
packageLastModifiedDate String
Last modified date for embedded child package.
packageName String
Name for embedded child package.
packageContent This property is required. any
Content for embedded child package. Type: string (or Expression with resultType string).
packagePath This property is required. any
Path for embedded child package. Type: string (or Expression with resultType string).
packageLastModifiedDate string
Last modified date for embedded child package.
packageName string
Name for embedded child package.
package_content This property is required. Any
Content for embedded child package. Type: string (or Expression with resultType string).
package_path This property is required. Any
Path for embedded child package. Type: string (or Expression with resultType string).
package_last_modified_date str
Last modified date for embedded child package.
package_name str
Name for embedded child package.
packageContent This property is required. Any
Content for embedded child package. Type: string (or Expression with resultType string).
packagePath This property is required. Any
Path for embedded child package. Type: string (or Expression with resultType string).
packageLastModifiedDate String
Last modified date for embedded child package.
packageName String
Name for embedded child package.

SSISExecutionCredentialResponse

Domain This property is required. object
Domain for windows authentication. Type: string (or Expression with resultType string).
Password This property is required. Pulumi.AzureNative.DataFactory.Inputs.SecureStringResponse
Password for windows authentication.
UserName This property is required. object
UseName for windows authentication. Type: string (or Expression with resultType string).
Domain This property is required. interface{}
Domain for windows authentication. Type: string (or Expression with resultType string).
Password This property is required. SecureStringResponse
Password for windows authentication.
UserName This property is required. interface{}
UseName for windows authentication. Type: string (or Expression with resultType string).
domain This property is required. Object
Domain for windows authentication. Type: string (or Expression with resultType string).
password This property is required. SecureStringResponse
Password for windows authentication.
userName This property is required. Object
UseName for windows authentication. Type: string (or Expression with resultType string).
domain This property is required. any
Domain for windows authentication. Type: string (or Expression with resultType string).
password This property is required. SecureStringResponse
Password for windows authentication.
userName This property is required. any
UseName for windows authentication. Type: string (or Expression with resultType string).
domain This property is required. Any
Domain for windows authentication. Type: string (or Expression with resultType string).
password This property is required. SecureStringResponse
Password for windows authentication.
user_name This property is required. Any
UseName for windows authentication. Type: string (or Expression with resultType string).
domain This property is required. Any
Domain for windows authentication. Type: string (or Expression with resultType string).
password This property is required. Property Map
Password for windows authentication.
userName This property is required. Any
UseName for windows authentication. Type: string (or Expression with resultType string).

SSISExecutionParameterResponse

Value This property is required. object
SSIS package execution parameter value. Type: string (or Expression with resultType string).
Value This property is required. interface{}
SSIS package execution parameter value. Type: string (or Expression with resultType string).
value This property is required. Object
SSIS package execution parameter value. Type: string (or Expression with resultType string).
value This property is required. any
SSIS package execution parameter value. Type: string (or Expression with resultType string).
value This property is required. Any
SSIS package execution parameter value. Type: string (or Expression with resultType string).
value This property is required. Any
SSIS package execution parameter value. Type: string (or Expression with resultType string).

SSISLogLocationResponse

LogPath This property is required. object
The SSIS package execution log path. Type: string (or Expression with resultType string).
Type This property is required. string
The type of SSIS log location.
AccessCredential Pulumi.AzureNative.DataFactory.Inputs.SSISAccessCredentialResponse
The package execution log access credential.
LogRefreshInterval object
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])).
LogPath This property is required. interface{}
The SSIS package execution log path. Type: string (or Expression with resultType string).
Type This property is required. string
The type of SSIS log location.
AccessCredential SSISAccessCredentialResponse
The package execution log access credential.
LogRefreshInterval interface{}
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])).
logPath This property is required. Object
The SSIS package execution log path. Type: string (or Expression with resultType string).
type This property is required. String
The type of SSIS log location.
accessCredential SSISAccessCredentialResponse
The package execution log access credential.
logRefreshInterval Object
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])).
logPath This property is required. any
The SSIS package execution log path. Type: string (or Expression with resultType string).
type This property is required. string
The type of SSIS log location.
accessCredential SSISAccessCredentialResponse
The package execution log access credential.
logRefreshInterval any
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 This property is required. Any
The SSIS package execution log path. Type: string (or Expression with resultType string).
type This property is required. str
The type of SSIS log location.
access_credential SSISAccessCredentialResponse
The package execution log access credential.
log_refresh_interval Any
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])).
logPath This property is required. Any
The SSIS package execution log path. Type: string (or Expression with resultType string).
type This property is required. String
The type of SSIS log location.
accessCredential Property Map
The package execution log access credential.
logRefreshInterval Any
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])).

SSISPackageLocationResponse

AccessCredential Pulumi.AzureNative.DataFactory.Inputs.SSISAccessCredentialResponse
The package access credential.
ChildPackages List<Pulumi.AzureNative.DataFactory.Inputs.SSISChildPackageResponse>
The embedded child package list.
ConfigurationAccessCredential Pulumi.AzureNative.DataFactory.Inputs.SSISAccessCredentialResponse
The configuration file access credential.
ConfigurationPath object
The configuration file of the package execution. Type: string (or Expression with resultType string).
PackageContent object
The embedded package content. Type: string (or Expression with resultType string).
PackageLastModifiedDate string
The embedded package last modified date.
PackageName string
The package name.
PackagePassword Pulumi.AzureNative.DataFactory.Inputs.AzureKeyVaultSecretReferenceResponse | Pulumi.AzureNative.DataFactory.Inputs.SecureStringResponse
Password of the package.
PackagePath object
The SSIS package path. Type: string (or Expression with resultType string).
Type string
The type of SSIS package location.
AccessCredential SSISAccessCredentialResponse
The package access credential.
ChildPackages []SSISChildPackageResponse
The embedded child package list.
ConfigurationAccessCredential SSISAccessCredentialResponse
The configuration file access credential.
ConfigurationPath interface{}
The configuration file of the package execution. Type: string (or Expression with resultType string).
PackageContent interface{}
The embedded package content. Type: string (or Expression with resultType string).
PackageLastModifiedDate string
The embedded package last modified date.
PackageName string
The package name.
PackagePassword AzureKeyVaultSecretReferenceResponse | SecureStringResponse
Password of the package.
PackagePath interface{}
The SSIS package path. Type: string (or Expression with resultType string).
Type string
The type of SSIS package location.
accessCredential SSISAccessCredentialResponse
The package access credential.
childPackages List<SSISChildPackageResponse>
The embedded child package list.
configurationAccessCredential SSISAccessCredentialResponse
The configuration file access credential.
configurationPath Object
The configuration file of the package execution. Type: string (or Expression with resultType string).
packageContent Object
The embedded package content. Type: string (or Expression with resultType string).
packageLastModifiedDate String
The embedded package last modified date.
packageName String
The package name.
packagePassword AzureKeyVaultSecretReferenceResponse | SecureStringResponse
Password of the package.
packagePath Object
The SSIS package path. Type: string (or Expression with resultType string).
type String
The type of SSIS package location.
accessCredential SSISAccessCredentialResponse
The package access credential.
childPackages SSISChildPackageResponse[]
The embedded child package list.
configurationAccessCredential SSISAccessCredentialResponse
The configuration file access credential.
configurationPath any
The configuration file of the package execution. Type: string (or Expression with resultType string).
packageContent any
The embedded package content. Type: string (or Expression with resultType string).
packageLastModifiedDate string
The embedded package last modified date.
packageName string
The package name.
packagePassword AzureKeyVaultSecretReferenceResponse | SecureStringResponse
Password of the package.
packagePath any
The SSIS package path. Type: string (or Expression with resultType string).
type string
The type of SSIS package location.
access_credential SSISAccessCredentialResponse
The package access credential.
child_packages Sequence[SSISChildPackageResponse]
The embedded child package list.
configuration_access_credential SSISAccessCredentialResponse
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_modified_date str
The embedded package last modified date.
package_name str
The package name.
package_password AzureKeyVaultSecretReferenceResponse | SecureStringResponse
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.
accessCredential Property Map
The package access credential.
childPackages List<Property Map>
The embedded child package list.
configurationAccessCredential Property Map
The configuration file access credential.
configurationPath Any
The configuration file of the package execution. Type: string (or Expression with resultType string).
packageContent Any
The embedded package content. Type: string (or Expression with resultType string).
packageLastModifiedDate String
The embedded package last modified date.
packageName String
The package name.
packagePassword Property Map | Property Map
Password of the package.
packagePath Any
The SSIS package path. Type: string (or Expression with resultType string).
type String
The type of SSIS package location.

SSISPropertyOverrideResponse

Value This property is required. object
SSIS package property override value. Type: string (or Expression with resultType string).
IsSensitive bool
Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true
Value This property is required. interface{}
SSIS package property override value. Type: string (or Expression with resultType string).
IsSensitive bool
Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true
value This property is required. Object
SSIS package property override value. Type: string (or Expression with resultType string).
isSensitive Boolean
Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true
value This property is required. any
SSIS package property override value. Type: string (or Expression with resultType string).
isSensitive boolean
Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true
value This property is required. 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 This property is required. Any
SSIS package property override value. Type: string (or Expression with resultType string).
isSensitive Boolean
Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true

SalesforceMarketingCloudSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SalesforceServiceCloudSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ExternalIdFieldName object
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
IgnoreNullValues object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior string
The write behavior for the operation. Default is Insert.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ExternalIdFieldName interface{}
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
IgnoreNullValues interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior string
The write behavior for the operation. Default is Insert.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
externalIdFieldName Object
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
ignoreNullValues Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior String
The write behavior for the operation. Default is Insert.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
externalIdFieldName any
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
ignoreNullValues any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior string
The write behavior for the operation. Default is Insert.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
external_id_field_name Any
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
ignore_null_values Any
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_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
externalIdFieldName Any
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
ignoreNullValues Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior String
The write behavior for the operation. Default is Insert.

SalesforceServiceCloudSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
ReadBehavior object
The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
ReadBehavior interface{}
The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
readBehavior Object
The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
readBehavior any
The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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 Any
The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
readBehavior Any
The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SalesforceServiceCloudV2SinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ExternalIdFieldName object
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
IgnoreNullValues object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior string
The write behavior for the operation. Default is Insert.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ExternalIdFieldName interface{}
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
IgnoreNullValues interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior string
The write behavior for the operation. Default is Insert.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
externalIdFieldName Object
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
ignoreNullValues Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior String
The write behavior for the operation. Default is Insert.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
externalIdFieldName any
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
ignoreNullValues any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior string
The write behavior for the operation. Default is Insert.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
external_id_field_name Any
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
ignore_null_values Any
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_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
externalIdFieldName Any
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
ignoreNullValues Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior String
The write behavior for the operation. Default is Insert.

SalesforceServiceCloudV2SourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IncludeDeletedObjects object
This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Query object
You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
SOQLQuery object
Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IncludeDeletedObjects interface{}
This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Query interface{}
You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
SOQLQuery interface{}
Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
includeDeletedObjects Object
This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
query Object
You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
sOQLQuery Object
Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
includeDeletedObjects any
This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
query any
You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
sOQLQuery any
Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
include_deleted_objects Any
This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
query Any
You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
s_oql_query Any
Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
includeDeletedObjects Any
This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
query Any
You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
sOQLQuery Any
Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SalesforceSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ExternalIdFieldName object
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
IgnoreNullValues object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior string
The write behavior for the operation. Default is Insert.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ExternalIdFieldName interface{}
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
IgnoreNullValues interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior string
The write behavior for the operation. Default is Insert.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
externalIdFieldName Object
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
ignoreNullValues Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior String
The write behavior for the operation. Default is Insert.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
externalIdFieldName any
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
ignoreNullValues any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior string
The write behavior for the operation. Default is Insert.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
external_id_field_name Any
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
ignore_null_values Any
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_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
externalIdFieldName Any
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
ignoreNullValues Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior String
The write behavior for the operation. Default is Insert.

SalesforceSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ReadBehavior object
The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ReadBehavior interface{}
The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
readBehavior Object
The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
readBehavior any
The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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 Any
The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
readBehavior Any
The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SalesforceV2SinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ExternalIdFieldName object
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
IgnoreNullValues object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior string
The write behavior for the operation. Default is Insert.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ExternalIdFieldName interface{}
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
IgnoreNullValues interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior string
The write behavior for the operation. Default is Insert.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
externalIdFieldName Object
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
ignoreNullValues Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior String
The write behavior for the operation. Default is Insert.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
externalIdFieldName any
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
ignoreNullValues any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior string
The write behavior for the operation. Default is Insert.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
external_id_field_name Any
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
ignore_null_values Any
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_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
externalIdFieldName Any
The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).
ignoreNullValues Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior String
The write behavior for the operation. Default is Insert.

SalesforceV2SourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IncludeDeletedObjects object
This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PageSize object
Page size for each http request, too large pageSize will caused timeout, default 300,000. Type: integer (or Expression with resultType integer).
Query object
You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SOQLQuery object
Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IncludeDeletedObjects interface{}
This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PageSize interface{}
Page size for each http request, too large pageSize will caused timeout, default 300,000. Type: integer (or Expression with resultType integer).
Query interface{}
You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SOQLQuery interface{}
Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
includeDeletedObjects Object
This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
pageSize Object
Page size for each http request, too large pageSize will caused timeout, default 300,000. Type: integer (or Expression with resultType integer).
query Object
You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sOQLQuery Object
Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
includeDeletedObjects any
This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
pageSize any
Page size for each http request, too large pageSize will caused timeout, default 300,000. Type: integer (or Expression with resultType integer).
query any
You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sOQLQuery any
Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
include_deleted_objects Any
This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
page_size Any
Page size for each http request, too large pageSize will caused timeout, default 300,000. Type: integer (or Expression with resultType integer).
query Any
You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
query_timeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
s_oql_query Any
Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
includeDeletedObjects Any
This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
pageSize Any
Page size for each http request, too large pageSize will caused timeout, default 300,000. Type: integer (or Expression with resultType integer).
query Any
You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sOQLQuery Any
Deprecating, please use 'query' property instead. Type: string (or Expression with resultType string).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SapCloudForCustomerSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpRequestTimeout object
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])).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior string
The write behavior for the operation. Default is 'Insert'.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpRequestTimeout interface{}
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])).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior string
The write behavior for the operation. Default is 'Insert'.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout Object
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])).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior String
The write behavior for the operation. Default is 'Insert'.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout any
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])).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior string
The write behavior for the operation. Default is 'Insert'.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
http_request_timeout Any
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_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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'.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout Any
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])).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior String
The write behavior for the operation. Default is 'Insert'.

SapCloudForCustomerSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpRequestTimeout object
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])).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpRequestTimeout interface{}
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])).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout Object
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])).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout any
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])).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
http_request_timeout Any
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_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout Any
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])).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpRequestTimeout object
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])).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpRequestTimeout interface{}
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])).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout Object
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])).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout any
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])).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
http_request_timeout Any
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_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout Any
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])).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SapHanaPartitionSettingsResponse

PartitionColumnName object
The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionColumnName interface{}
The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionColumnName Object
The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionColumnName any
The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partition_column_name Any
The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionColumnName Any
The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).

SapHanaSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PacketSize object
The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
PartitionOption object
The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
PartitionSettings Pulumi.AzureNative.DataFactory.Inputs.SapHanaPartitionSettingsResponse
The settings that will be leveraged for SAP HANA source partitioning.
Query object
SAP HANA Sql query. Type: string (or Expression with resultType string).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PacketSize interface{}
The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
PartitionOption interface{}
The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
PartitionSettings SapHanaPartitionSettingsResponse
The settings that will be leveraged for SAP HANA source partitioning.
Query interface{}
SAP HANA Sql query. Type: string (or Expression with resultType string).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
packetSize Object
The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
partitionOption Object
The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
partitionSettings SapHanaPartitionSettingsResponse
The settings that will be leveraged for SAP HANA source partitioning.
query Object
SAP HANA Sql query. Type: string (or Expression with resultType string).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
packetSize any
The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
partitionOption any
The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
partitionSettings SapHanaPartitionSettingsResponse
The settings that will be leveraged for SAP HANA source partitioning.
query any
SAP HANA Sql query. Type: string (or Expression with resultType string).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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 SapHanaPartitionSettingsResponse
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
packetSize Any
The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
partitionOption Any
The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
partitionSettings 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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SapOdpSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ExtractionMode object
The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
MaxConcurrentConnections object
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).
QueryTimeout 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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SubscriberProcess object
The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ExtractionMode interface{}
The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
MaxConcurrentConnections interface{}
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).
QueryTimeout 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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SubscriberProcess interface{}
The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
extractionMode Object
The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
maxConcurrentConnections Object
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).
queryTimeout 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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
subscriberProcess Object
The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
extractionMode any
The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
maxConcurrentConnections any
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).
queryTimeout 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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
subscriberProcess 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_collection Any
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_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
extractionMode Any
The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
maxConcurrentConnections Any
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).
queryTimeout 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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
subscriberProcess Any
The subscriber process to manage the delta process. Type: string (or Expression with resultType string).

SapOpenHubSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
BaseRequestId object
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 ).
CustomRfcReadTableFunctionModule object
Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ExcludeLastRequest object
Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SapDataColumnDelimiter object
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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
BaseRequestId interface{}
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 ).
CustomRfcReadTableFunctionModule interface{}
Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ExcludeLastRequest interface{}
Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SapDataColumnDelimiter interface{}
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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
baseRequestId Object
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 ).
customRfcReadTableFunctionModule Object
Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
excludeLastRequest Object
Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sapDataColumnDelimiter Object
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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
baseRequestId any
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 ).
customRfcReadTableFunctionModule any
Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
excludeLastRequest any
Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sapDataColumnDelimiter any
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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_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_id Any
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_read_table_function_module Any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
exclude_last_request Any
Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_column_delimiter Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
baseRequestId Any
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 ).
customRfcReadTableFunctionModule Any
Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
excludeLastRequest Any
Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sapDataColumnDelimiter Any
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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SapTablePartitionSettingsResponse

MaxPartitionsNumber object
The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
PartitionColumnName object
The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionLowerBound object
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionUpperBound object
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
MaxPartitionsNumber interface{}
The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
PartitionColumnName interface{}
The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionLowerBound interface{}
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionUpperBound interface{}
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
maxPartitionsNumber Object
The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
partitionColumnName Object
The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionLowerBound Object
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionUpperBound Object
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
maxPartitionsNumber any
The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
partitionColumnName any
The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionLowerBound any
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionUpperBound any
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_number Any
The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
partition_column_name Any
The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partition_lower_bound Any
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_bound Any
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
maxPartitionsNumber Any
The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
partitionColumnName Any
The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionLowerBound Any
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionUpperBound Any
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).

SapTableSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
BatchSize 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).
CustomRfcReadTableFunctionModule object
Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption object
The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
PartitionSettings Pulumi.AzureNative.DataFactory.Inputs.SapTablePartitionSettingsResponse
The settings that will be leveraged for SAP table source partitioning.
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
RfcTableFields object
The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
RfcTableOptions object
The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
RowCount object
The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
RowSkips object
The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
SapDataColumnDelimiter object
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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
BatchSize 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).
CustomRfcReadTableFunctionModule interface{}
Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption interface{}
The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
PartitionSettings SapTablePartitionSettingsResponse
The settings that will be leveraged for SAP table source partitioning.
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
RfcTableFields interface{}
The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
RfcTableOptions interface{}
The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
RowCount interface{}
The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
RowSkips interface{}
The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
SapDataColumnDelimiter interface{}
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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
batchSize 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).
customRfcReadTableFunctionModule Object
Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Object
The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
partitionSettings SapTablePartitionSettingsResponse
The settings that will be leveraged for SAP table source partitioning.
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
rfcTableFields Object
The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
rfcTableOptions Object
The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
rowCount Object
The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
rowSkips Object
The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
sapDataColumnDelimiter Object
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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
batchSize 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).
customRfcReadTableFunctionModule any
Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption any
The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
partitionSettings SapTablePartitionSettingsResponse
The settings that will be leveraged for SAP table source partitioning.
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
rfcTableFields any
The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
rfcTableOptions any
The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
rowCount any
The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
rowSkips any
The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
sapDataColumnDelimiter any
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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_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_read_table_function_module Any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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 SapTablePartitionSettingsResponse
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_fields Any
The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
rfc_table_options Any
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_column_delimiter Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
batchSize 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).
customRfcReadTableFunctionModule Any
Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Any
The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".
partitionSettings Property Map
The settings that will be leveraged for SAP table source partitioning.
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
rfcTableFields Any
The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).
rfcTableOptions Any
The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).
rowCount Any
The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
rowSkips Any
The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
sapDataColumnDelimiter Any
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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

ScriptActivityParameterResponse

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).

ScriptActivityResponse

LinkedServiceName This property is required. Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
Name This property is required. string
Activity name.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
LogSettings Pulumi.AzureNative.DataFactory.Inputs.ScriptActivityTypePropertiesResponseLogSettings
Log settings of script activity.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
ReturnMultistatementResult object
Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
ScriptBlockExecutionTimeout object
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.AzureNative.DataFactory.Inputs.ScriptActivityScriptBlockResponse>
Array of script blocks. Type: array.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
LinkedServiceName This property is required. LinkedServiceReferenceResponse
Linked service reference.
Name This property is required. string
Activity name.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
LogSettings ScriptActivityTypePropertiesResponseLogSettings
Log settings of script activity.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
ReturnMultistatementResult interface{}
Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
ScriptBlockExecutionTimeout interface{}
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 []ScriptActivityScriptBlockResponse
Array of script blocks. Type: array.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
linkedServiceName This property is required. LinkedServiceReferenceResponse
Linked service reference.
name This property is required. String
Activity name.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
logSettings ScriptActivityTypePropertiesResponseLogSettings
Log settings of script activity.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
returnMultistatementResult Object
Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
scriptBlockExecutionTimeout Object
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<ScriptActivityScriptBlockResponse>
Array of script blocks. Type: array.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
linkedServiceName This property is required. LinkedServiceReferenceResponse
Linked service reference.
name This property is required. string
Activity name.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
logSettings ScriptActivityTypePropertiesResponseLogSettings
Log settings of script activity.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
returnMultistatementResult any
Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
scriptBlockExecutionTimeout any
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 ScriptActivityScriptBlockResponse[]
Array of script blocks. Type: array.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
linked_service_name This property is required. LinkedServiceReferenceResponse
Linked service reference.
name This property is required. str
Activity name.
depends_on Sequence[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
log_settings ScriptActivityTypePropertiesResponseLogSettings
Log settings of script activity.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
return_multistatement_result Any
Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
script_block_execution_timeout Any
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[ScriptActivityScriptBlockResponse]
Array of script blocks. Type: array.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
linkedServiceName This property is required. Property Map
Linked service reference.
name This property is required. String
Activity name.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
logSettings Property Map
Log settings of script activity.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
returnMultistatementResult Any
Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean).
scriptBlockExecutionTimeout Any
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.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

ScriptActivityScriptBlockResponse

Text This property is required. object
The query text. Type: string (or Expression with resultType string).
Type This property is required. object
The type of the query. Please refer to the ScriptType for valid options. Type: string (or Expression with resultType string).
Parameters List<Pulumi.AzureNative.DataFactory.Inputs.ScriptActivityParameterResponse>
Array of script parameters. Type: array.
Text This property is required. interface{}
The query text. Type: string (or Expression with resultType string).
Type This property is required. interface{}
The type of the query. Please refer to the ScriptType for valid options. Type: string (or Expression with resultType string).
Parameters []ScriptActivityParameterResponse
Array of script parameters. Type: array.
text This property is required. Object
The query text. Type: string (or Expression with resultType string).
type This property is required. Object
The type of the query. Please refer to the ScriptType for valid options. Type: string (or Expression with resultType string).
parameters List<ScriptActivityParameterResponse>
Array of script parameters. Type: array.
text This property is required. any
The query text. Type: string (or Expression with resultType string).
type This property is required. any
The type of the query. Please refer to the ScriptType for valid options. Type: string (or Expression with resultType string).
parameters ScriptActivityParameterResponse[]
Array of script parameters. Type: array.
text This property is required. Any
The query text. Type: string (or Expression with resultType string).
type This property is required. Any
The type of the query. Please refer to the ScriptType for valid options. Type: string (or Expression with resultType string).
parameters Sequence[ScriptActivityParameterResponse]
Array of script parameters. Type: array.
text This property is required. Any
The query text. Type: string (or Expression with resultType string).
type This property is required. Any
The type of the query. Please refer to the ScriptType for valid options. Type: string (or Expression with resultType string).
parameters List<Property Map>
Array of script parameters. Type: array.

ScriptActivityTypePropertiesResponseLogSettings

LogDestination This property is required. string
The destination of logs. Type: string.
LogLocationSettings Pulumi.AzureNative.DataFactory.Inputs.LogLocationSettingsResponse
Log location settings customer needs to provide when enabling log.
LogDestination This property is required. string
The destination of logs. Type: string.
LogLocationSettings LogLocationSettingsResponse
Log location settings customer needs to provide when enabling log.
logDestination This property is required. String
The destination of logs. Type: string.
logLocationSettings LogLocationSettingsResponse
Log location settings customer needs to provide when enabling log.
logDestination This property is required. string
The destination of logs. Type: string.
logLocationSettings LogLocationSettingsResponse
Log location settings customer needs to provide when enabling log.
log_destination This property is required. str
The destination of logs. Type: string.
log_location_settings LogLocationSettingsResponse
Log location settings customer needs to provide when enabling log.
logDestination This property is required. String
The destination of logs. Type: string.
logLocationSettings Property Map
Log location settings customer needs to provide when enabling log.

SecureInputOutputPolicyResponse

SecureInput bool
When set to true, Input from activity is considered as secure and will not be logged to monitoring.
SecureOutput bool
When set to true, Output from activity is considered as secure and will not be logged to monitoring.
SecureInput bool
When set to true, Input from activity is considered as secure and will not be logged to monitoring.
SecureOutput bool
When set to true, Output from activity is considered as secure and will not be logged to monitoring.
secureInput Boolean
When set to true, Input from activity is considered as secure and will not be logged to monitoring.
secureOutput Boolean
When set to true, Output from activity is considered as secure and will not be logged to monitoring.
secureInput boolean
When set to true, Input from activity is considered as secure and will not be logged to monitoring.
secureOutput boolean
When set to true, Output 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_output bool
When set to true, Output from activity is considered as secure and will not be logged to monitoring.
secureInput Boolean
When set to true, Input from activity is considered as secure and will not be logged to monitoring.
secureOutput Boolean
When set to true, Output from activity is considered as secure and will not be logged to monitoring.

SecureStringResponse

Value This property is required. string
Value of secure string.
Value This property is required. string
Value of secure string.
value This property is required. String
Value of secure string.
value This property is required. string
Value of secure string.
value This property is required. str
Value of secure string.
value This property is required. String
Value of secure string.

ServiceNowSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

ServiceNowV2SourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
Expression Pulumi.AzureNative.DataFactory.Inputs.ExpressionV2Response
Expression to filter data from source.
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PageSize object
Page size of the result. Type: integer (or Expression with resultType integer).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
Expression ExpressionV2Response
Expression to filter data from source.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PageSize interface{}
Page size of the result. Type: integer (or Expression with resultType integer).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
expression ExpressionV2Response
Expression to filter data from source.
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
pageSize Object
Page size of the result. Type: integer (or Expression with resultType integer).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
expression ExpressionV2Response
Expression to filter data from source.
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
pageSize any
Page size of the result. Type: integer (or Expression with resultType integer).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
expression ExpressionV2Response
Expression to filter data from source.
max_concurrent_connections Any
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).
query_timeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
expression Property Map
Expression to filter data from source.
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
pageSize Any
Page size of the result. Type: integer (or Expression with resultType integer).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SetVariableActivityResponse

Name This property is required. string
Activity name.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.SecureInputOutputPolicyResponse
Activity policy.
SetSystemVariable bool
If set to true, it sets the pipeline run return value.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Value object
Value to be set. Could be a static value or Expression.
VariableName string
Name of the variable whose value needs to be set.
Name This property is required. string
Activity name.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy SecureInputOutputPolicyResponse
Activity policy.
SetSystemVariable bool
If set to true, it sets the pipeline run return value.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
Value interface{}
Value to be set. Could be a static value or Expression.
VariableName string
Name of the variable whose value needs to be set.
name This property is required. String
Activity name.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy SecureInputOutputPolicyResponse
Activity policy.
setSystemVariable Boolean
If set to true, it sets the pipeline run return value.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
value Object
Value to be set. Could be a static value or Expression.
variableName String
Name of the variable whose value needs to be set.
name This property is required. string
Activity name.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy SecureInputOutputPolicyResponse
Activity policy.
setSystemVariable boolean
If set to true, it sets the pipeline run return value.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
value any
Value to be set. Could be a static value or Expression.
variableName string
Name of the variable whose value needs to be set.
name This property is required. str
Activity name.
depends_on Sequence[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy SecureInputOutputPolicyResponse
Activity policy.
set_system_variable bool
If set to true, it sets the pipeline run return value.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
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 This property is required. String
Activity name.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
setSystemVariable Boolean
If set to true, it sets the pipeline run return value.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.
value Any
Value to be set. Could be a static value or Expression.
variableName String
Name of the variable whose value needs to be set.

SftpReadSettingsResponse

DeleteFilesAfterCompletion object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableChunking object
If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath object
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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd object
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart object
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath object
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).
WildcardFileName object
Sftp wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath object
Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
DeleteFilesAfterCompletion interface{}
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
DisableChunking interface{}
If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
EnablePartitionDiscovery interface{}
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
FileListPath interface{}
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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
ModifiedDatetimeEnd interface{}
The end of file's modified datetime. Type: string (or Expression with resultType string).
ModifiedDatetimeStart interface{}
The start of file's modified datetime. Type: string (or Expression with resultType string).
PartitionRootPath interface{}
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).
WildcardFileName interface{}
Sftp wildcardFileName. Type: string (or Expression with resultType string).
WildcardFolderPath interface{}
Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Object
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableChunking Object
If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Object
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Object
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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Object
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Object
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Object
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).
wildcardFileName Object
Sftp wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Object
Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableChunking any
If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath any
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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath any
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).
wildcardFileName any
Sftp wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath any
Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
delete_files_after_completion Any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enable_partition_discovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
file_list_path Any
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_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modified_datetime_end Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modified_datetime_start Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partition_root_path Any
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_name Any
Sftp wildcardFileName. Type: string (or Expression with resultType string).
wildcard_folder_path Any
Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
deleteFilesAfterCompletion Any
Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
disableChunking Any
If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
enablePartitionDiscovery Any
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
fileListPath Any
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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
modifiedDatetimeEnd Any
The end of file's modified datetime. Type: string (or Expression with resultType string).
modifiedDatetimeStart Any
The start of file's modified datetime. Type: string (or Expression with resultType string).
partitionRootPath Any
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).
wildcardFileName Any
Sftp wildcardFileName. Type: string (or Expression with resultType string).
wildcardFolderPath Any
Sftp wildcardFolderPath. Type: string (or Expression with resultType string).

SftpWriteSettingsResponse

CopyBehavior object
The type of copy behavior for copy sink.
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Metadata List<Pulumi.AzureNative.DataFactory.Inputs.MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
OperationTimeout 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).
UseTempFileRename object
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).
CopyBehavior interface{}
The type of copy behavior for copy sink.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Metadata []MetadataItemResponse
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
OperationTimeout 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).
UseTempFileRename interface{}
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).
copyBehavior Object
The type of copy behavior for copy sink.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata List<MetadataItemResponse>
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
operationTimeout 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).
useTempFileRename Object
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).
copyBehavior any
The type of copy behavior for copy sink.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata MetadataItemResponse[]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
operationTimeout 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).
useTempFileRename any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
metadata Sequence[MetadataItemResponse]
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
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_file_rename Any
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).
copyBehavior Any
The type of copy behavior for copy sink.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source 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).
operationTimeout 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).
useTempFileRename Any
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).

SharePointOnlineListSourceResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpRequestTimeout object
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])).
MaxConcurrentConnections object
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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
HttpRequestTimeout interface{}
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])).
MaxConcurrentConnections interface{}
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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout Object
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])).
maxConcurrentConnections Object
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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout any
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])).
maxConcurrentConnections any
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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
http_request_timeout Any
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_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
httpRequestTimeout Any
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])).
maxConcurrentConnections Any
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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SkipErrorFileResponse

DataInconsistency object
Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
FileMissing object
Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).
DataInconsistency interface{}
Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
FileMissing interface{}
Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).
dataInconsistency Object
Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
fileMissing Object
Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).
dataInconsistency any
Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
fileMissing 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).
dataInconsistency Any
Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).
fileMissing Any
Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).

SnowflakeExportCopyCommandResponse

AdditionalCopyOptions Dictionary<string, object>
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'" }
AdditionalFormatOptions Dictionary<string, object>
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'" }
StorageIntegration object
The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).
AdditionalCopyOptions map[string]interface{}
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'" }
AdditionalFormatOptions map[string]interface{}
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'" }
StorageIntegration interface{}
The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).
additionalCopyOptions Map<String,Object>
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'" }
additionalFormatOptions Map<String,Object>
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'" }
storageIntegration Object
The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).
additionalCopyOptions {[key: string]: any}
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'" }
additionalFormatOptions {[key: string]: any}
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'" }
storageIntegration any
The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).
additional_copy_options Mapping[str, Any]
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_options Mapping[str, Any]
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'" }
storage_integration Any
The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).
additionalCopyOptions Map<Any>
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'" }
additionalFormatOptions Map<Any>
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'" }
storageIntegration Any
The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).

SnowflakeImportCopyCommandResponse

AdditionalCopyOptions Dictionary<string, object>
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'" }
AdditionalFormatOptions Dictionary<string, object>
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'" }
StorageIntegration object
The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).
AdditionalCopyOptions map[string]interface{}
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'" }
AdditionalFormatOptions map[string]interface{}
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'" }
StorageIntegration interface{}
The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).
additionalCopyOptions Map<String,Object>
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'" }
additionalFormatOptions Map<String,Object>
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'" }
storageIntegration Object
The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).
additionalCopyOptions {[key: string]: any}
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'" }
additionalFormatOptions {[key: string]: any}
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'" }
storageIntegration any
The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).
additional_copy_options Mapping[str, Any]
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_options Mapping[str, Any]
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'" }
storage_integration Any
The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).
additionalCopyOptions Map<Any>
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'" }
additionalFormatOptions Map<Any>
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'" }
storageIntegration Any
The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string).

SnowflakeSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ImportSettings Pulumi.AzureNative.DataFactory.Inputs.SnowflakeImportCopyCommandResponse
Snowflake import settings.
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript object
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ImportSettings SnowflakeImportCopyCommandResponse
Snowflake import settings.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript interface{}
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
importSettings SnowflakeImportCopyCommandResponse
Snowflake import settings.
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Object
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
importSettings SnowflakeImportCopyCommandResponse
Snowflake import settings.
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
import_settings SnowflakeImportCopyCommandResponse
Snowflake import settings.
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
pre_copy_script Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
importSettings Property Map
Snowflake import settings.
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SnowflakeSourceResponse

ExportSettings This property is required. Pulumi.AzureNative.DataFactory.Inputs.SnowflakeExportCopyCommandResponse
Snowflake export settings.
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ExportSettings This property is required. SnowflakeExportCopyCommandResponse
Snowflake export settings.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
exportSettings This property is required. SnowflakeExportCopyCommandResponse
Snowflake export settings.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
exportSettings This property is required. SnowflakeExportCopyCommandResponse
Snowflake export settings.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
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 This property is required. SnowflakeExportCopyCommandResponse
Snowflake export settings.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
exportSettings This property is required. Property Map
Snowflake export settings.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SnowflakeV2SinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ImportSettings Pulumi.AzureNative.DataFactory.Inputs.SnowflakeImportCopyCommandResponse
Snowflake import settings.
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript object
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ImportSettings SnowflakeImportCopyCommandResponse
Snowflake import settings.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript interface{}
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
importSettings SnowflakeImportCopyCommandResponse
Snowflake import settings.
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Object
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
importSettings SnowflakeImportCopyCommandResponse
Snowflake import settings.
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
import_settings SnowflakeImportCopyCommandResponse
Snowflake import settings.
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
pre_copy_script Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
importSettings Property Map
Snowflake import settings.
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SnowflakeV2SourceResponse

ExportSettings This property is required. Pulumi.AzureNative.DataFactory.Inputs.SnowflakeExportCopyCommandResponse
Snowflake export settings.
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
ExportSettings This property is required. SnowflakeExportCopyCommandResponse
Snowflake export settings.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
exportSettings This property is required. SnowflakeExportCopyCommandResponse
Snowflake export settings.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
exportSettings This property is required. SnowflakeExportCopyCommandResponse
Snowflake export settings.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
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 This property is required. SnowflakeExportCopyCommandResponse
Snowflake export settings.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
exportSettings This property is required. Property Map
Snowflake export settings.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SparkConfigurationParametrizationReferenceResponse

ReferenceName This property is required. object
Reference spark configuration name. Type: string (or Expression with resultType string).
Type This property is required. string
Spark configuration reference type.
ReferenceName This property is required. interface{}
Reference spark configuration name. Type: string (or Expression with resultType string).
Type This property is required. string
Spark configuration reference type.
referenceName This property is required. Object
Reference spark configuration name. Type: string (or Expression with resultType string).
type This property is required. String
Spark configuration reference type.
referenceName This property is required. any
Reference spark configuration name. Type: string (or Expression with resultType string).
type This property is required. string
Spark configuration reference type.
reference_name This property is required. Any
Reference spark configuration name. Type: string (or Expression with resultType string).
type This property is required. str
Spark configuration reference type.
referenceName This property is required. Any
Reference spark configuration name. Type: string (or Expression with resultType string).
type This property is required. String
Spark configuration reference type.

SparkSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SqlDWSinkResponse

AllowCopyCommand object
Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
AllowPolyBase object
Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
CopyCommandSettings Pulumi.AzureNative.DataFactory.Inputs.DWCopyCommandSettingsResponse
Specifies Copy Command related settings when allowCopyCommand is true.
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PolyBaseSettings Pulumi.AzureNative.DataFactory.Inputs.PolybaseSettingsResponse
Specifies PolyBase-related settings when allowPolyBase is true.
PreCopyScript object
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlWriterUseTableLock object
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
TableOption object
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
UpsertSettings Pulumi.AzureNative.DataFactory.Inputs.SqlDWUpsertSettingsResponse
SQL DW upsert settings.
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior object
Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)
AllowCopyCommand interface{}
Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
AllowPolyBase interface{}
Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
CopyCommandSettings DWCopyCommandSettingsResponse
Specifies Copy Command related settings when allowCopyCommand is true.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PolyBaseSettings PolybaseSettingsResponse
Specifies PolyBase-related settings when allowPolyBase is true.
PreCopyScript interface{}
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlWriterUseTableLock interface{}
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
TableOption interface{}
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
UpsertSettings SqlDWUpsertSettingsResponse
SQL DW upsert settings.
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior interface{}
Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)
allowCopyCommand Object
Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
allowPolyBase Object
Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
copyCommandSettings DWCopyCommandSettingsResponse
Specifies Copy Command related settings when allowCopyCommand is true.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
polyBaseSettings PolybaseSettingsResponse
Specifies PolyBase-related settings when allowPolyBase is true.
preCopyScript Object
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlWriterUseTableLock Object
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
tableOption Object
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
upsertSettings SqlDWUpsertSettingsResponse
SQL DW upsert settings.
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior Object
Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)
allowCopyCommand any
Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
allowPolyBase any
Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
copyCommandSettings DWCopyCommandSettingsResponse
Specifies Copy Command related settings when allowCopyCommand is true.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
polyBaseSettings PolybaseSettingsResponse
Specifies PolyBase-related settings when allowPolyBase is true.
preCopyScript any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlWriterUseTableLock any
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
tableOption any
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
upsertSettings SqlDWUpsertSettingsResponse
SQL DW upsert settings.
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior any
Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)
allow_copy_command Any
Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
allow_poly_base Any
Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
copy_command_settings DWCopyCommandSettingsResponse
Specifies Copy Command related settings when allowCopyCommand is true.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
poly_base_settings PolybaseSettingsResponse
Specifies PolyBase-related settings when allowPolyBase is true.
pre_copy_script Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
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_use_table_lock Any
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 SqlDWUpsertSettingsResponse
SQL DW upsert settings.
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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)
allowCopyCommand Any
Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
allowPolyBase Any
Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
copyCommandSettings Property Map
Specifies Copy Command related settings when allowCopyCommand is true.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
polyBaseSettings Property Map
Specifies PolyBase-related settings when allowPolyBase is true.
preCopyScript Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlWriterUseTableLock Any
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
tableOption Any
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
upsertSettings Property Map
SQL DW upsert settings.
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior Any
Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)

SqlDWSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IsolationLevel 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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption object
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
PartitionSettings Pulumi.AzureNative.DataFactory.Inputs.SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlReaderQuery object
SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
SqlReaderStoredProcedureName object
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).
StoredProcedureParameters object
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IsolationLevel 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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption interface{}
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
PartitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlReaderQuery interface{}
SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
SqlReaderStoredProcedureName interface{}
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).
StoredProcedureParameters interface{}
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Object
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
partitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery Object
SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName Object
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).
storedProcedureParameters Object
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption any
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
partitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery any
SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName any
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).
storedProcedureParameters any
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_collection Any
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_connections Any
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". Type: string (or Expression with resultType string).
partition_settings SqlPartitionSettingsResponse
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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_query Any
SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
sql_reader_stored_procedure_name Any
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_parameters Any
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Any
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
partitionSettings Property Map
The settings that will be leveraged for Sql source partitioning.
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery Any
SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName Any
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).
storedProcedureParameters Any
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.

SqlDWUpsertSettingsResponse

InterimSchemaName object
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).
InterimSchemaName interface{}
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).
interimSchemaName Object
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).
interimSchemaName any
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_name Any
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).
interimSchemaName Any
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).

SqlMISinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript object
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlWriterStoredProcedureName object
SQL writer stored procedure name. Type: string (or Expression with resultType string).
SqlWriterTableType object
SQL writer table type. Type: string (or Expression with resultType string).
SqlWriterUseTableLock object
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
StoredProcedureParameters object
SQL stored procedure parameters.
StoredProcedureTableTypeParameterName object
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
TableOption object
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
UpsertSettings Pulumi.AzureNative.DataFactory.Inputs.SqlUpsertSettingsResponse
SQL upsert settings.
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior object
White behavior when copying data into azure SQL MI. Type: string (or Expression with resultType string)
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript interface{}
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlWriterStoredProcedureName interface{}
SQL writer stored procedure name. Type: string (or Expression with resultType string).
SqlWriterTableType interface{}
SQL writer table type. Type: string (or Expression with resultType string).
SqlWriterUseTableLock interface{}
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
StoredProcedureParameters interface{}
SQL stored procedure parameters.
StoredProcedureTableTypeParameterName interface{}
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
TableOption interface{}
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
UpsertSettings SqlUpsertSettingsResponse
SQL upsert settings.
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior interface{}
White behavior when copying data into azure SQL MI. Type: string (or Expression with resultType string)
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Object
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlWriterStoredProcedureName Object
SQL writer stored procedure name. Type: string (or Expression with resultType string).
sqlWriterTableType Object
SQL writer table type. Type: string (or Expression with resultType string).
sqlWriterUseTableLock Object
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
storedProcedureParameters Object
SQL stored procedure parameters.
storedProcedureTableTypeParameterName Object
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
tableOption Object
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
upsertSettings SqlUpsertSettingsResponse
SQL upsert settings.
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior Object
White behavior when copying data into azure SQL MI. Type: string (or Expression with resultType string)
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlWriterStoredProcedureName any
SQL writer stored procedure name. Type: string (or Expression with resultType string).
sqlWriterTableType any
SQL writer table type. Type: string (or Expression with resultType string).
sqlWriterUseTableLock any
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
storedProcedureParameters any
SQL stored procedure parameters.
storedProcedureTableTypeParameterName any
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
tableOption any
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
upsertSettings SqlUpsertSettingsResponse
SQL upsert settings.
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior any
White behavior when copying data into azure SQL MI. Type: string (or Expression with resultType string)
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
pre_copy_script Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
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_stored_procedure_name Any
SQL writer stored procedure name. Type: string (or Expression with resultType string).
sql_writer_table_type Any
SQL writer table type. Type: string (or Expression with resultType string).
sql_writer_use_table_lock Any
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
stored_procedure_parameters Any
SQL stored procedure parameters.
stored_procedure_table_type_parameter_name Any
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 SqlUpsertSettingsResponse
SQL upsert settings.
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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: string (or Expression with resultType string)
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlWriterStoredProcedureName Any
SQL writer stored procedure name. Type: string (or Expression with resultType string).
sqlWriterTableType Any
SQL writer table type. Type: string (or Expression with resultType string).
sqlWriterUseTableLock Any
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
storedProcedureParameters Any
SQL stored procedure parameters.
storedProcedureTableTypeParameterName Any
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
tableOption Any
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
upsertSettings Property Map
SQL upsert settings.
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior Any
White behavior when copying data into azure SQL MI. Type: string (or Expression with resultType string)

SqlMISourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IsolationLevel 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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption object
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
PartitionSettings Pulumi.AzureNative.DataFactory.Inputs.SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
ProduceAdditionalTypes object
Which additional types to produce.
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlReaderQuery object
SQL reader query. Type: string (or Expression with resultType string).
SqlReaderStoredProcedureName object
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).
StoredProcedureParameters object
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IsolationLevel 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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption interface{}
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
PartitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
ProduceAdditionalTypes interface{}
Which additional types to produce.
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlReaderQuery interface{}
SQL reader query. Type: string (or Expression with resultType string).
SqlReaderStoredProcedureName interface{}
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).
StoredProcedureParameters interface{}
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Object
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
partitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
produceAdditionalTypes Object
Which additional types to produce.
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery Object
SQL reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName Object
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).
storedProcedureParameters Object
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption any
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
partitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
produceAdditionalTypes any
Which additional types to produce.
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery any
SQL reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName any
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).
storedProcedureParameters any
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_collection Any
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_connections Any
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". Type: string (or Expression with resultType string).
partition_settings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
produce_additional_types Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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_query Any
SQL reader query. Type: string (or Expression with resultType string).
sql_reader_stored_procedure_name Any
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_parameters Any
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Any
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
partitionSettings Property Map
The settings that will be leveraged for Sql source partitioning.
produceAdditionalTypes Any
Which additional types to produce.
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery Any
SQL reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName Any
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).
storedProcedureParameters Any
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".

SqlPartitionSettingsResponse

PartitionColumnName object
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).
PartitionLowerBound object
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).
PartitionUpperBound object
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).
PartitionColumnName interface{}
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).
PartitionLowerBound interface{}
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).
PartitionUpperBound interface{}
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).
partitionColumnName Object
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).
partitionLowerBound Object
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).
partitionUpperBound Object
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).
partitionColumnName any
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).
partitionLowerBound any
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).
partitionUpperBound any
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_name Any
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_bound Any
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_bound Any
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).
partitionColumnName Any
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).
partitionLowerBound Any
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).
partitionUpperBound Any
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).

SqlServerSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript object
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlWriterStoredProcedureName object
SQL writer stored procedure name. Type: string (or Expression with resultType string).
SqlWriterTableType object
SQL writer table type. Type: string (or Expression with resultType string).
SqlWriterUseTableLock object
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
StoredProcedureParameters object
SQL stored procedure parameters.
StoredProcedureTableTypeParameterName object
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
TableOption object
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
UpsertSettings Pulumi.AzureNative.DataFactory.Inputs.SqlUpsertSettingsResponse
SQL upsert settings.
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior object
Write behavior when copying data into sql server. Type: string (or Expression with resultType string).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript interface{}
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlWriterStoredProcedureName interface{}
SQL writer stored procedure name. Type: string (or Expression with resultType string).
SqlWriterTableType interface{}
SQL writer table type. Type: string (or Expression with resultType string).
SqlWriterUseTableLock interface{}
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
StoredProcedureParameters interface{}
SQL stored procedure parameters.
StoredProcedureTableTypeParameterName interface{}
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
TableOption interface{}
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
UpsertSettings SqlUpsertSettingsResponse
SQL upsert settings.
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior interface{}
Write behavior when copying data into sql server. Type: string (or Expression with resultType string).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Object
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlWriterStoredProcedureName Object
SQL writer stored procedure name. Type: string (or Expression with resultType string).
sqlWriterTableType Object
SQL writer table type. Type: string (or Expression with resultType string).
sqlWriterUseTableLock Object
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
storedProcedureParameters Object
SQL stored procedure parameters.
storedProcedureTableTypeParameterName Object
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
tableOption Object
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
upsertSettings SqlUpsertSettingsResponse
SQL upsert settings.
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior Object
Write behavior when copying data into sql server. Type: string (or Expression with resultType string).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlWriterStoredProcedureName any
SQL writer stored procedure name. Type: string (or Expression with resultType string).
sqlWriterTableType any
SQL writer table type. Type: string (or Expression with resultType string).
sqlWriterUseTableLock any
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
storedProcedureParameters any
SQL stored procedure parameters.
storedProcedureTableTypeParameterName any
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
tableOption any
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
upsertSettings SqlUpsertSettingsResponse
SQL upsert settings.
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior any
Write behavior when copying data into sql server. Type: string (or Expression with resultType string).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
pre_copy_script Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
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_stored_procedure_name Any
SQL writer stored procedure name. Type: string (or Expression with resultType string).
sql_writer_table_type Any
SQL writer table type. Type: string (or Expression with resultType string).
sql_writer_use_table_lock Any
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
stored_procedure_parameters Any
SQL stored procedure parameters.
stored_procedure_table_type_parameter_name Any
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 SqlUpsertSettingsResponse
SQL upsert settings.
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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: string (or Expression with resultType string).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlWriterStoredProcedureName Any
SQL writer stored procedure name. Type: string (or Expression with resultType string).
sqlWriterTableType Any
SQL writer table type. Type: string (or Expression with resultType string).
sqlWriterUseTableLock Any
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
storedProcedureParameters Any
SQL stored procedure parameters.
storedProcedureTableTypeParameterName Any
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
tableOption Any
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
upsertSettings Property Map
SQL upsert settings.
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior Any
Write behavior when copying data into sql server. Type: string (or Expression with resultType string).

SqlServerSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IsolationLevel 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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption object
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
PartitionSettings Pulumi.AzureNative.DataFactory.Inputs.SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
ProduceAdditionalTypes object
Which additional types to produce.
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlReaderQuery object
SQL reader query. Type: string (or Expression with resultType string).
SqlReaderStoredProcedureName object
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).
StoredProcedureParameters object
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IsolationLevel 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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption interface{}
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
PartitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
ProduceAdditionalTypes interface{}
Which additional types to produce.
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlReaderQuery interface{}
SQL reader query. Type: string (or Expression with resultType string).
SqlReaderStoredProcedureName interface{}
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).
StoredProcedureParameters interface{}
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Object
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
partitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
produceAdditionalTypes Object
Which additional types to produce.
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery Object
SQL reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName Object
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).
storedProcedureParameters Object
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption any
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
partitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
produceAdditionalTypes any
Which additional types to produce.
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery any
SQL reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName any
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).
storedProcedureParameters any
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_collection Any
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_connections Any
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". Type: string (or Expression with resultType string).
partition_settings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
produce_additional_types Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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_query Any
SQL reader query. Type: string (or Expression with resultType string).
sql_reader_stored_procedure_name Any
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_parameters Any
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Any
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
partitionSettings Property Map
The settings that will be leveraged for Sql source partitioning.
produceAdditionalTypes Any
Which additional types to produce.
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery Any
SQL reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName Any
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).
storedProcedureParameters Any
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".

SqlServerStoredProcedureActivityResponse

LinkedServiceName This property is required. Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
Name This property is required. string
Activity name.
StoredProcedureName This property is required. object
Stored procedure name. Type: string (or Expression with resultType string).
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
StoredProcedureParameters object
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
LinkedServiceName This property is required. LinkedServiceReferenceResponse
Linked service reference.
Name This property is required. string
Activity name.
StoredProcedureName This property is required. interface{}
Stored procedure name. Type: string (or Expression with resultType string).
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
StoredProcedureParameters interface{}
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
UserProperties []UserPropertyResponse
Activity user properties.
linkedServiceName This property is required. LinkedServiceReferenceResponse
Linked service reference.
name This property is required. String
Activity name.
storedProcedureName This property is required. Object
Stored procedure name. Type: string (or Expression with resultType string).
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
storedProcedureParameters Object
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
userProperties List<UserPropertyResponse>
Activity user properties.
linkedServiceName This property is required. LinkedServiceReferenceResponse
Linked service reference.
name This property is required. string
Activity name.
storedProcedureName This property is required. any
Stored procedure name. Type: string (or Expression with resultType string).
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
storedProcedureParameters any
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
userProperties UserPropertyResponse[]
Activity user properties.
linked_service_name This property is required. LinkedServiceReferenceResponse
Linked service reference.
name This property is required. str
Activity name.
stored_procedure_name This property is required. Any
Stored procedure name. Type: string (or Expression with resultType string).
depends_on Sequence[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
stored_procedure_parameters Any
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
user_properties Sequence[UserPropertyResponse]
Activity user properties.
linkedServiceName This property is required. Property Map
Linked service reference.
name This property is required. String
Activity name.
storedProcedureName This property is required. Any
Stored procedure name. Type: string (or Expression with resultType string).
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
storedProcedureParameters Any
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
userProperties List<Property Map>
Activity user properties.

SqlSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript object
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlWriterStoredProcedureName object
SQL writer stored procedure name. Type: string (or Expression with resultType string).
SqlWriterTableType object
SQL writer table type. Type: string (or Expression with resultType string).
SqlWriterUseTableLock object
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
StoredProcedureParameters object
SQL stored procedure parameters.
StoredProcedureTableTypeParameterName object
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
TableOption object
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
UpsertSettings Pulumi.AzureNative.DataFactory.Inputs.SqlUpsertSettingsResponse
SQL upsert settings.
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior object
Write behavior when copying data into sql. Type: string (or Expression with resultType string).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript interface{}
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlWriterStoredProcedureName interface{}
SQL writer stored procedure name. Type: string (or Expression with resultType string).
SqlWriterTableType interface{}
SQL writer table type. Type: string (or Expression with resultType string).
SqlWriterUseTableLock interface{}
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
StoredProcedureParameters interface{}
SQL stored procedure parameters.
StoredProcedureTableTypeParameterName interface{}
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
TableOption interface{}
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
UpsertSettings SqlUpsertSettingsResponse
SQL upsert settings.
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior interface{}
Write behavior when copying data into sql. Type: string (or Expression with resultType string).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Object
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlWriterStoredProcedureName Object
SQL writer stored procedure name. Type: string (or Expression with resultType string).
sqlWriterTableType Object
SQL writer table type. Type: string (or Expression with resultType string).
sqlWriterUseTableLock Object
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
storedProcedureParameters Object
SQL stored procedure parameters.
storedProcedureTableTypeParameterName Object
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
tableOption Object
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
upsertSettings SqlUpsertSettingsResponse
SQL upsert settings.
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior Object
Write behavior when copying data into sql. Type: string (or Expression with resultType string).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlWriterStoredProcedureName any
SQL writer stored procedure name. Type: string (or Expression with resultType string).
sqlWriterTableType any
SQL writer table type. Type: string (or Expression with resultType string).
sqlWriterUseTableLock any
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
storedProcedureParameters any
SQL stored procedure parameters.
storedProcedureTableTypeParameterName any
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
tableOption any
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
upsertSettings SqlUpsertSettingsResponse
SQL upsert settings.
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior any
Write behavior when copying data into sql. Type: string (or Expression with resultType string).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
pre_copy_script Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
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_stored_procedure_name Any
SQL writer stored procedure name. Type: string (or Expression with resultType string).
sql_writer_table_type Any
SQL writer table type. Type: string (or Expression with resultType string).
sql_writer_use_table_lock Any
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
stored_procedure_parameters Any
SQL stored procedure parameters.
stored_procedure_table_type_parameter_name Any
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 SqlUpsertSettingsResponse
SQL upsert settings.
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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: string (or Expression with resultType string).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlWriterStoredProcedureName Any
SQL writer stored procedure name. Type: string (or Expression with resultType string).
sqlWriterTableType Any
SQL writer table type. Type: string (or Expression with resultType string).
sqlWriterUseTableLock Any
Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
storedProcedureParameters Any
SQL stored procedure parameters.
storedProcedureTableTypeParameterName Any
The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
tableOption Any
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
upsertSettings Property Map
SQL upsert settings.
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior Any
Write behavior when copying data into sql. Type: string (or Expression with resultType string).

SqlSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IsolationLevel 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).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption object
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
PartitionSettings Pulumi.AzureNative.DataFactory.Inputs.SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlReaderQuery object
SQL reader query. Type: string (or Expression with resultType string).
SqlReaderStoredProcedureName object
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).
StoredProcedureParameters object
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IsolationLevel 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).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption interface{}
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
PartitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlReaderQuery interface{}
SQL reader query. Type: string (or Expression with resultType string).
SqlReaderStoredProcedureName interface{}
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).
StoredProcedureParameters interface{}
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Object
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
partitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery Object
SQL reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName Object
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).
storedProcedureParameters Object
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption any
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
partitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery any
SQL reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName any
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).
storedProcedureParameters any
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_collection Any
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_connections Any
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". Type: string (or Expression with resultType string).
partition_settings SqlPartitionSettingsResponse
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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_query Any
SQL reader query. Type: string (or Expression with resultType string).
sql_reader_stored_procedure_name Any
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_parameters Any
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel 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).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Any
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". Type: string (or Expression with resultType string).
partitionSettings Property Map
The settings that will be leveraged for Sql source partitioning.
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery Any
SQL reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName Any
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).
storedProcedureParameters Any
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".

SqlUpsertSettingsResponse

InterimSchemaName object
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).
UseTempDB object
Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
InterimSchemaName interface{}
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).
UseTempDB interface{}
Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
interimSchemaName Object
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).
useTempDB Object
Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
interimSchemaName any
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).
useTempDB any
Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
interim_schema_name Any
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_db Any
Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).
interimSchemaName Any
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).
useTempDB Any
Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType boolean).

SquareSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

StagingSettingsResponse

LinkedServiceName This property is required. Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Staging linked service reference.
EnableCompression 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).
LinkedServiceName This property is required. LinkedServiceReferenceResponse
Staging linked service reference.
EnableCompression 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).
linkedServiceName This property is required. LinkedServiceReferenceResponse
Staging linked service reference.
enableCompression 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).
linkedServiceName This property is required. LinkedServiceReferenceResponse
Staging linked service reference.
enableCompression 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_name This property is required. LinkedServiceReferenceResponse
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).
linkedServiceName This property is required. Property Map
Staging linked service reference.
enableCompression 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).

SwitchActivityResponse

Name This property is required. string
Activity name.
On This property is required. Pulumi.AzureNative.DataFactory.Inputs.ExpressionResponse
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.AzureNative.DataFactory.Inputs.SwitchCaseResponse>
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.
DefaultActivities 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.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Name This property is required. string
Activity name.
On This property is required. ExpressionResponse
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 []SwitchCaseResponse
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.
DefaultActivities []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.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
name This property is required. String
Activity name.
on This property is required. ExpressionResponse
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<SwitchCaseResponse>
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.
defaultActivities 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.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
name This property is required. string
Activity name.
on This property is required. ExpressionResponse
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 SwitchCaseResponse[]
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.
defaultActivities (AppendVariableActivityResponse | AzureDataExplorerCommandActivityResponse | AzureFunctionActivityResponse | AzureMLBatchExecutionActivityResponse | AzureMLExecutePipelineActivityResponse | AzureMLUpdateResourceActivityResponse | ControlActivityResponse | CopyActivityResponse | CustomActivityResponse | DataLakeAnalyticsUSQLActivityResponse | DatabricksNotebookActivityResponse | DatabricksSparkJarActivityResponse | DatabricksSparkPythonActivityResponse | DeleteActivityResponse | ExecuteDataFlowActivityResponse | ExecutePipelineActivityResponse | ExecuteSSISPackageActivityResponse | ExecuteWranglingDataflowActivityResponse | ExecutionActivityResponse | FailActivityResponse | FilterActivityResponse | ForEachActivityResponse | GetMetadataActivityResponse | HDInsightHiveActivityResponse | HDInsightMapReduceActivityResponse | HDInsightPigActivityResponse | HDInsightSparkActivityResponse | HDInsightStreamingActivityResponse | IfConditionActivityResponse | LookupActivityResponse | ScriptActivityResponse | SetVariableActivityResponse | SqlServerStoredProcedureActivityResponse | SwitchActivityResponse | SynapseNotebookActivityResponse | SynapseSparkJobDefinitionActivityResponse | UntilActivityResponse | ValidationActivityResponse | WaitActivityResponse | WebActivityResponse | WebHookActivityResponse)[]
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.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
name This property is required. str
Activity name.
on This property is required. ExpressionResponse
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[SwitchCaseResponse]
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[AppendVariableActivityResponse, AzureDataExplorerCommandActivityResponse, AzureFunctionActivityResponse, AzureMLBatchExecutionActivityResponse, AzureMLExecutePipelineActivityResponse, AzureMLUpdateResourceActivityResponse, ControlActivityResponse, CopyActivityResponse, CustomActivityResponse, DataLakeAnalyticsUSQLActivityResponse, DatabricksNotebookActivityResponse, DatabricksSparkJarActivityResponse, DatabricksSparkPythonActivityResponse, DeleteActivityResponse, ExecuteDataFlowActivityResponse, ExecutePipelineActivityResponse, ExecuteSSISPackageActivityResponse, ExecuteWranglingDataflowActivityResponse, ExecutionActivityResponse, FailActivityResponse, FilterActivityResponse, ForEachActivityResponse, GetMetadataActivityResponse, HDInsightHiveActivityResponse, HDInsightMapReduceActivityResponse, HDInsightPigActivityResponse, HDInsightSparkActivityResponse, HDInsightStreamingActivityResponse, IfConditionActivityResponse, LookupActivityResponse, ScriptActivityResponse, SetVariableActivityResponse, SqlServerStoredProcedureActivityResponse, SwitchActivityResponse, SynapseNotebookActivityResponse, SynapseSparkJobDefinitionActivityResponse, UntilActivityResponse, ValidationActivityResponse, WaitActivityResponse, WebActivityResponse, WebHookActivityResponse]]
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[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
name This property is required. String
Activity name.
on This property is required. 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.
defaultActivities 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.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

SwitchCaseResponse

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 (AppendVariableActivityResponse | AzureDataExplorerCommandActivityResponse | AzureFunctionActivityResponse | AzureMLBatchExecutionActivityResponse | AzureMLExecutePipelineActivityResponse | AzureMLUpdateResourceActivityResponse | ControlActivityResponse | CopyActivityResponse | CustomActivityResponse | DataLakeAnalyticsUSQLActivityResponse | DatabricksNotebookActivityResponse | DatabricksSparkJarActivityResponse | DatabricksSparkPythonActivityResponse | DeleteActivityResponse | ExecuteDataFlowActivityResponse | ExecutePipelineActivityResponse | ExecuteSSISPackageActivityResponse | ExecuteWranglingDataflowActivityResponse | ExecutionActivityResponse | FailActivityResponse | FilterActivityResponse | ForEachActivityResponse | GetMetadataActivityResponse | HDInsightHiveActivityResponse | HDInsightMapReduceActivityResponse | HDInsightPigActivityResponse | HDInsightSparkActivityResponse | HDInsightStreamingActivityResponse | IfConditionActivityResponse | LookupActivityResponse | ScriptActivityResponse | SetVariableActivityResponse | SqlServerStoredProcedureActivityResponse | SwitchActivityResponse | SynapseNotebookActivityResponse | SynapseSparkJobDefinitionActivityResponse | UntilActivityResponse | ValidationActivityResponse | WaitActivityResponse | WebActivityResponse | WebHookActivityResponse)[]
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[AppendVariableActivityResponse, AzureDataExplorerCommandActivityResponse, AzureFunctionActivityResponse, AzureMLBatchExecutionActivityResponse, AzureMLExecutePipelineActivityResponse, AzureMLUpdateResourceActivityResponse, ControlActivityResponse, CopyActivityResponse, CustomActivityResponse, DataLakeAnalyticsUSQLActivityResponse, DatabricksNotebookActivityResponse, DatabricksSparkJarActivityResponse, DatabricksSparkPythonActivityResponse, DeleteActivityResponse, ExecuteDataFlowActivityResponse, ExecutePipelineActivityResponse, ExecuteSSISPackageActivityResponse, ExecuteWranglingDataflowActivityResponse, ExecutionActivityResponse, FailActivityResponse, FilterActivityResponse, ForEachActivityResponse, GetMetadataActivityResponse, HDInsightHiveActivityResponse, HDInsightMapReduceActivityResponse, HDInsightPigActivityResponse, HDInsightSparkActivityResponse, HDInsightStreamingActivityResponse, IfConditionActivityResponse, LookupActivityResponse, ScriptActivityResponse, SetVariableActivityResponse, SqlServerStoredProcedureActivityResponse, SwitchActivityResponse, SynapseNotebookActivityResponse, SynapseSparkJobDefinitionActivityResponse, UntilActivityResponse, ValidationActivityResponse, WaitActivityResponse, WebActivityResponse, WebHookActivityResponse]]
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.

SybaseSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

SynapseNotebookActivityResponse

Name This property is required. string
Activity name.
Notebook This property is required. Pulumi.AzureNative.DataFactory.Inputs.SynapseNotebookReferenceResponse
Synapse notebook reference.
Conf object
Spark configuration properties, which will override the 'conf' of the notebook you provide.
ConfigurationType string
The type of the spark config.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
DriverSize 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).
ExecutorSize 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).
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
NumExecutors 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).
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Parameters Dictionary<string, Pulumi.AzureNative.DataFactory.Inputs.NotebookParameterResponse>
Notebook parameters.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
SparkConfig Dictionary<string, object>
Spark configuration property.
SparkPool Pulumi.AzureNative.DataFactory.Inputs.BigDataPoolParametrizationReferenceResponse
The name of the big data pool which will be used to execute the notebook.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
TargetSparkConfiguration Pulumi.AzureNative.DataFactory.Inputs.SparkConfigurationParametrizationReferenceResponse
The spark configuration of the spark job.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Name This property is required. string
Activity name.
Notebook This property is required. SynapseNotebookReferenceResponse
Synapse notebook reference.
Conf interface{}
Spark configuration properties, which will override the 'conf' of the notebook you provide.
ConfigurationType string
The type of the spark config.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
DriverSize 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).
ExecutorSize 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).
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
NumExecutors 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).
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Parameters map[string]NotebookParameterResponse
Notebook parameters.
Policy ActivityPolicyResponse
Activity policy.
SparkConfig map[string]interface{}
Spark configuration property.
SparkPool BigDataPoolParametrizationReferenceResponse
The name of the big data pool which will be used to execute the notebook.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
TargetSparkConfiguration SparkConfigurationParametrizationReferenceResponse
The spark configuration of the spark job.
UserProperties []UserPropertyResponse
Activity user properties.
name This property is required. String
Activity name.
notebook This property is required. SynapseNotebookReferenceResponse
Synapse notebook reference.
conf Object
Spark configuration properties, which will override the 'conf' of the notebook you provide.
configurationType String
The type of the spark config.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
driverSize 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).
executorSize 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).
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
numExecutors 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).
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters Map<String,NotebookParameterResponse>
Notebook parameters.
policy ActivityPolicyResponse
Activity policy.
sparkConfig Map<String,Object>
Spark configuration property.
sparkPool BigDataPoolParametrizationReferenceResponse
The name of the big data pool which will be used to execute the notebook.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
targetSparkConfiguration SparkConfigurationParametrizationReferenceResponse
The spark configuration of the spark job.
userProperties List<UserPropertyResponse>
Activity user properties.
name This property is required. string
Activity name.
notebook This property is required. SynapseNotebookReferenceResponse
Synapse notebook reference.
conf any
Spark configuration properties, which will override the 'conf' of the notebook you provide.
configurationType string
The type of the spark config.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
driverSize 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).
executorSize 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).
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
numExecutors 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).
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters {[key: string]: NotebookParameterResponse}
Notebook parameters.
policy ActivityPolicyResponse
Activity policy.
sparkConfig {[key: string]: any}
Spark configuration property.
sparkPool BigDataPoolParametrizationReferenceResponse
The name of the big data pool which will be used to execute the notebook.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
targetSparkConfiguration SparkConfigurationParametrizationReferenceResponse
The spark configuration of the spark job.
userProperties UserPropertyResponse[]
Activity user properties.
name This property is required. str
Activity name.
notebook This property is required. SynapseNotebookReferenceResponse
Synapse notebook reference.
conf Any
Spark configuration properties, which will override the 'conf' of the notebook you provide.
configuration_type str
The type of the spark config.
depends_on Sequence[ActivityDependencyResponse]
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_name LinkedServiceReferenceResponse
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).
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters Mapping[str, NotebookParameterResponse]
Notebook parameters.
policy ActivityPolicyResponse
Activity policy.
spark_config Mapping[str, Any]
Spark configuration property.
spark_pool BigDataPoolParametrizationReferenceResponse
The name of the big data pool which will be used to execute the notebook.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
target_spark_configuration SparkConfigurationParametrizationReferenceResponse
The spark configuration of the spark job.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
name This property is required. String
Activity name.
notebook This property is required. Property Map
Synapse notebook reference.
conf Any
Spark configuration properties, which will override the 'conf' of the notebook you provide.
configurationType String
The type of the spark config.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
driverSize 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).
executorSize 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).
linkedServiceName Property Map
Linked service reference.
numExecutors 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).
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
parameters Map<Property Map>
Notebook parameters.
policy Property Map
Activity policy.
sparkConfig Map<Any>
Spark configuration property.
sparkPool Property Map
The name of the big data pool which will be used to execute the notebook.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
targetSparkConfiguration Property Map
The spark configuration of the spark job.
userProperties List<Property Map>
Activity user properties.

SynapseNotebookReferenceResponse

ReferenceName This property is required. object
Reference notebook name. Type: string (or Expression with resultType string).
Type This property is required. string
Synapse notebook reference type.
ReferenceName This property is required. interface{}
Reference notebook name. Type: string (or Expression with resultType string).
Type This property is required. string
Synapse notebook reference type.
referenceName This property is required. Object
Reference notebook name. Type: string (or Expression with resultType string).
type This property is required. String
Synapse notebook reference type.
referenceName This property is required. any
Reference notebook name. Type: string (or Expression with resultType string).
type This property is required. string
Synapse notebook reference type.
reference_name This property is required. Any
Reference notebook name. Type: string (or Expression with resultType string).
type This property is required. str
Synapse notebook reference type.
referenceName This property is required. Any
Reference notebook name. Type: string (or Expression with resultType string).
type This property is required. String
Synapse notebook reference type.

SynapseSparkJobDefinitionActivityResponse

Name This property is required. string
Activity name.
SparkJob This property is required. Pulumi.AzureNative.DataFactory.Inputs.SynapseSparkJobReferenceResponse
Synapse spark job reference.
Arguments List<object>
User specified arguments to SynapseSparkJobDefinitionActivity.
ClassName 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.
ConfigurationType string
The type of the spark config.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
DriverSize 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).
ExecutorSize 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.
FilesV2 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.
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
NumExecutors 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).
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
PythonCodeReference List<object>
Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.
ScanFolder 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).
SparkConfig Dictionary<string, object>
Spark configuration property.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
TargetBigDataPool Pulumi.AzureNative.DataFactory.Inputs.BigDataPoolParametrizationReferenceResponse
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.
TargetSparkConfiguration Pulumi.AzureNative.DataFactory.Inputs.SparkConfigurationParametrizationReferenceResponse
The spark configuration of the spark job.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Name This property is required. string
Activity name.
SparkJob This property is required. SynapseSparkJobReferenceResponse
Synapse spark job reference.
Arguments []interface{}
User specified arguments to SynapseSparkJobDefinitionActivity.
ClassName 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.
ConfigurationType string
The type of the spark config.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
DriverSize 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).
ExecutorSize 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.
FilesV2 []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.
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
NumExecutors 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).
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
PythonCodeReference []interface{}
Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.
ScanFolder 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).
SparkConfig map[string]interface{}
Spark configuration property.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
TargetBigDataPool BigDataPoolParametrizationReferenceResponse
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.
TargetSparkConfiguration SparkConfigurationParametrizationReferenceResponse
The spark configuration of the spark job.
UserProperties []UserPropertyResponse
Activity user properties.
name This property is required. String
Activity name.
sparkJob This property is required. SynapseSparkJobReferenceResponse
Synapse spark job reference.
arguments List<Object>
User specified arguments to SynapseSparkJobDefinitionActivity.
className 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.
configurationType String
The type of the spark config.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
driverSize 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).
executorSize 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.
filesV2 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.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
numExecutors 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).
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
pythonCodeReference List<Object>
Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.
scanFolder 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).
sparkConfig Map<String,Object>
Spark configuration property.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
targetBigDataPool BigDataPoolParametrizationReferenceResponse
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.
targetSparkConfiguration SparkConfigurationParametrizationReferenceResponse
The spark configuration of the spark job.
userProperties List<UserPropertyResponse>
Activity user properties.
name This property is required. string
Activity name.
sparkJob This property is required. SynapseSparkJobReferenceResponse
Synapse spark job reference.
arguments any[]
User specified arguments to SynapseSparkJobDefinitionActivity.
className 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.
configurationType string
The type of the spark config.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
driverSize 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).
executorSize 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.
filesV2 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.
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
numExecutors 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).
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
pythonCodeReference any[]
Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.
scanFolder 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).
sparkConfig {[key: string]: any}
Spark configuration property.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
targetBigDataPool BigDataPoolParametrizationReferenceResponse
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.
targetSparkConfiguration SparkConfigurationParametrizationReferenceResponse
The spark configuration of the spark job.
userProperties UserPropertyResponse[]
Activity user properties.
name This property is required. str
Activity name.
spark_job This property is required. SynapseSparkJobReferenceResponse
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[ActivityDependencyResponse]
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_name LinkedServiceReferenceResponse
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).
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
python_code_reference Sequence[Any]
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.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
target_big_data_pool BigDataPoolParametrizationReferenceResponse
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_configuration SparkConfigurationParametrizationReferenceResponse
The spark configuration of the spark job.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
name This property is required. String
Activity name.
sparkJob This property is required. Property Map
Synapse spark job reference.
arguments List<Any>
User specified arguments to SynapseSparkJobDefinitionActivity.
className 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.
configurationType String
The type of the spark config.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
driverSize 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).
executorSize 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.
filesV2 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.
linkedServiceName Property Map
Linked service reference.
numExecutors 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).
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
pythonCodeReference List<Any>
Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide.
scanFolder 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).
sparkConfig Map<Any>
Spark configuration property.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
targetBigDataPool Property Map
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.
targetSparkConfiguration Property Map
The spark configuration of the spark job.
userProperties List<Property Map>
Activity user properties.

SynapseSparkJobReferenceResponse

ReferenceName This property is required. object
Reference spark job name. Expression with resultType string.
Type This property is required. string
Synapse spark job reference type.
ReferenceName This property is required. interface{}
Reference spark job name. Expression with resultType string.
Type This property is required. string
Synapse spark job reference type.
referenceName This property is required. Object
Reference spark job name. Expression with resultType string.
type This property is required. String
Synapse spark job reference type.
referenceName This property is required. any
Reference spark job name. Expression with resultType string.
type This property is required. string
Synapse spark job reference type.
reference_name This property is required. Any
Reference spark job name. Expression with resultType string.
type This property is required. str
Synapse spark job reference type.
referenceName This property is required. Any
Reference spark job name. Expression with resultType string.
type This property is required. String
Synapse spark job reference type.

TabularSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

TarGZipReadSettingsResponse

PreserveCompressionFileNameAsFolder object
Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
PreserveCompressionFileNameAsFolder interface{}
Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
preserveCompressionFileNameAsFolder Object
Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
preserveCompressionFileNameAsFolder any
Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
preserve_compression_file_name_as_folder Any
Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
preserveCompressionFileNameAsFolder Any
Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).

TarReadSettingsResponse

PreserveCompressionFileNameAsFolder object
Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
PreserveCompressionFileNameAsFolder interface{}
Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
preserveCompressionFileNameAsFolder Object
Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
preserveCompressionFileNameAsFolder any
Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
preserve_compression_file_name_as_folder Any
Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
preserveCompressionFileNameAsFolder Any
Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).

TeradataImportCommandResponse

AdditionalFormatOptions object
Additional format options for Teradata Copy Command. The format options only applies to direct copy from CSV source. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "timeFormat": "HHhMImSSs" }
AdditionalFormatOptions interface{}
Additional format options for Teradata Copy Command. The format options only applies to direct copy from CSV source. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "timeFormat": "HHhMImSSs" }
additionalFormatOptions Object
Additional format options for Teradata Copy Command. The format options only applies to direct copy from CSV source. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "timeFormat": "HHhMImSSs" }
additionalFormatOptions any
Additional format options for Teradata Copy Command. The format options only applies to direct copy from CSV source. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "timeFormat": "HHhMImSSs" }
additional_format_options Any
Additional format options for Teradata Copy Command. The format options only applies to direct copy from CSV source. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "timeFormat": "HHhMImSSs" }
additionalFormatOptions Any
Additional format options for Teradata Copy Command. The format options only applies to direct copy from CSV source. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "timeFormat": "HHhMImSSs" }

TeradataPartitionSettingsResponse

PartitionColumnName object
The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
PartitionLowerBound object
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionUpperBound object
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionColumnName interface{}
The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
PartitionLowerBound interface{}
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
PartitionUpperBound interface{}
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionColumnName Object
The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
partitionLowerBound Object
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionUpperBound Object
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionColumnName any
The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
partitionLowerBound any
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionUpperBound any
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_name Any
The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
partition_lower_bound Any
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_bound Any
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionColumnName Any
The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression with resultType string).
partitionLowerBound Any
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionUpperBound Any
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).

TeradataSinkResponse

DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ImportSettings Pulumi.AzureNative.DataFactory.Inputs.TeradataImportCommandResponse
Teradata import settings.
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
ImportSettings TeradataImportCommandResponse
Teradata import settings.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
importSettings TeradataImportCommandResponse
Teradata import settings.
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
importSettings TeradataImportCommandResponse
Teradata import settings.
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
import_settings TeradataImportCommandResponse
Teradata import settings.
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
importSettings Property Map
Teradata import settings.
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

TeradataSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption object
The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", "Hash", "DynamicRange".
PartitionSettings Pulumi.AzureNative.DataFactory.Inputs.TeradataPartitionSettingsResponse
The settings that will be leveraged for teradata source partitioning.
Query object
Teradata query. Type: string (or Expression with resultType string).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption interface{}
The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", "Hash", "DynamicRange".
PartitionSettings TeradataPartitionSettingsResponse
The settings that will be leveraged for teradata source partitioning.
Query interface{}
Teradata query. Type: string (or Expression with resultType string).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Object
The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", "Hash", "DynamicRange".
partitionSettings TeradataPartitionSettingsResponse
The settings that will be leveraged for teradata source partitioning.
query Object
Teradata query. Type: string (or Expression with resultType string).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption any
The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", "Hash", "DynamicRange".
partitionSettings TeradataPartitionSettingsResponse
The settings that will be leveraged for teradata source partitioning.
query any
Teradata query. Type: string (or Expression with resultType string).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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 TeradataPartitionSettingsResponse
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Any
The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", "Hash", "DynamicRange".
partitionSettings Property Map
The settings that will be leveraged for teradata source partitioning.
query Any
Teradata query. Type: string (or Expression with resultType string).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

UntilActivityResponse

Activities This property is required. List<object>
List of activities to execute.
Expression This property is required. Pulumi.AzureNative.DataFactory.Inputs.ExpressionResponse
An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
Name This property is required. string
Activity name.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
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])).
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Activities This property is required. []interface{}
List of activities to execute.
Expression This property is required. ExpressionResponse
An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
Name This property is required. string
Activity name.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
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])).
UserProperties []UserPropertyResponse
Activity user properties.
activities This property is required. List<Object>
List of activities to execute.
expression This property is required. ExpressionResponse
An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
name This property is required. String
Activity name.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
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])).
userProperties List<UserPropertyResponse>
Activity user properties.
activities This property is required. (AppendVariableActivityResponse | AzureDataExplorerCommandActivityResponse | AzureFunctionActivityResponse | AzureMLBatchExecutionActivityResponse | AzureMLExecutePipelineActivityResponse | AzureMLUpdateResourceActivityResponse | ControlActivityResponse | CopyActivityResponse | CustomActivityResponse | DataLakeAnalyticsUSQLActivityResponse | DatabricksNotebookActivityResponse | DatabricksSparkJarActivityResponse | DatabricksSparkPythonActivityResponse | DeleteActivityResponse | ExecuteDataFlowActivityResponse | ExecutePipelineActivityResponse | ExecuteSSISPackageActivityResponse | ExecuteWranglingDataflowActivityResponse | ExecutionActivityResponse | FailActivityResponse | FilterActivityResponse | ForEachActivityResponse | GetMetadataActivityResponse | HDInsightHiveActivityResponse | HDInsightMapReduceActivityResponse | HDInsightPigActivityResponse | HDInsightSparkActivityResponse | HDInsightStreamingActivityResponse | IfConditionActivityResponse | LookupActivityResponse | ScriptActivityResponse | SetVariableActivityResponse | SqlServerStoredProcedureActivityResponse | SwitchActivityResponse | SynapseNotebookActivityResponse | SynapseSparkJobDefinitionActivityResponse | UntilActivityResponse | ValidationActivityResponse | WaitActivityResponse | WebActivityResponse | WebHookActivityResponse)[]
List of activities to execute.
expression This property is required. ExpressionResponse
An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
name This property is required. string
Activity name.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
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])).
userProperties UserPropertyResponse[]
Activity user properties.
activities This property is required. Sequence[Union[AppendVariableActivityResponse, AzureDataExplorerCommandActivityResponse, AzureFunctionActivityResponse, AzureMLBatchExecutionActivityResponse, AzureMLExecutePipelineActivityResponse, AzureMLUpdateResourceActivityResponse, ControlActivityResponse, CopyActivityResponse, CustomActivityResponse, DataLakeAnalyticsUSQLActivityResponse, DatabricksNotebookActivityResponse, DatabricksSparkJarActivityResponse, DatabricksSparkPythonActivityResponse, DeleteActivityResponse, ExecuteDataFlowActivityResponse, ExecutePipelineActivityResponse, ExecuteSSISPackageActivityResponse, ExecuteWranglingDataflowActivityResponse, ExecutionActivityResponse, FailActivityResponse, FilterActivityResponse, ForEachActivityResponse, GetMetadataActivityResponse, HDInsightHiveActivityResponse, HDInsightMapReduceActivityResponse, HDInsightPigActivityResponse, HDInsightSparkActivityResponse, HDInsightStreamingActivityResponse, IfConditionActivityResponse, LookupActivityResponse, ScriptActivityResponse, SetVariableActivityResponse, SqlServerStoredProcedureActivityResponse, SwitchActivityResponse, SynapseNotebookActivityResponse, SynapseSparkJobDefinitionActivityResponse, UntilActivityResponse, ValidationActivityResponse, WaitActivityResponse, WebActivityResponse, WebHookActivityResponse]]
List of activities to execute.
expression This property is required. ExpressionResponse
An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
name This property is required. str
Activity name.
depends_on Sequence[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
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[UserPropertyResponse]
Activity user properties.
activities This property is required. 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 This property is required. Property Map
An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
name This property is required. String
Activity name.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
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])).
userProperties List<Property Map>
Activity user properties.

UserPropertyResponse

Name This property is required. string
User property name.
Value This property is required. object
User property value. Type: string (or Expression with resultType string).
Name This property is required. string
User property name.
Value This property is required. interface{}
User property value. Type: string (or Expression with resultType string).
name This property is required. String
User property name.
value This property is required. Object
User property value. Type: string (or Expression with resultType string).
name This property is required. string
User property name.
value This property is required. any
User property value. Type: string (or Expression with resultType string).
name This property is required. str
User property name.
value This property is required. Any
User property value. Type: string (or Expression with resultType string).
name This property is required. String
User property name.
value This property is required. Any
User property value. Type: string (or Expression with resultType string).

ValidationActivityResponse

Dataset This property is required. Pulumi.AzureNative.DataFactory.Inputs.DatasetReferenceResponse
Validation activity dataset reference.
Name This property is required. string
Activity name.
ChildItems 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).
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
MinimumSize 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).
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
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).
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
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])).
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Dataset This property is required. DatasetReferenceResponse
Validation activity dataset reference.
Name This property is required. string
Activity name.
ChildItems 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).
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
MinimumSize 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).
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
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).
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
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])).
UserProperties []UserPropertyResponse
Activity user properties.
dataset This property is required. DatasetReferenceResponse
Validation activity dataset reference.
name This property is required. String
Activity name.
childItems 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).
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
minimumSize 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).
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
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).
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
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])).
userProperties List<UserPropertyResponse>
Activity user properties.
dataset This property is required. DatasetReferenceResponse
Validation activity dataset reference.
name This property is required. string
Activity name.
childItems 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).
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
minimumSize 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).
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
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).
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
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])).
userProperties UserPropertyResponse[]
Activity user properties.
dataset This property is required. DatasetReferenceResponse
Validation activity dataset reference.
name This property is required. 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[ActivityDependencyResponse]
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).
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
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).
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
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[UserPropertyResponse]
Activity user properties.
dataset This property is required. Property Map
Validation activity dataset reference.
name This property is required. String
Activity name.
childItems 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).
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
minimumSize 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).
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
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).
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
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])).
userProperties List<Property Map>
Activity user properties.

VariableSpecificationResponse

Type This property is required. string
Variable type.
DefaultValue object
Default value of variable.
Type This property is required. string
Variable type.
DefaultValue interface{}
Default value of variable.
type This property is required. String
Variable type.
defaultValue Object
Default value of variable.
type This property is required. string
Variable type.
defaultValue any
Default value of variable.
type This property is required. str
Variable type.
default_value Any
Default value of variable.
type This property is required. String
Variable type.
defaultValue Any
Default value of variable.

VerticaSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

WaitActivityResponse

Name This property is required. string
Activity name.
WaitTimeInSeconds This property is required. object
Duration in seconds. Type: integer (or Expression with resultType integer).
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Name This property is required. string
Activity name.
WaitTimeInSeconds This property is required. interface{}
Duration in seconds. Type: integer (or Expression with resultType integer).
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
UserProperties []UserPropertyResponse
Activity user properties.
name This property is required. String
Activity name.
waitTimeInSeconds This property is required. Object
Duration in seconds. Type: integer (or Expression with resultType integer).
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<UserPropertyResponse>
Activity user properties.
name This property is required. string
Activity name.
waitTimeInSeconds This property is required. any
Duration in seconds. Type: integer (or Expression with resultType integer).
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties UserPropertyResponse[]
Activity user properties.
name This property is required. str
Activity name.
wait_time_in_seconds This property is required. Any
Duration in seconds. Type: integer (or Expression with resultType integer).
depends_on Sequence[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
name This property is required. String
Activity name.
waitTimeInSeconds This property is required. Any
Duration in seconds. Type: integer (or Expression with resultType integer).
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
userProperties List<Property Map>
Activity user properties.

WarehouseSinkResponse

AllowCopyCommand object
Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
CopyCommandSettings Pulumi.AzureNative.DataFactory.Inputs.DWCopyCommandSettingsResponse
Specifies Copy Command related settings when allowCopyCommand is true.
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript object
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount object
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
TableOption object
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
WriteBatchSize object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior object
Write behavior when copying data into azure Microsoft Fabric Data Warehouse. Type: DWWriteBehaviorEnum (or Expression with resultType DWWriteBehaviorEnum)
AllowCopyCommand interface{}
Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
CopyCommandSettings DWCopyCommandSettingsResponse
Specifies Copy Command related settings when allowCopyCommand is true.
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
PreCopyScript interface{}
SQL pre-copy script. Type: string (or Expression with resultType string).
SinkRetryCount interface{}
Sink retry count. Type: integer (or Expression with resultType integer).
SinkRetryWait interface{}
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
TableOption interface{}
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
WriteBatchSize interface{}
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
WriteBatchTimeout interface{}
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
WriteBehavior interface{}
Write behavior when copying data into azure Microsoft Fabric Data Warehouse. Type: DWWriteBehaviorEnum (or Expression with resultType DWWriteBehaviorEnum)
allowCopyCommand Object
Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
copyCommandSettings DWCopyCommandSettingsResponse
Specifies Copy Command related settings when allowCopyCommand is true.
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Object
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Object
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Object
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
tableOption Object
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
writeBatchSize Object
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Object
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior Object
Write behavior when copying data into azure Microsoft Fabric Data Warehouse. Type: DWWriteBehaviorEnum (or Expression with resultType DWWriteBehaviorEnum)
allowCopyCommand any
Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
copyCommandSettings DWCopyCommandSettingsResponse
Specifies Copy Command related settings when allowCopyCommand is true.
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
tableOption any
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
writeBatchSize any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior any
Write behavior when copying data into azure Microsoft Fabric Data Warehouse. Type: DWWriteBehaviorEnum (or Expression with resultType DWWriteBehaviorEnum)
allow_copy_command Any
Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
copy_command_settings DWCopyCommandSettingsResponse
Specifies Copy Command related settings when allowCopyCommand is true.
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
pre_copy_script Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sink_retry_count Any
Sink retry count. Type: integer (or Expression with resultType integer).
sink_retry_wait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
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).
write_batch_size Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
write_batch_timeout Any
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 Microsoft Fabric Data Warehouse. Type: DWWriteBehaviorEnum (or Expression with resultType DWWriteBehaviorEnum)
allowCopyCommand Any
Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
copyCommandSettings Property Map
Specifies Copy Command related settings when allowCopyCommand is true.
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
preCopyScript Any
SQL pre-copy script. Type: string (or Expression with resultType string).
sinkRetryCount Any
Sink retry count. Type: integer (or Expression with resultType integer).
sinkRetryWait Any
Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
tableOption Any
The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
writeBatchSize Any
Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
writeBatchTimeout Any
Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
writeBehavior Any
Write behavior when copying data into azure Microsoft Fabric Data Warehouse. Type: DWWriteBehaviorEnum (or Expression with resultType DWWriteBehaviorEnum)

WarehouseSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IsolationLevel object
Specifies the transaction locking behavior for the Microsoft Fabric Warehouse source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption object
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
PartitionSettings Pulumi.AzureNative.DataFactory.Inputs.SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlReaderQuery object
Microsoft Fabric Warehouse reader query. Type: string (or Expression with resultType string).
SqlReaderStoredProcedureName object
Name of the stored procedure for a Microsoft Fabric Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
StoredProcedureParameters object
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
IsolationLevel interface{}
Specifies the transaction locking behavior for the Microsoft Fabric Warehouse source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
PartitionOption interface{}
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
PartitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SqlReaderQuery interface{}
Microsoft Fabric Warehouse reader query. Type: string (or Expression with resultType string).
SqlReaderStoredProcedureName interface{}
Name of the stored procedure for a Microsoft Fabric Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
StoredProcedureParameters interface{}
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel Object
Specifies the transaction locking behavior for the Microsoft Fabric Warehouse source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Object
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
partitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery Object
Microsoft Fabric Warehouse reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName Object
Name of the stored procedure for a Microsoft Fabric Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
storedProcedureParameters Object
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel any
Specifies the transaction locking behavior for the Microsoft Fabric Warehouse source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption any
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
partitionSettings SqlPartitionSettingsResponse
The settings that will be leveraged for Sql source partitioning.
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery any
Microsoft Fabric Warehouse reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName any
Name of the stored procedure for a Microsoft Fabric Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
storedProcedureParameters any
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_collection Any
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 Microsoft Fabric Warehouse source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
max_concurrent_connections Any
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 SqlPartitionSettingsResponse
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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_query Any
Microsoft Fabric Warehouse reader query. Type: string (or Expression with resultType string).
sql_reader_stored_procedure_name Any
Name of the stored procedure for a Microsoft Fabric Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
stored_procedure_parameters Any
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
isolationLevel Any
Specifies the transaction locking behavior for the Microsoft Fabric Warehouse source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
partitionOption Any
The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
partitionSettings Property Map
The settings that will be leveraged for Sql source partitioning.
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sqlReaderQuery Any
Microsoft Fabric Warehouse reader query. Type: string (or Expression with resultType string).
sqlReaderStoredProcedureName Any
Name of the stored procedure for a Microsoft Fabric Warehouse source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
storedProcedureParameters Any
Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.

WebActivityAuthenticationResponse

Credential Pulumi.AzureNative.DataFactory.Inputs.CredentialReferenceResponse
The credential reference containing authentication information.
Password Pulumi.AzureNative.DataFactory.Inputs.AzureKeyVaultSecretReferenceResponse | Pulumi.AzureNative.DataFactory.Inputs.SecureStringResponse
Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
Pfx Pulumi.AzureNative.DataFactory.Inputs.AzureKeyVaultSecretReferenceResponse | Pulumi.AzureNative.DataFactory.Inputs.SecureStringResponse
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)
UserTenant 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 CredentialReferenceResponse
The credential reference containing authentication information.
Password AzureKeyVaultSecretReferenceResponse | SecureStringResponse
Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
Pfx AzureKeyVaultSecretReferenceResponse | SecureStringResponse
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)
UserTenant 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 CredentialReferenceResponse
The credential reference containing authentication information.
password AzureKeyVaultSecretReferenceResponse | SecureStringResponse
Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
pfx AzureKeyVaultSecretReferenceResponse | SecureStringResponse
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)
userTenant 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 CredentialReferenceResponse
The credential reference containing authentication information.
password AzureKeyVaultSecretReferenceResponse | SecureStringResponse
Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
pfx AzureKeyVaultSecretReferenceResponse | SecureStringResponse
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)
userTenant 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 CredentialReferenceResponse
The credential reference containing authentication information.
password AzureKeyVaultSecretReferenceResponse | SecureStringResponse
Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
pfx AzureKeyVaultSecretReferenceResponse | SecureStringResponse
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)
userTenant 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).

WebActivityResponse

Method This property is required. string
Rest API method for target endpoint.
Name This property is required. string
Activity name.
Url This property is required. object
Web activity target endpoint and path. Type: string (or Expression with resultType string).
Authentication Pulumi.AzureNative.DataFactory.Inputs.WebActivityAuthenticationResponse
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).
ConnectVia Pulumi.AzureNative.DataFactory.Inputs.IntegrationRuntimeReferenceResponse
The integration runtime reference.
Datasets List<Pulumi.AzureNative.DataFactory.Inputs.DatasetReferenceResponse>
List of datasets passed to web endpoint.
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
DisableCertValidation bool
When set to true, Certificate validation will be disabled.
Headers Dictionary<string, 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).
HttpRequestTimeout object
Timeout for the HTTP request to get a response. Format is in TimeSpan (hh:mm:ss). This value is the timeout to get a response, not the activity timeout. The default value is 00:01:00 (1 minute). The range is from 1 to 10 minutes
LinkedServiceName Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
Linked service reference.
LinkedServices List<Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse>
List of linked services passed to web endpoint.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
TurnOffAsync bool
Option to disable invoking HTTP GET on location given in response header of a HTTP 202 Response. If set true, it stops invoking HTTP GET on http location given in response header. If set false then continues to invoke HTTP GET call on location given in http response headers.
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Method This property is required. string
Rest API method for target endpoint.
Name This property is required. string
Activity name.
Url This property is required. interface{}
Web activity target endpoint and path. Type: string (or Expression with resultType string).
Authentication WebActivityAuthenticationResponse
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).
ConnectVia IntegrationRuntimeReferenceResponse
The integration runtime reference.
Datasets []DatasetReferenceResponse
List of datasets passed to web endpoint.
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
DisableCertValidation bool
When set to true, Certificate validation will be disabled.
Headers map[string]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).
HttpRequestTimeout interface{}
Timeout for the HTTP request to get a response. Format is in TimeSpan (hh:mm:ss). This value is the timeout to get a response, not the activity timeout. The default value is 00:01:00 (1 minute). The range is from 1 to 10 minutes
LinkedServiceName LinkedServiceReferenceResponse
Linked service reference.
LinkedServices []LinkedServiceReferenceResponse
List of linked services passed to web endpoint.
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy ActivityPolicyResponse
Activity policy.
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
TurnOffAsync bool
Option to disable invoking HTTP GET on location given in response header of a HTTP 202 Response. If set true, it stops invoking HTTP GET on http location given in response header. If set false then continues to invoke HTTP GET call on location given in http response headers.
UserProperties []UserPropertyResponse
Activity user properties.
method This property is required. String
Rest API method for target endpoint.
name This property is required. String
Activity name.
url This property is required. Object
Web activity target endpoint and path. Type: string (or Expression with resultType string).
authentication WebActivityAuthenticationResponse
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).
connectVia IntegrationRuntimeReferenceResponse
The integration runtime reference.
datasets List<DatasetReferenceResponse>
List of datasets passed to web endpoint.
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
disableCertValidation Boolean
When set to true, Certificate validation will be disabled.
headers Map<String,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).
httpRequestTimeout Object
Timeout for the HTTP request to get a response. Format is in TimeSpan (hh:mm:ss). This value is the timeout to get a response, not the activity timeout. The default value is 00:01:00 (1 minute). The range is from 1 to 10 minutes
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
linkedServices List<LinkedServiceReferenceResponse>
List of linked services passed to web endpoint.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
turnOffAsync Boolean
Option to disable invoking HTTP GET on location given in response header of a HTTP 202 Response. If set true, it stops invoking HTTP GET on http location given in response header. If set false then continues to invoke HTTP GET call on location given in http response headers.
userProperties List<UserPropertyResponse>
Activity user properties.
method This property is required. string
Rest API method for target endpoint.
name This property is required. string
Activity name.
url This property is required. any
Web activity target endpoint and path. Type: string (or Expression with resultType string).
authentication WebActivityAuthenticationResponse
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).
connectVia IntegrationRuntimeReferenceResponse
The integration runtime reference.
datasets DatasetReferenceResponse[]
List of datasets passed to web endpoint.
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
disableCertValidation boolean
When set to true, Certificate validation will be disabled.
headers {[key: string]: 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).
httpRequestTimeout any
Timeout for the HTTP request to get a response. Format is in TimeSpan (hh:mm:ss). This value is the timeout to get a response, not the activity timeout. The default value is 00:01:00 (1 minute). The range is from 1 to 10 minutes
linkedServiceName LinkedServiceReferenceResponse
Linked service reference.
linkedServices LinkedServiceReferenceResponse[]
List of linked services passed to web endpoint.
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
turnOffAsync boolean
Option to disable invoking HTTP GET on location given in response header of a HTTP 202 Response. If set true, it stops invoking HTTP GET on http location given in response header. If set false then continues to invoke HTTP GET call on location given in http response headers.
userProperties UserPropertyResponse[]
Activity user properties.
method This property is required. str
Rest API method for target endpoint.
name This property is required. str
Activity name.
url This property is required. Any
Web activity target endpoint and path. Type: string (or Expression with resultType string).
authentication WebActivityAuthenticationResponse
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 IntegrationRuntimeReferenceResponse
The integration runtime reference.
datasets Sequence[DatasetReferenceResponse]
List of datasets passed to web endpoint.
depends_on Sequence[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
disable_cert_validation bool
When set to true, Certificate validation will be disabled.
headers Mapping[str, 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).
http_request_timeout Any
Timeout for the HTTP request to get a response. Format is in TimeSpan (hh:mm:ss). This value is the timeout to get a response, not the activity timeout. The default value is 00:01:00 (1 minute). The range is from 1 to 10 minutes
linked_service_name LinkedServiceReferenceResponse
Linked service reference.
linked_services Sequence[LinkedServiceReferenceResponse]
List of linked services passed to web endpoint.
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy ActivityPolicyResponse
Activity policy.
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
turn_off_async bool
Option to disable invoking HTTP GET on location given in response header of a HTTP 202 Response. If set true, it stops invoking HTTP GET on http location given in response header. If set false then continues to invoke HTTP GET call on location given in http response headers.
user_properties Sequence[UserPropertyResponse]
Activity user properties.
method This property is required. String
Rest API method for target endpoint.
name This property is required. String
Activity name.
url This property is required. 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).
connectVia Property Map
The integration runtime reference.
datasets List<Property Map>
List of datasets passed to web endpoint.
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
disableCertValidation Boolean
When set to true, Certificate validation will be disabled.
headers Map<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).
httpRequestTimeout Any
Timeout for the HTTP request to get a response. Format is in TimeSpan (hh:mm:ss). This value is the timeout to get a response, not the activity timeout. The default value is 00:01:00 (1 minute). The range is from 1 to 10 minutes
linkedServiceName Property Map
Linked service reference.
linkedServices List<Property Map>
List of linked services passed to web endpoint.
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
turnOffAsync Boolean
Option to disable invoking HTTP GET on location given in response header of a HTTP 202 Response. If set true, it stops invoking HTTP GET on http location given in response header. If set false then continues to invoke HTTP GET call on location given in http response headers.
userProperties List<Property Map>
Activity user properties.

WebHookActivityResponse

Method This property is required. string
Rest API method for target endpoint.
Name This property is required. string
Activity name.
Url This property is required. object
WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
Authentication Pulumi.AzureNative.DataFactory.Inputs.WebActivityAuthenticationResponse
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).
DependsOn List<Pulumi.AzureNative.DataFactory.Inputs.ActivityDependencyResponse>
Activity depends on condition.
Description string
Activity description.
Headers Dictionary<string, 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).
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy Pulumi.AzureNative.DataFactory.Inputs.SecureInputOutputPolicyResponse
Activity policy.
ReportStatusOnCallBack object
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).
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
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])).
UserProperties List<Pulumi.AzureNative.DataFactory.Inputs.UserPropertyResponse>
Activity user properties.
Method This property is required. string
Rest API method for target endpoint.
Name This property is required. string
Activity name.
Url This property is required. interface{}
WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
Authentication WebActivityAuthenticationResponse
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).
DependsOn []ActivityDependencyResponse
Activity depends on condition.
Description string
Activity description.
Headers map[string]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).
OnInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
Policy SecureInputOutputPolicyResponse
Activity policy.
ReportStatusOnCallBack interface{}
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).
State string
Activity state. This is an optional property and if not provided, the state will be Active by default.
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])).
UserProperties []UserPropertyResponse
Activity user properties.
method This property is required. String
Rest API method for target endpoint.
name This property is required. String
Activity name.
url This property is required. Object
WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
authentication WebActivityAuthenticationResponse
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).
dependsOn List<ActivityDependencyResponse>
Activity depends on condition.
description String
Activity description.
headers Map<String,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).
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy SecureInputOutputPolicyResponse
Activity policy.
reportStatusOnCallBack Object
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).
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
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])).
userProperties List<UserPropertyResponse>
Activity user properties.
method This property is required. string
Rest API method for target endpoint.
name This property is required. string
Activity name.
url This property is required. any
WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
authentication WebActivityAuthenticationResponse
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).
dependsOn ActivityDependencyResponse[]
Activity depends on condition.
description string
Activity description.
headers {[key: string]: 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).
onInactiveMarkAs string
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy SecureInputOutputPolicyResponse
Activity policy.
reportStatusOnCallBack any
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).
state string
Activity state. This is an optional property and if not provided, the state will be Active by default.
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])).
userProperties UserPropertyResponse[]
Activity user properties.
method This property is required. str
Rest API method for target endpoint.
name This property is required. str
Activity name.
url This property is required. Any
WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
authentication WebActivityAuthenticationResponse
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[ActivityDependencyResponse]
Activity depends on condition.
description str
Activity description.
headers Mapping[str, 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).
on_inactive_mark_as str
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy SecureInputOutputPolicyResponse
Activity policy.
report_status_on_call_back Any
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).
state str
Activity state. This is an optional property and if not provided, the state will be Active by default.
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[UserPropertyResponse]
Activity user properties.
method This property is required. String
Rest API method for target endpoint.
name This property is required. String
Activity name.
url This property is required. 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).
dependsOn List<Property Map>
Activity depends on condition.
description String
Activity description.
headers Map<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).
onInactiveMarkAs String
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
policy Property Map
Activity policy.
reportStatusOnCallBack Any
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).
state String
Activity state. This is an optional property and if not provided, the state will be Active by default.
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])).
userProperties List<Property Map>
Activity user properties.

WebSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

XmlReadSettingsResponse

CompressionProperties Pulumi.AzureNative.DataFactory.Inputs.TarGZipReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.TarReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.ZipDeflateReadSettingsResponse
Compression settings.
DetectDataType object
Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
NamespacePrefixes 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).
ValidationMode 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).
CompressionProperties TarGZipReadSettingsResponse | TarReadSettingsResponse | ZipDeflateReadSettingsResponse
Compression settings.
DetectDataType interface{}
Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
NamespacePrefixes 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).
ValidationMode 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).
compressionProperties TarGZipReadSettingsResponse | TarReadSettingsResponse | ZipDeflateReadSettingsResponse
Compression settings.
detectDataType Object
Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
namespacePrefixes 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).
validationMode 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).
compressionProperties TarGZipReadSettingsResponse | TarReadSettingsResponse | ZipDeflateReadSettingsResponse
Compression settings.
detectDataType any
Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
namespacePrefixes 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).
validationMode 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 TarGZipReadSettingsResponse | TarReadSettingsResponse | ZipDeflateReadSettingsResponse
Compression settings.
detect_data_type Any
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).
compressionProperties Property Map | Property Map | Property Map
Compression settings.
detectDataType Any
Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
namespacePrefixes 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).
validationMode 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).

XmlSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings Pulumi.AzureNative.DataFactory.Inputs.XmlReadSettingsResponse
Xml format settings.
MaxConcurrentConnections object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings Pulumi.AzureNative.DataFactory.Inputs.AmazonS3CompatibleReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AmazonS3ReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobFSReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureBlobStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureDataLakeStoreReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.AzureFileStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FileServerReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.FtpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.GoogleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HdfsReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.HttpReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.LakeHouseReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.OracleCloudStorageReadSettingsResponse | Pulumi.AzureNative.DataFactory.Inputs.SftpReadSettingsResponse
Xml store settings.
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
FormatSettings XmlReadSettingsResponse
Xml format settings.
MaxConcurrentConnections interface{}
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
StoreSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Xml store settings.
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings XmlReadSettingsResponse
Xml format settings.
maxConcurrentConnections Object
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Xml store settings.
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings XmlReadSettingsResponse
Xml format settings.
maxConcurrentConnections any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
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_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
format_settings XmlReadSettingsResponse
Xml format settings.
max_concurrent_connections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
source_retry_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
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 AmazonS3CompatibleReadSettingsResponse | AmazonS3ReadSettingsResponse | AzureBlobFSReadSettingsResponse | AzureBlobStorageReadSettingsResponse | AzureDataLakeStoreReadSettingsResponse | AzureFileStorageReadSettingsResponse | FileServerReadSettingsResponse | FtpReadSettingsResponse | GoogleCloudStorageReadSettingsResponse | HdfsReadSettingsResponse | HttpReadSettingsResponse | LakeHouseReadSettingsResponse | OracleCloudStorageReadSettingsResponse | SftpReadSettingsResponse
Xml store settings.
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
formatSettings Property Map
Xml format settings.
maxConcurrentConnections Any
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
storeSettings Property Map | Property Map | 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.

ZipDeflateReadSettingsResponse

PreserveZipFileNameAsFolder object
Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
PreserveZipFileNameAsFolder interface{}
Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
preserveZipFileNameAsFolder Object
Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
preserveZipFileNameAsFolder any
Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
preserve_zip_file_name_as_folder Any
Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
preserveZipFileNameAsFolder Any
Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).

ZohoSourceResponse

AdditionalColumns object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections object
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).
QueryTimeout object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount object
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
AdditionalColumns interface{}
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
DisableMetricsCollection interface{}
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
MaxConcurrentConnections interface{}
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).
QueryTimeout interface{}
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
SourceRetryCount interface{}
Source retry count. Type: integer (or Expression with resultType integer).
SourceRetryWait interface{}
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Object
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Object
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Object
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).
queryTimeout Object
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Object
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Object
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections any
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).
queryTimeout any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additional_columns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disable_metrics_collection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
max_concurrent_connections Any
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_count Any
Source retry count. Type: integer (or Expression with resultType integer).
source_retry_wait Any
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
additionalColumns Any
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
disableMetricsCollection Any
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
maxConcurrentConnections Any
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).
queryTimeout Any
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryCount Any
Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryWait Any
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 pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi