Azure Blob Dataset Response
data class AzureBlobDatasetResponse(val annotations: List<Any>? = null, val compression: DatasetCompressionResponse? = null, val description: String? = null, val fileName: Any? = null, val folder: DatasetResponseFolder? = null, val folderPath: Any? = null, val format: Any? = null, val linkedServiceName: LinkedServiceReferenceResponse, val modifiedDatetimeEnd: Any? = null, val modifiedDatetimeStart: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val schema: Any? = null, val structure: Any? = null, val tableRootLocation: Any? = null, val type: String)
The Azure Blob storage.
Constructors
Link copied to clipboard
fun AzureBlobDatasetResponse(annotations: List<Any>? = null, compression: DatasetCompressionResponse? = null, description: String? = null, fileName: Any? = null, folder: DatasetResponseFolder? = null, folderPath: Any? = null, format: Any? = null, linkedServiceName: LinkedServiceReferenceResponse, modifiedDatetimeEnd: Any? = null, modifiedDatetimeStart: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, schema: Any? = null, structure: Any? = null, tableRootLocation: Any? = null, type: String)