github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/data_source_dbfs_file.go (about) 1 // Generated from Databricks Terraform provider schema. DO NOT EDIT. 2 3 package schema 4 5 type DataSourceDbfsFile struct { 6 Content string `json:"content,omitempty"` 7 FileSize int `json:"file_size,omitempty"` 8 Id string `json:"id,omitempty"` 9 LimitFileSize bool `json:"limit_file_size"` 10 Path string `json:"path"` 11 }