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      
documentation
A unique identifier that is returned in the response. It is used for debugging or keeping track of asynchronous requests.
locale  xsd:string  optional      
documentation
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    
documentation
Whether to overwrite an already-existing table in Oracle.
                       
annotation
documentation
Uploads a zipped table to the Spatial Server cloud.
           

attribute UploadTableRequest/@overwrite
type xsd:boolean
properties
use optional
default false
annotation
documentation
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
annotation
documentation
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
annotation
documentation
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.
                           


© 2007, 2020 Precisely. All rights reserved. support.precisely.com