Skip to content

Commit

Permalink
HPCC-30874 Document ensure option on dfuplus & std.file.copy
Browse files Browse the repository at this point in the history
Signed-off-by: Jim DeFabia <jamesdefabia@lexisnexis.com>
  • Loading branch information
Jim DeFabia committed Dec 8, 2023
1 parent 2c6648f commit 53105f8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
13 changes: 12 additions & 1 deletion docs/EN_US/ECLStandardLibraryReference/SLR-Mods/Copy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
[</emphasis> <emphasis>,preserveCompression</emphasis> <emphasis
role="bold">] [</emphasis> <emphasis>,noSplit</emphasis> <emphasis
role="bold">] [</emphasis> <emphasis>,expireDays</emphasis> <emphasis
role="bold">] [</emphasis>
<emphasis>,ensure</emphasis> <emphasis
role="bold">]);</emphasis></para>

<para><emphasis>dfuwuid</emphasis> <emphasis role="bold"> :=
Expand Down Expand Up @@ -55,7 +57,9 @@
[</emphasis> <emphasis>,preserveCompression</emphasis> <emphasis
role="bold">] [</emphasis> <emphasis>,noSplit</emphasis> <emphasis
role="bold">] [</emphasis> <emphasis>,expireDays</emphasis> <emphasis
role="bold">]);</emphasis></para>
role="bold">] [</emphasis>
<emphasis>,ensure</emphasis><emphasis role="bold">]);
</emphasis></para>

<informaltable colsep="1" frame="all" rowsep="1">
<tgroup cols="2">
Expand Down Expand Up @@ -204,6 +208,13 @@
role="bold">expiryDefault</emphasis> setting.</entry>
</row>

<row>
<entry><emphasis>ensure</emphasis></entry>

<entry>Optional. Copies logical file, but does not copy file parts
if they already exist. Default is FALSE.</entry>
</row>

<row>
<entry><emphasis>dfuwuid</emphasis></entry>

Expand Down
9 changes: 8 additions & 1 deletion docs/EN_US/HPCCClientTools/CT_Mods/CT_Comm_Line_DFU.xml
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ dfuplus action=spray srcplane=lzstorageplane
If omitted, the information must be supplied by the
<emphasis>dstxml</emphasis> or <emphasis>dstplane</emphasis>
parameter. Deprecated, you should use
<emphasis>dstplane</emphasis> instead. </entry>
<emphasis>dstplane</emphasis> instead.</entry>
</row>

<row>
Expand Down Expand Up @@ -868,6 +868,13 @@ dfuplus action=despray srcname=mytest::test:spraytest
to preserve the compression of the source file. If omitted,
the default is 1.</entry>
</row>

<row>
<entry><emphasis>ensure</emphasis></entry>

<entry>Optional. Copies logical file, but does not copy file
parts if they already exist. Default is FALSE.</entry>
</row>
</tbody>
</tgroup>
</informaltable>
Expand Down

0 comments on commit 53105f8

Please sign in to comment.