ADO.NET Provider for Databricks

Build 26.0.9655

CloudStorageType

Specifies which cloud storage service the provider uses for staging or transferring data.

Possible Values

DBFS, Azure Blob storage, AWS S3, Unity Catalog volume

Data Type

string

Default Value

"Unity Catalog volume"

Remarks

The CloudStorageType property determines the storage system used by the provider when reading or writing large result sets or temporary files.

When this property is set to DBFS, the provider uses the internal Databricks File System provided by Databricks.

When this property is set to Azure Blob storage, the following properties are required: AzureStorageAccount, AzureAccessKey, and AzureBlobContainer.

When this property is set to AWS S3, the following properties are required: AWSAccessKey, AWSSecretKey, AWSS3Bucket, and AWSRegion.

When this property is set to Unity Catalog volume, the provider uses the internal Unity Catalog volume provided by Databricks. This enum value is unavailable when Catalog is set to hive_metastore.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655