complexType UploadTableRequest
diagram namedresource_p80.png
namespace http://www.mapinfo.com/midev/service/namedresource/v1
type extension of tns:Request
properties
base   common:Request
children tns:Data tns:NamedTablePath
used by
element   UploadTableRequest
attributes
Name    Type    Use    Default    Fixed    Annotation
id    xsd:string    optional         
A unique identifier that is returned in the response. It is used for debugging or keeping track of asynchronous requests.
locale    xsd:string    optional         
The language and country code of the request, which is defined using [language_code]_[country_code] syntax. The language code is a 2-letter ISO-639 code. The country code is a 2-letter ISO-3166 code. For example: en_US stands for the English language within the United States of America.
overwrite    xsd:boolean    optional    false      
Whether to overwrite an already-existing table in Oracle.
                       
description
Uploads a zipped table to the Spatial Server cloud.
           

attribute UploadTableRequest/@overwrite
type xsd:boolean
properties
use   optional
default   false
description
Whether to overwrite an already-existing table in Oracle.
                       

element UploadTableRequest/Data
diagram namedresource_p81.png
namespace http://www.mapinfo.com/midev/service/namedresource/v1
type StreamBody
properties
content   simple
description
The zip file data to upload. File names in the zip file have to be encoded in UTF-8 if they contain characters outside of the ASCII printable character set. Note that many tools by default use IBM code page 437, which is incompatible with UTF-8.
                           

element UploadTableRequest/NamedTablePath
diagram namedresource_p82.png
namespace http://www.mapinfo.com/midev/service/namedresource/v1
type xsd:string
properties
minOcc   0
maxOcc   1
content   simple
description
The path to the new named table, which is assumed to be relative to /[tenant root]/NamedTables. The named table will be created if the upload is successful.
                           



© 2016 Pitney Bowes Software Inc. Email: pbbi.support@pb.com