RESET

Used in

REQUEST  

Servers

Metadata (Publish)  

Parent elements

PUBLISH_METADATA 

Syntax

<RESETAttribute Description Table
     tables="true | false" [false]
>

     No Child Elements
</RESET >

Description

Deletes the ArcSDE tables that store the metadata and recreates blank tables when tables is set to "true"..

Restrictions


Notes


Attribute Descriptions for RESET

AttributeUsage
tablesWhen set to "true", all ArcSDE tables in the repository are deleted and re-created. Use with caution.
Back to top 

Examples for RESET

Example 1: When tables="true". Use with caution.
<?xml version="1.0" encoding="UTF-8" ?>
<ARCXML version="1.1">
  <REQUEST>
    <PUBLISH_METADATA>
      <RESET tables="true" />
    </PUBLISH_METADATA>
  </REQUEST>
</ARCXML>

Back to top