SecureBlackbox 2020 iOS Edition

Questions / Feedback?

uploadBlockSize (property)

The upload block size in bytes.

Syntax

@property (nonatomic,readwrite,assign,getter=uploadBlockSize,setter=setUploadBlockSize:) int uploadBlockSize;
- (int)uploadBlockSize;
- (void)setUploadBlockSize:(int)newUploadBlockSize;
public var uploadBlockSize: Int32 {
  get {...}
set {...} }

Default Value

32256

Remarks

Use this property to manually control the size of upload blocks. Typically you will only need to adjust this property if the default transfer settings (AutoAdjustTransferBlock) don't work.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]