次の方法で共有


ContentTransferOptions 構造体

定義

ContentTransferOptions は、並列転送のオプションを提供するために使用されます。

public struct ContentTransferOptions : IEquatable<Azure.Communication.CallAutomation.ContentTransferOptions>
type ContentTransferOptions = struct
Public Structure ContentTransferOptions
Implements IEquatable(Of ContentTransferOptions)
継承
ContentTransferOptions
実装

プロパティ

InitialTransferSize

最初の範囲要求のサイズ (バイト単位)。 この制限より小さい BLOB は、1 つの要求でダウンロードされます。 この制限を超える BLOB は、サイズ MaximumTransferSizeのチャンクで引き続きダウンロードされます。

MaximumConcurrency

並列転送で使用できるワーカーの最大数。

MaximumTransferSize

転送の最大長 (バイト単位)。

適用対象