ContentTransferOptions Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
ContentTransferOptions est utilisé pour fournir des options pour les transferts parallèles.
public struct ContentTransferOptions : IEquatable<Azure.Communication.CallAutomation.ContentTransferOptions>
type ContentTransferOptions = struct
Public Structure ContentTransferOptions
Implements IEquatable(Of ContentTransferOptions)
- Héritage
-
ContentTransferOptions
- Implémente
Propriétés
InitialTransferSize |
Taille de la première requête de plage en octets. Les objets blob inférieurs à cette limite sont téléchargés dans une seule requête. Les objets blob supérieurs à cette limite continueront d’être téléchargés en blocs de taille MaximumTransferSize. |
MaximumConcurrency |
Nombre maximal de workers pouvant être utilisés dans un transfert parallèle. |
MaximumTransferSize |
Longueur maximale d’un transfert en octets. |
S’applique à
Azure SDK for .NET