1. Packages
  2. Azure Native
  3. API Docs
  4. datafactory
  5. getPipeline
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.66.0 published on Wednesday, Oct 9, 2024 by Pulumi

azure-native.datafactory.getPipeline

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.66.0 published on Wednesday, Oct 9, 2024 by Pulumi

    Gets a pipeline. 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>
    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]
    func LookupPipeline(ctx *Context, args *LookupPipelineArgs, opts ...InvokeOption) (*LookupPipelineResult, error)
    func LookupPipelineOutput(ctx *Context, args *LookupPipelineOutputArgs, opts ...InvokeOption) LookupPipelineResultOutput

    > 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)
    }
    public static CompletableFuture<GetPipelineResult> getPipeline(GetPipelineArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:datafactory:getPipeline
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FactoryName string
    The factory name.
    PipelineName string
    The pipeline name.
    ResourceGroupName string
    The resource group name.
    FactoryName string
    The factory name.
    PipelineName string
    The pipeline name.
    ResourceGroupName string
    The resource group name.
    factoryName String
    The factory name.
    pipelineName String
    The pipeline name.
    resourceGroupName String
    The resource group name.
    factoryName string
    The factory name.
    pipelineName string
    The pipeline name.
    resourceGroupName string
    The resource group name.
    factory_name str
    The factory name.
    pipeline_name str
    The pipeline name.
    resource_group_name str
    The resource group name.
    factoryName String
    The factory name.
    pipelineName String
    The pipeline name.
    resourceGroupName String
    The resource group name.

    getPipeline Result

    The following output properties are available:

    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.
    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.
    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.
    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.
    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.
    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 string
    Activity name.
    DependencyConditions List<string>
    Match-Condition for the dependency.
    Activity string
    Activity name.
    DependencyConditions []string
    Match-Condition for the dependency.
    activity String
    Activity name.
    dependencyConditions List<String>
    Match-Condition for the dependency.
    activity string
    Activity name.
    dependencyConditions string[]
    Match-Condition for the dependency.
    activity str
    Activity name.
    dependency_conditions Sequence[str]
    Match-Condition for the dependency.
    activity String
    Activity name.
    dependencyConditions 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 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 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 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 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 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 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 object
    A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
    Name 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 interface{}
    A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
    Name 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 Object
    A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
    name 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 any
    A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
    name 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 Any
    A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
    name str
    Activity name.
    command_timeout Any
    Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)
    depends_on Sequence[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 Any
    A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
    name 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 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 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 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 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 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 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 object
    Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
    Method string
    Rest API method for target endpoint.
    Name string
    Activity name.
    Body object
    Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
    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 interface{}
    Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
    Method string
    Rest API method for target endpoint.
    Name string
    Activity name.
    Body interface{}
    Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
    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 Object
    Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
    method String
    Rest API method for target endpoint.
    name String
    Activity name.
    body Object
    Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
    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 any
    Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
    method string
    Rest API method for target endpoint.
    name string
    Activity name.
    body any
    Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
    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 Any
    Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
    method str
    Rest API method for target endpoint.
    name str
    Activity name.
    body Any
    Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
    depends_on Sequence[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 Any
    Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType string)
    method String
    Rest API method for target endpoint.
    name String
    Activity name.
    body Any
    Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
    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 object
    The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
    Store 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 interface{}
    The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
    Store 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 Object
    The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
    store 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 any
    The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
    store 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 Any
    The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
    store 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 Any
    The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
    store Property Map
    The Azure Key Vault linked service reference.
    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 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 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 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 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 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 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 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 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 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 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 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 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 string
    Activity name.
    TrainedModelFilePath 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 Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
    Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
    TrainedModelName 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 string
    Activity name.
    TrainedModelFilePath 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 LinkedServiceReferenceResponse
    Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
    TrainedModelName 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 String
    Activity name.
    trainedModelFilePath 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 LinkedServiceReferenceResponse
    Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
    trainedModelName 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 string
    Activity name.
    trainedModelFilePath 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 LinkedServiceReferenceResponse
    Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
    trainedModelName 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 str
    Activity name.
    trained_model_file_path 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 LinkedServiceReferenceResponse
    Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
    trained_model_name 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 String
    Activity name.
    trainedModelFilePath 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 Property Map
    Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
    trainedModelName 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 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 Pulumi.AzureNative.DataFactory.Inputs.LinkedServiceReferenceResponse
    Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
    FilePath 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 LinkedServiceReferenceResponse
    Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
    filePath 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 LinkedServiceReferenceResponse
    Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
    filePath 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 LinkedServiceReferenceResponse
    Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
    file_path Any
    The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).
    linked_service_name LinkedServiceReferenceResponse
    Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
    filePath 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 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])).
    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])).

    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), patte