AzureBlobFSSource interface  
A copy activity Azure BlobFS source.
- Extends
Properties
| recursive | If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean). | 
| skip | Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer). | 
| treat | Treat empty as null. Type: boolean (or Expression with resultType boolean). | 
| type | Polymorphic discriminator, which specifies the different types this object can be | 
Inherited Properties
| disable | If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). | 
| max | The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). | 
| source | Source retry count. Type: integer (or Expression with resultType integer). | 
| source | Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). | 
Property Details
recursive
If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).
recursive?: anyProperty Value
any
		skipHeaderLineCount
	   
	Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
skipHeaderLineCount?: anyProperty Value
any
		treatEmptyAsNull
	  
	Treat empty as null. Type: boolean (or Expression with resultType boolean).
treatEmptyAsNull?: anyProperty Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "AzureBlobFSSource"Property Value
"AzureBlobFSSource"
Inherited Property Details
		disableMetricsCollection
	  
	If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection?: anyProperty Value
any
Inherited From CopySource.disableMetricsCollection
		maxConcurrentConnections
	  
	The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
maxConcurrentConnections?: anyProperty Value
any
Inherited From CopySource.maxConcurrentConnections
		sourceRetryCount
	  
	Source retry count. Type: integer (or Expression with resultType integer).
sourceRetryCount?: anyProperty Value
any
Inherited From CopySource.sourceRetryCount
		sourceRetryWait
	  
	Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
sourceRetryWait?: anyProperty Value
any
Inherited From CopySource.sourceRetryWait