Skip to content

Commit

Permalink
cleaned up table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
micurd committed Feb 20, 2016
1 parent 20c2df0 commit 6bb202c
Showing 1 changed file with 10 additions and 20 deletions.
30 changes: 10 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,27 +154,17 @@ The following matrix explains how the DirectoryOptions.Recursive and DirectoryOp
<td>The search pattern is a standard wild card match that is applied to the current directory only.</td>
</tr>
<tr>
<td rowspan="3">Azure Blob</td>
<td rowspan="3">Prefix Match</td>
<td rowspan="3">TRUE</td>
<td rowspan="3">&lt;domainname&gt;/&lt;container&gt;/&lt;virtualdirectory&gt;/&lt;blobprefix&gt;<br><br>"blah.blob.core.windows.net/ipsum/lorem/foo*"</td>
<td rowspan="3">The search pattern is a prefix match.</td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
<td rowspan="3">Azure Blob</td>
<td rowspan="3">Exact Match</td>
<td rowspan="3">FALSE</td>
<td rowspan="3">&lt;domainname&gt;/&lt;container&gt;/&lt;virtualdirectory&gt;/&lt;fullblobname&gt;<br><br>"blah.blob.core.windows.net/ipsum/lorem/foobar.png"</td>
<td rowspan="3">The search pattern is an exact match. If the search pattern is an empty string, no blobs will be matched.</td>
</tr>
<tr>
</tr>
<td>Azure Blob</td>
<td>Prefix Match</td>
<td>TRUE</td>
<td>&lt;domainname&gt;/&lt;container&gt;/&lt;virtualdirectory&gt;/&lt;blobprefix&gt;<br><br>"blah.blob.core.windows.net/ipsum/lorem/foo*"</td>
<td>The search pattern is a prefix match.</td>
<tr>
</tr>
<td>Azure Blob</td>
<td>Exact Match</td>
<td>FALSE</td>
<td>&lt;domainname&gt;/&lt;container&gt;/&lt;virtualdirectory&gt;/&lt;fullblobname&gt;<br><br>"blah.blob.core.windows.net/ipsum/lorem/foobar.png"</td>
<td>The search pattern is an exact match. If the search pattern is an empty string, no blobs will be matched.</td>
<tr>
<td>Azure File</td>
<td>N/A</td>
Expand Down

0 comments on commit 6bb202c

Please sign in to comment.