You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide ability to access the response that contains other table such as @ExtendedProperties, and QueryResourceConsumption
this is very important for using the kusto database cursor feature which emits the Cursor property on the @ExtendedProperties table
Another interesting aspect is getting the performance metadata on the QueryResourceConsumption for every executed query.
I saw that there was an unused, unexported function named getNonPrimary which hints that you were going to export this feature, currently I just forked and exported it.
The text was updated successfully, but these errors were encountered:
Provide ability to access the response that contains other table such as
@ExtendedProperties
, andQueryResourceConsumption
this is very important for using the kusto database cursor feature which emits the Cursor property on the
@ExtendedProperties
tableAnother interesting aspect is getting the performance metadata on the QueryResourceConsumption for every executed query.
I saw that there was an unused, unexported function named
getNonPrimary
which hints that you were going to export this feature, currently I just forked and exported it.The text was updated successfully, but these errors were encountered: