This document is archived and information here might be outdated.  Recommended version.


IServiceUploadsClient Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IS > IServiceUploadsClient Interface
ArcGIS Developer Help

IServiceUploadsClient Interface

Provides access to properties and members of the uploads client object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method GetServiceMaxUploadSizeInBytes Returns the maximum upload size for a service.
Method ServiceCommit Commits a registered upload item.
Method ServiceDelete Deletes the upload item.
Method ServiceGetPartNumbers Returns the numbers of the parts that have already been uploaded for the upload item.
Method ServiceRegister Instruct the server to reserve space for a new upload item, to be uploaded in parts.
Method ServiceUploadFile Uploads a file to the server without breaking it into parts.
Method ServiceUploadPart Uploads a part for the upload item.

Classes that implement IServiceUploadsClient

Classes Description
UploadsClient The uploads client object.