AzureBlobFSWriteSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure blobFS write settings.
public class AzureBlobFSWriteSettings : Microsoft.Azure.Management.DataFactory.Models.StoreWriteSettings
type AzureBlobFSWriteSettings = class
inherit StoreWriteSettings
Public Class AzureBlobFSWriteSettings
Inherits StoreWriteSettings
- Inheritance
Constructors
AzureBlobFSWriteSettings() |
Initializes a new instance of the AzureBlobFSWriteSettings class. |
AzureBlobFSWriteSettings(IDictionary<String,Object>, Object, Object, Object, Object) |
Initializes a new instance of the AzureBlobFSWriteSettings class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from StoreWriteSettings) |
BlockSizeInMB |
Gets or sets indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer). |
CopyBehavior |
Gets or sets the type of copy behavior for copy sink. (Inherited from StoreWriteSettings) |
DisableMetricsCollection |
Gets or sets if true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). (Inherited from StoreWriteSettings) |
MaxConcurrentConnections |
Gets or sets the maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). (Inherited from StoreWriteSettings) |
Applies to
Azure SDK for .NET