Variable BlobStorageIntegrationFileTypeResponse
BlobStorageIntegrationFileTypeResponse: {
Csv: "CSV";
Json: "JSON";
Jsonl: "JSONL";
Parquet: "PARQUET";
}
Type declaration
ReadonlyCsv: "CSV"
ReadonlyJson: "JSON"
ReadonlyJsonl: "JSONL"
ReadonlyParquet: "PARQUET"