共用方式為


FileUploadRangeFromURLOptionalParams interface

選用參數。

Extends

屬性

allowSourceTrailingDot

如果為 true,則不會從來源 URI 修剪尾端點。

allowTrailingDot

如果為 true,則不會從目標 URI 修剪尾端點。

copySourceAuthorization

僅支援持有人類型。 認證應該是複製來源的有效 OAuth 存取令牌。

fileLastWrittenMode

如果應該保留或覆寫檔案上次寫入時間

fileRequestIntent

有效值為備份

leaseAccessConditions

參數群組

sourceContentCrc64

針對必須從複製來源讀取的位元組範圍,指定計算的crc64。

sourceModifiedAccessConditions

參數群組

sourceRange

指定範圍中的源數據位元組。

timeoutInSeconds

timeout 參數以秒為單位。 如需詳細資訊,請參閱 設定檔案服務作業的逾時。

繼承的屬性

abortSignal

可用來中止要求的訊號。

onResponse

每次從伺服器收到回應時要呼叫的函式,同時執行要求的作業。 可以多次呼叫。

requestOptions

建立和傳送此作業之 HTTP 要求時所使用的選項。

serializerOptions

覆寫串行化/取消串行化行為的選項。

tracingOptions

啟用追蹤時所使用的選項。

屬性詳細資料

allowSourceTrailingDot

如果為 true,則不會從來源 URI 修剪尾端點。

allowSourceTrailingDot?: boolean

屬性值

boolean

allowTrailingDot

如果為 true,則不會從目標 URI 修剪尾端點。

allowTrailingDot?: boolean

屬性值

boolean

copySourceAuthorization

僅支援持有人類型。 認證應該是複製來源的有效 OAuth 存取令牌。

copySourceAuthorization?: string

屬性值

string

fileLastWrittenMode

如果應該保留或覆寫檔案上次寫入時間

fileLastWrittenMode?: FileLastWrittenMode

屬性值

fileRequestIntent

有效值為備份

fileRequestIntent?: string

屬性值

string

leaseAccessConditions

參數群組

leaseAccessConditions?: LeaseAccessConditions

屬性值

sourceContentCrc64

針對必須從複製來源讀取的位元組範圍,指定計算的crc64。

sourceContentCrc64?: Uint8Array

屬性值

Uint8Array

sourceModifiedAccessConditions

參數群組

sourceModifiedAccessConditions?: SourceModifiedAccessConditions

屬性值

sourceRange

指定範圍中的源數據位元組。

sourceRange?: string

屬性值

string

timeoutInSeconds

timeout 參數以秒為單位。 如需詳細資訊,請參閱 設定檔案服務作業的逾時。

timeoutInSeconds?: number

屬性值

number

繼承的屬性詳細資料

abortSignal

可用來中止要求的訊號。

abortSignal?: AbortSignalLike

屬性值

繼承自 coreClient.OperationOptions.abortSignal

onResponse

每次從伺服器收到回應時要呼叫的函式,同時執行要求的作業。 可以多次呼叫。

onResponse?: RawResponseCallback

屬性值

繼承自 coreClient.OperationOptions.onResponse

requestOptions

建立和傳送此作業之 HTTP 要求時所使用的選項。

requestOptions?: OperationRequestOptions

屬性值

繼承自 coreClient.OperationOptions.requestOptions

serializerOptions

覆寫串行化/取消串行化行為的選項。

serializerOptions?: SerializerOptions

屬性值

繼承自 coreClient.OperationOptions.serializerOptions

tracingOptions

啟用追蹤時所使用的選項。

tracingOptions?: OperationTracingOptions

屬性值

繼承自 coreClient.OperationOptions.tracingOptions