File tree 3 files changed +4
-4
lines changed
en/sql-reference/sql-statements/cluster-management/storage_volume
ja/sql-reference/sql-statements/cluster-management/storage_volume
zh/sql-reference/sql-statements/cluster-management/storage_volume
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ A storage volume consists of the properties and credential information of the re
18
18
19
19
``` SQL
20
20
CREATE STORAGE VOLUME [IF NOT EXISTS] < storage_volume_name>
21
- TYPE = { S3 | HDFS | AZBLOB }
21
+ TYPE = { S3 | HDFS | AZBLOB | ADLS2 }
22
22
LOCATIONS = (' <remote_storage_path>' )
23
23
[ COMMENT ' <comment_string>' ]
24
24
PROPERTIES
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ displayed_sidebar: docs
18
18
19
19
``` SQL
20
20
CREATE STORAGE VOLUME [IF NOT EXISTS] < storage_volume_name>
21
- TYPE = { S3 | HDFS | AZBLOB }
21
+ TYPE = { S3 | HDFS | AZBLOB | ADLS2 }
22
22
LOCATIONS = (' <remote_storage_path>' )
23
23
[ COMMENT ' <comment_string>' ]
24
24
PROPERTIES
@@ -402,4 +402,4 @@ CREATE STORAGE VOLUME adls2
402
402
- [ DROP STORAGE VOLUME] ( DROP_STORAGE_VOLUME.md )
403
403
- [ SET DEFAULT STORAGE VOLUME] ( SET_DEFAULT_STORAGE_VOLUME.md )
404
404
- [ DESC STORAGE VOLUME] ( DESC_STORAGE_VOLUME.md )
405
- - [ SHOW STORAGE VOLUMES] ( SHOW_STORAGE_VOLUMES.md )
405
+ - [ SHOW STORAGE VOLUMES] ( SHOW_STORAGE_VOLUMES.md )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ displayed_sidebar: docs
19
19
20
20
``` SQL
21
21
CREATE STORAGE VOLUME [IF NOT EXISTS] < storage_volume_name>
22
- TYPE = { S3 | HDFS | AZBLOB }
22
+ TYPE = { S3 | HDFS | AZBLOB | ADLS2 }
23
23
LOCATIONS = (' <remote_storage_path>' )
24
24
[ COMMENT ' <comment_string>' ]
25
25
PROPERTIES
You can’t perform that action at this time.
0 commit comments