|
3 | 3 | <head>
|
4 | 4 | <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
| - <title>API Reference — SingleStoreDB 1.15.0 documentation</title> |
| 6 | + <title>API Reference — SingleStoreDB 1.15.1 documentation</title> |
7 | 7 | <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
8 | 8 | <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
9 | 9 | <link rel="stylesheet" href="_static/custom.css" type="text/css" />
|
10 | 10 | <!--[if lt IE 9]>
|
11 | 11 | <script src="_static/js/html5shiv.min.js"></script>
|
12 | 12 | <![endif]-->
|
13 |
| - <script src="_static/documentation_options.js?v=70d5d4a5"></script> |
| 13 | + <script src="_static/documentation_options.js?v=d4ad50bc"></script> |
14 | 14 | <script src="_static/doctools.js?v=9a2dae69"></script>
|
15 | 15 | <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
16 | 16 | <script src="_static/js/theme.js"></script>
|
|
28 | 28 | SingleStoreDB
|
29 | 29 | </a>
|
30 | 30 | <div class="version">
|
31 |
| - 1.15.0 |
| 31 | + 1.15.1 |
32 | 32 | </div>
|
33 | 33 | <div role="search">
|
34 | 34 | <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
@@ -694,16 +694,16 @@ <h3>Region<a class="headerlink" href="#region" title="Link to this heading">¶</
|
694 | 694 | <p>Region objects are accessed from the <a class="reference internal" href="generated/singlestoredb.management.workspace.WorkspaceManager.regions.html#singlestoredb.management.workspace.WorkspaceManager.regions" title="singlestoredb.management.workspace.WorkspaceManager.regions"><code class="xref py py-attr docutils literal notranslate"><span class="pre">WorkspaceManager.regions</span></code></a> attribute.</p>
|
695 | 695 | <table class="autosummary longtable docutils align-default">
|
696 | 696 | <tbody>
|
697 |
| -<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.region.Region.html#singlestoredb.management.region.Region" title="singlestoredb.management.region.Region"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Region</span></code></a>(id, name, provider)</p></td> |
| 697 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.management.region.Region.html#singlestoredb.management.region.Region" title="singlestoredb.management.region.Region"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Region</span></code></a>(name, provider[, id, region_name])</p></td> |
698 | 698 | <td><p>Cluster region information.</p></td>
|
699 | 699 | </tr>
|
700 | 700 | </tbody>
|
701 | 701 | </table>
|
702 | 702 | </section>
|
703 | 703 | <section id="stage-files">
|
704 | 704 | <h3>Stage Files<a class="headerlink" href="#stage-files" title="Link to this heading">¶</a></h3>
|
705 |
| -<p>To interact with files in your Stage, use the |
706 |
| -<code class="xref py py-attr docutils literal notranslate"><span class="pre">WorkspaceManager.stage</span></code> attribute. |
| 705 | +<p>To interact with files in your Stage, use the<a href="singlestoredb.management.workspace.WorkspaceGroup.stage.html"> |
| 706 | +<code class="xref py py-attr docutils literal notranslate"><span class="pre">WorkspaceGroup.stage</span></code></a> attribute. |
707 | 707 | It will return a<a href="singlestoredb.management.workspace.Stage.html"> <code class="xref py py-class docutils literal notranslate"><span class="pre">Stage</span></code></a> object which defines the following
|
708 | 708 | methods and attributes.</p>
|
709 | 709 | <table class="autosummary longtable docutils align-default">
|
|
0 commit comments