Dell DX6004S Instrukcja konfiguracji i ustawień - Strona 20

Przeglądaj online lub pobierz pdf Instrukcja konfiguracji i ustawień dla Przechowywanie Dell DX6004S. Dell DX6004S 43 stron. Document
Również dla Dell DX6004S: Podręcznik uzupełniający (4 strony), Podręcznik użytkownika (46 strony), Instrukcja instalacji i konfiguracji (35 strony), Podręcznik dla początkujących (28 strony), Zawiadomienie (28 strony), Zawiadomienie (20 strony), Przegląd (19 strony), Podręcznik konfiguracji (9 strony), Podręcznik konfiguracji (9 strony), Uwaga dotycząca wydania (8 strony), Podręcznik konfiguracji (7 strony), Uwaga dotycząca wydania (6 strony), Uwaga dotycząca wydania (5 strony), Informacje o wersji (5 strony), Podręcznik dla początkujących (49 strony)

Dell DX6004S Instrukcja konfiguracji i ustawień
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE rule-set PUBLIC "-//CARINGO//DTD 1.0 PORTALRULES//EN"
<rule-set>
<publish>
</publish>
</rule-set>

5.3.2. Publish all streams on two separate channels

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE rule-set PUBLIC "-//CARINGO//DTD 1.0 PORTALRULES//EN"
<rule-set>
<publish>
</publish>
<publish>
</publish>
</rule-set>
5.3.3. Publish streams with header 'someHeaderName' on one channel and all others
except text files to a second
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE rule-set PUBLIC "-//CARINGO//DTD 1.0 PORTALRULES//EN"
<rule-set>
<publish>
</publish>
</rule-set>

5.3.4. Complex Content Metadata Analysis

When determining what content will be replicated, a variety of combinations of the filter, exists,
and notexists clauses may be utilized. In addition, the filter clause supports any combination of
olderThan(), matches(), intValue() and contains(). Below are some usage examples.
5.3.4.1. Filter Clause
<select name="subscriptionName1">
Copyright © 2010 Caringo, Inc.
All rights reserved
"file:/tmp/caringo/rules.dtd">
<select name="subscriptionName">
</select>
"file:/tmp/caringo/rules.dtd">
<select name="subscriptionName1">
</select>
<select name="subscriptionName2">
</select>
"file:/tmp/caringo/rules.dtd">
<select name="subscriptionName1">
<exists header="someHeaderName"/>
</select>
<select name="subscriptionName2">
<filter header="storage-filepath">
(not contains('.txt'))
</filter>
</select>
16
Version 2.2
December 2010