use path to identify edit target (#1292)

* use path to identify edit target

* async action

* revert RequestContext change

* comments

* address comments

* fix test
This commit is contained in:
Alan Ren
2021-11-10 17:39:48 -08:00
committed by GitHub
parent c738e3bdf7
commit a3c69f3dd2
14 changed files with 528 additions and 173 deletions

View File

@@ -4590,4 +4590,46 @@
<value>{0} TB</value>
<comment>Size in TeraBytes format</comment>
</data>
<data name="TableNotInitializedException" xml:space="preserve">
<value>Initialization is not properly done for table with id &apos;{0}&apos;</value>
<comment>.
Parameters: 0 - tableId (string) </comment>
</data>
<data name="TableEditPathNotProvidedException" xml:space="preserve">
<value>The path in the table change information cannot be empty</value>
<comment></comment>
</data>
<data name="InvalidTableEditPathException" xml:space="preserve">
<value>The path &apos;{0}&apos; in the table change information is not valid for edit type: &apos;{1}&apos;</value>
<comment>.
Parameters: 0 - path (string), 1 - editType (string) </comment>
</data>
<data name="TableColumnIdentityGroupName" xml:space="preserve">
<value>Identity Specification</value>
<comment></comment>
</data>
<data name="TableColumnIsIdentityPropertyTitle" xml:space="preserve">
<value>Is Identity</value>
<comment></comment>
</data>
<data name="TableColumnIsIdentityPropertyDescription" xml:space="preserve">
<value>Specifies whether the column is the identity column for the table.</value>
<comment></comment>
</data>
<data name="TableColumnIdentityIncrementPropertyTitle" xml:space="preserve">
<value>Identity Increment</value>
<comment></comment>
</data>
<data name="TableColumnIdentityIncrementPropertyDescription" xml:space="preserve">
<value>Displays the value added to the maximum existing row identity value when generating the next identity value.</value>
<comment></comment>
</data>
<data name="TableColumnIdentitySeedPropertyTitle" xml:space="preserve">
<value>Identity Seed</value>
<comment></comment>
</data>
<data name="TableColumnIdentitySeedPropertyDescription" xml:space="preserve">
<value>Displays the initial row value for an identity column.</value>
<comment></comment>
</data>
</root>