AWS SDK for .NET Documentation
TransferUtilityConfig Class
AmazonAmazon.S3.TransferTransferUtilityConfig Did this page help you?   Yes   No    Tell us about it...

Provides configuration options for how TransferUtility processes requests.

The best configuration settings depend on network configuration, latency and bandwidth. The default configuration settings are suitable for most applications, but this class enables developers to experiment with different configurations and tune transfer manager performance.

Declaration Syntax
C#
public class TransferUtilityConfig
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TransferUtilityConfig()()()()
Default constructor.

DefaultTimeout
Gets or sets the default timeout in milliseconds used for writing objects to S3. The default value is 5 minutes.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
MinSizeBeforePartUpload
Gets or sets the minimum part size for upload parts. Decreasing the minimum part size causes multipart uploads to be split into a larger number of smaller parts. Setting this value too low has a negative effect on transfer speeds, causing extra latency and network communication for each part.

NumberOfUploadThreads
Gets or sets the number of executing threads. This property determines how many active threads will be used to upload the file. The default value is 10 threads.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
TransferUtilityConfig

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)