Provides access to properties and members of the uploads client object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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 that implement IServiceUploadsClient
CoClasses and Classes | Description |
---|---|
UploadsClient | The uploads client object. |