az dls fs

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

管理 Data Lake Store 檔案系統。

命令

名稱 Description 類型 狀態
az dls fs access

管理 Data Lake Store 檔案系統存取權和許可權。

核心 預覽版
az dls fs access remove-all

移除檔案或資料夾的存取控制清單。

核心 預覽版
az dls fs access remove-entry

移除檔案或資料夾存取控制清單的專案。

核心 預覽版
az dls fs access set

取代檔案或資料夾的現有存取控制清單。

核心 預覽版
az dls fs access set-entry

更新檔案或資料夾的存取控制清單。

核心 預覽版
az dls fs access set-owner

設定 Data Lake Store 帳戶中檔案或資料夾的擁有者資訊。

核心 預覽版
az dls fs access set-permission

設定 Data Lake Store 帳戶中檔案或資料夾的許可權。

核心 預覽版
az dls fs access show

顯示存取控制清單 (ACL)。

核心 預覽版
az dls fs append

將內容附加至 Data Lake Store 帳戶中的檔案。

核心 預覽版
az dls fs create

在 Data Lake Store 帳戶中建立檔案或資料夾。

核心 預覽版
az dls fs delete

刪除 Data Lake Store 帳戶中的檔案或資料夾。

核心 預覽版
az dls fs download

將檔案或資料夾從 Data Lake Store 帳戶下載到本機電腦。

核心 預覽版
az dls fs join

將 Data Lake Store 帳戶中的檔案聯結至一個檔案。

核心 預覽版
az dls fs list

列出 Data Lake Store 帳戶中的檔案和資料夾。

核心 預覽版
az dls fs move

移動 Data Lake Store 帳戶中的檔案或資料夾。

核心 預覽版
az dls fs preview

預覽 Data Lake Store 帳戶中檔案的內容。

核心 預覽版
az dls fs remove-expiry

移除檔案的到期時間。

核心 預覽版
az dls fs set-expiry

設定檔案的到期時間。

核心 預覽版
az dls fs show

取得 Data Lake Store 帳戶中的檔案或資料夾資訊。

核心 預覽版
az dls fs test

測試 Data Lake Store 帳戶中是否有檔案或資料夾。

核心 預覽版
az dls fs upload

將檔案或資料夾上傳至 Data Lake Store 帳戶。

核心 預覽版

az dls fs append

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

將內容附加至 Data Lake Store 帳戶中的檔案。

az dls fs append --content
                 --path
                 [--account]
                 [--ids]
                 [--subscription]

必要參數

--content

要附加至檔案的內容。

--path

應該在指定的 Data Lake Store 帳戶中執行動作的路徑。 在 '/folder/file.txt' 格式中,DNS 後面的第一個 '/' 表示檔案系統的根目錄。

選擇性參數

--account -n

Data Lake Store 帳戶的名稱。

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az dls fs create

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

在 Data Lake Store 帳戶中建立檔案或資料夾。

az dls fs create --account
                 --path
                 [--content]
                 [--folder]
                 [--force]

範例

在 Data Lake Store 帳戶中建立檔案或資料夾。 (自動產生)

az dls fs create --account {account} --folder  --path {path}

必要參數

--account -n

Data Lake Store 帳戶的名稱。

--path

應該在指定的 Data Lake Store 帳戶中執行動作的路徑。 在 '/folder/file.txt' 格式中,DNS 後面的第一個 '/' 表示檔案系統的根目錄。

選擇性參數

--content

建立時要包含之檔案的內容。

--folder

指出這個新專案是資料夾,而不是檔案。

預設值: False
--force

指出,如果檔案或資料夾存在,則應該覆寫它。

預設值: False
全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az dls fs delete

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

刪除 Data Lake Store 帳戶中的檔案或資料夾。

az dls fs delete --path
                 [--account]
                 [--ids]
                 [--recurse]
                 [--subscription]

範例

刪除 Data Lake Store 帳戶中的檔案或資料夾。 (自動產生)

az dls fs delete --account {account} --path {path}

必要參數

--path

應該在指定的 Data Lake Store 帳戶中執行動作的路徑。 在 '/folder/file.txt' 格式中,DNS 後面的第一個 '/' 表示檔案系統的根目錄。

選擇性參數

--account -n

Data Lake Store 帳戶的名稱。

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--recurse

表示這應該是資料夾的遞迴刪除。

預設值: False
--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az dls fs download

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

將檔案或資料夾從 Data Lake Store 帳戶下載到本機電腦。

az dls fs download --destination-path
                   --source-path
                   [--account]
                   [--block-size]
                   [--buffer-size]
                   [--chunk-size]
                   [--ids]
                   [--overwrite]
                   [--subscription]
                   [--thread-count]

範例

將檔案或資料夾從 Data Lake Store 帳戶下載到本機電腦。 (自動產生)

az dls fs download --account {account} --destination-path {destination-path} --source-path {source-path}

必要參數

--destination-path

將下載檔案或資料夾的本機路徑。

--source-path

Data Lake Store 檔案系統中用來下載檔案或資料夾的完整路徑。

選擇性參數

--account -n

Data Lake Store 帳戶的名稱。

--block-size

區塊的大小,以位元組為單位。

在每個區塊內,會針對每個 API 呼叫寫入較小的區塊。 區塊不能大於區塊,而且必須大於緩衝區。

預設值: 4194304
--buffer-size

傳輸緩衝區的大小,以位元組為單位。

緩衝區不能大於區塊,而且不能小於區塊。

預設值: 4194304
--chunk-size

區塊的大小,以位元組為單位。

大型檔案會分割成區塊。 小於此大小的檔案一律會在單一執行緒中傳輸。

預設值: 268435456
--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--overwrite

指出,如果目的地檔案或資料夾存在,應該覆寫它。

預設值: False
--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--thread-count

下載的平行處理原則。 預設值:本機電腦的核心數目。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az dls fs join

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

將 Data Lake Store 帳戶中的檔案聯結至一個檔案。

az dls fs join --destination-path
               --source-paths
               [--account]
               [--force]
               [--ids]
               [--subscription]

必要參數

--destination-path

Data Lake Store 帳戶中的目的地路徑。

--source-paths

Data Lake Store 帳戶中要加入之檔案的空間分隔清單。

選擇性參數

--account -n

Data Lake Store 帳戶的名稱。

--force

指出,如果目的地檔案已經存在,應該覆寫它。

預設值: False
--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az dls fs list

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

列出 Data Lake Store 帳戶中的檔案和資料夾。

az dls fs list --path
               [--account]
               [--ids]
               [--subscription]

範例

列出 Data Lake Store 帳戶中的檔案和資料夾。 (自動產生)

az dls fs list --account {account} --path {path}

必要參數

--path

應該在指定的 Data Lake Store 帳戶中執行動作的路徑。 在 '/folder/file.txt' 格式中,DNS 後面的第一個 '/' 表示檔案系統的根目錄。

選擇性參數

--account -n

Data Lake Store 帳戶的名稱。

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az dls fs move

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

移動 Data Lake Store 帳戶中的檔案或資料夾。

az dls fs move --destination-path
               --source-path
               [--account]
               [--force]
               [--ids]
               [--subscription]

範例

移動 Data Lake Store 帳戶中的檔案或資料夾。 (自動產生)

az dls fs move --account {account} --destination-path {destination-path} --source-path {source-path}

必要參數

--destination-path

Data Lake Store 帳戶中的目的地路徑。

--source-path

要移動的檔案或資料夾。

選擇性參數

--account -n

Data Lake Store 帳戶的名稱。

--force

指出,如果目的地檔案或資料夾已經存在,應該覆寫並取代為要移動的檔案或資料夾。

預設值: False
--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az dls fs preview

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

預覽 Data Lake Store 帳戶中檔案的內容。

az dls fs preview --path
                  [--account]
                  [--force]
                  [--ids]
                  [--length]
                  [--offset]
                  [--subscription]

必要參數

--path

應該在指定的 Data Lake Store 帳戶中執行動作的路徑。 在 '/folder/file.txt' 格式中,DNS 後面的第一個 '/' 表示檔案系統的根目錄。

選擇性參數

--account -n

Data Lake Store 帳戶的名稱。

--force

指出,如果預覽大於 1MB,仍會擷取它。 視檔案的大小而定,這可能會非常慢。

預設值: False
--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--length

要以位元組為單位預覽的資料量。

如果未指定,會嘗試預覽完整檔案。 如果檔案是 > 1MB --force ,則必須指定。

--offset

要從中開始預覽的位置,以位元組為單位。

預設值: 0
--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az dls fs remove-expiry

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

移除檔案的到期時間。

az dls fs remove-expiry --path
                        [--account]
                        [--ids]
                        [--subscription]

必要參數

--path

應該在指定的 Data Lake Store 帳戶中執行動作的路徑。 在 '/folder/file.txt' 格式中,DNS 後面的第一個 '/' 表示檔案系統的根目錄。

選擇性參數

--account -n

Data Lake Store 帳戶的名稱。

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az dls fs set-expiry

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

設定檔案的到期時間。

az dls fs set-expiry --expiration-time
                     --path
                     [--account]
                     [--ids]
                     [--subscription]

必要參數

--expiration-time

到期時間的絕對值,表示為自 epoch 之後的毫秒數。

--path

應該在指定的 Data Lake Store 帳戶中執行動作的路徑。 在 '/folder/file.txt' 格式中,DNS 後面的第一個 '/' 表示檔案系統的根目錄。

選擇性參數

--account -n

Data Lake Store 帳戶的名稱。

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az dls fs show

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

取得 Data Lake Store 帳戶中的檔案或資料夾資訊。

az dls fs show --path
               [--account]
               [--ids]
               [--subscription]

範例

取得 Data Lake Store 帳戶中的檔案或資料夾資訊。 (自動產生)

az dls fs show --account {account} --path {path}

必要參數

--path

應該在指定的 Data Lake Store 帳戶中執行動作的路徑。 在 '/folder/file.txt' 格式中,DNS 後面的第一個 '/' 表示檔案系統的根目錄。

選擇性參數

--account -n

Data Lake Store 帳戶的名稱。

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az dls fs test

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

測試 Data Lake Store 帳戶中是否有檔案或資料夾。

az dls fs test --path
               [--account]
               [--ids]
               [--subscription]

範例

測試 Data Lake Store 帳戶中是否有檔案或資料夾。 (自動產生)

az dls fs test --account {account} --path {path}

必要參數

--path

應該在指定的 Data Lake Store 帳戶中執行動作的路徑。 在 '/folder/file.txt' 格式中,DNS 後面的第一個 '/' 表示檔案系統的根目錄。

選擇性參數

--account -n

Data Lake Store 帳戶的名稱。

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az dls fs upload

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

將檔案或資料夾上傳至 Data Lake Store 帳戶。

az dls fs upload --destination-path
                 --source-path
                 [--account]
                 [--block-size]
                 [--buffer-size]
                 [--chunk-size]
                 [--ids]
                 [--overwrite]
                 [--subscription]
                 [--thread-count]

範例

將檔案或資料夾上傳至 Data Lake Store 帳戶。 (自動產生)

az dls fs upload --account {account} --destination-path {destination-path} --overwrite  --source-path {source-path}

必要參數

--destination-path

Data Lake Store 檔案系統中要上傳檔案或資料夾的完整路徑。

--source-path

要上傳之檔案或資料夾的路徑。

選擇性參數

--account -n

Data Lake Store 帳戶的名稱。

--block-size

區塊的大小,以位元組為單位。

在每個區塊內,會針對每個 API 呼叫寫入較小的區塊。 區塊不能大於區塊,而且必須大於緩衝區。

預設值: 4194304
--buffer-size

傳輸緩衝區的大小,以位元組為單位。

緩衝區不能大於區塊,而且不能小於區塊。

預設值: 4194304
--chunk-size

區塊的大小,以位元組為單位。

大型檔案會分割成區塊。 小於此大小的檔案一律會在單一執行緒中傳輸。

預設值: 268435456
--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--overwrite

指出,如果目的地檔案或資料夾存在,應該覆寫它。

預設值: False
--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--thread-count

上傳的平行處理原則。 預設值:本機電腦的核心數目。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。