Skip to content

Commit d1e0991

Browse files
chaitanyabjoshimarkjbrown
authored andcommitted
Update ABS README.md
Added possible values for "Sink" name property Added "SinkProperties" propert name in JSON code sample
1 parent b2ff832 commit d1e0991

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Extensions/AzureBlob/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,16 @@ Or with RBAC:
3535
}
3636
```
3737

38+
Possible values for `"Sink"` name property are `"JSON-AzureBlob(beta)"` and `"Parquet-AzureBlob(beta)"`.
39+
3840
### Sink
3941

4042
An optional `MaxBlockSizeInKB` parameter can also be specified to control the transfer.
4143

4244
```json
43-
{
45+
"SinkProperties" : {
4446
"ConnectionString": "DefaultEndpointsProtocol=https;AccountName=...",
4547
"ContainerName": "",
4648
"BlobName": "",
4749
}
48-
```
50+
```

0 commit comments

Comments
 (0)