Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The DISCOVER_LOCATIONS rowset contains the following columns.
|
Name |
Type |
Restriction |
Description |
|---|---|---|---|
|
LOCATION_BACKUP_FILE_PATHNAME |
xsd:string |
[Required] |
The location of the backup file.<326> |
|
LOCATION_PARTITION_OBJECTPATH |
xsd:string |
|
The path to the partition relative to the data folder. |
|
LOCATION_PARTITION_DATASOURCEID |
xsd:string |
|
The data source ID used for processing the partition. |
|
LOCATION_PARTITION_DATASOURCENAME |
xsd:string |
|
The name of the data source used for processing. |
|
LOCATION_PARTITION_NAME |
xsd:string |
|
The partition name. |
|
LOCATION_PARTITION_SIZE |
xsd:string |
|
The approximate size of the partition. |
|
LOCATION_CONNECTION_STRING |
xsd:string |
|
The connection string for the data source used in processing. |
|
LOCATION_PARTITION_FOLDER |
xsd:string |
|
The original location of this partition when the backup file was produced. |
The rowset is not sorted.
The response has the following definition.
-
<xsd:element name="root"> <xsd:complexType> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:element name="row" type="row" /> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:complexType name="row"> <xsd:sequence> <xsd:element sql:field="LOCATION_BACKUP_FILE_PATHNAME" name="LOCATION_BACKUP_FILE_PATHNAME" type="xsd:string" minOccurs="0" /> <xsd:element sql:field="LOCATION_PARTITION_OBJECTPATH" name="LOCATION_PARTITION_OBJECTPATH" type="xsd:string" minOccurs="0" /> <xsd:element sql:field="LOCATION_PARTITION_DATASOURCEID" name="LOCATION_PARTITION_DATASOURCEID" type="xsd:string" minOccurs="0" /> <xsd:element sql:field="LOCATION_PARTITION_DATASOURCENAME" name="LOCATION_PARTITION_DATASOURCENAME" type="xsd:string" minOccurs="0" /> <xsd:element sql:field="LOCATION_PARTITION_NAME" name="LOCATION_PARTITION_NAME" type="xsd:string" minOccurs="0" /> <xsd:element sql:field="LOCATION_PARTITION_SIZE" name="LOCATION_PARTITION_SIZE" type="xsd:string" minOccurs="0" /> <xsd:element sql:field="LOCATION_CONNECTION_STRING" name="LOCATION_CONNECTION_STRING" type="xsd:string" minOccurs="0" /> <xsd:element sql:field="LOCATION_PARTITION_FOLDER" name="LOCATION_PARTITION_FOLDER" type="xsd:string" minOccurs="0" /> </xsd:sequence> </xsd:complexType>