MaxChunkSize Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the maximum chunk size that may be used during chunk upload.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public Property MaxChunkSize As Integer
'Usage
Dim instance As UploadHandshake
Dim value As Integer
value = instance.MaxChunkSize
instance.MaxChunkSize = value
public int MaxChunkSize { get; set; }
public:
property int MaxChunkSize {
int get ();
void set (int value);
}
public function get MaxChunkSize () : int
public function set MaxChunkSize (value : int)
Property Value
Type: System..::.Int32
The maximum chunk size that may be used during chunk upload.
Remarks
Specifies in kilobytes the maximum chunk size that can be uploaded. Client may choose to use smaller chunk size.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.