Autodesk Vault ProfessionalVault API

GetMaximumPartSize Method

Autodesk.Connectivity.WebServicesFilestoreService

Gets the maximum size for a binary data transfer.

Required Permissions

Anonymous

Syntax

public System.long GetMaximumPartSize()
Public Function GetMaximumPartSize() As System.Long

Return Value

The maximum size file (in bytes) allowed for a file part. If a file is bigger than the maximum size, the file will need to be uploaded or downloaded in multiple parts.

See Also