RepositoryControllerGetLargeChunkSize Method

Return maximum file transfer chunk size for upload or download.

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return maximum file transfer chunk size for upload or download")]
public long GetLargeChunkSize()

Return Value

Int64
chunk size

See Also