This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IS > IServiceUploadsClient Interface (ArcObjects .NET 10.4 SDK) |
Provides access to properties and members of the uploads client object.
Description | ||
---|---|---|
GetServiceMaxUploadSizeInBytes | Returns the maximum upload size for a service. | |
ServiceCommit | Commits a registered upload item. | |
ServiceDelete | Deletes the upload item. | |
ServiceGetPartNumbers | Returns the numbers of the parts that have already been uploaded for the upload item. | |
ServiceRegister | Instruct the server to reserve space for a new upload item, to be uploaded in parts. | |
ServiceUploadFile | Uploads a file to the server without breaking it into parts. | |
ServiceUploadPart | Uploads a part for the upload item. |
CoClasses and Classes | Description |
---|---|
UploadsClient | The uploads client object. |