StorageTransferOptions
 StorageTransferOptions is used to provide options for parallel transfers.
            
                
The size of the first range request in bytes. Blobs smaller than this limit will
            be downloaded in a single request. Blobs larger than this limit will continue being
            downloaded in chunks of size  MaximumTransferSize. This property is a
            backwards-compatible facade for  MaximumTransferSize, which supports
            long values. Use  InitialTransferSize for full access of supported values.
            
The size of the first range request in bytes. Blobs smaller than this limit will
            be downloaded in a single request. Blobs larger than this limit will continue being
            downloaded in chunks of size  MaximumTransferSize.
            
The maximum number of workers that may be used in a parallel transfer.
            
The maximum length of an transfer in bytes. This property is a backwards-compatible
            facade for  MaximumTransferSize, which supports long values. Use
             MaximumTransferSize for full access of supported values.
            
The maximum length of an transfer in bytes.
            
Check if two ParallelTransferOptions instances are equal.
            
Check if two ParallelTransferOptions instances are equal.
            
Check if two ParallelTransferOptions instances are equal.